Class Representations
java.lang.Object
net.finmath.smartcontract.product.xml.Representations
A type for defining ISDA 2002 Equity Derivative Representations.
Java class for Representations complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Representations"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="nonReliance" type="{http://www.w3.org/2001/XMLSchema}boolean"/> <element name="agreementsRegardingHedging" type="{http://www.w3.org/2001/XMLSchema}boolean"/> <element name="indexDisclaimer" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="additionalAcknowledgements" type="{http://www.w3.org/2001/XMLSchema}boolean"/> </sequence> </restriction> </complexContent> </complexType>
-
Field Summary
Modifier and TypeFieldDescriptionprotected boolean
protected boolean
protected Boolean
protected boolean
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Gets the value of the additionalAcknowledgements property.boolean
Gets the value of the agreementsRegardingHedging property.Gets the value of the indexDisclaimer property.boolean
Gets the value of the nonReliance property.void
setAdditionalAcknowledgements
(boolean value) Sets the value of the additionalAcknowledgements property.void
setAgreementsRegardingHedging
(boolean value) Sets the value of the agreementsRegardingHedging property.void
setIndexDisclaimer
(Boolean value) Sets the value of the indexDisclaimer property.void
setNonReliance
(boolean value) Sets the value of the nonReliance property.
-
Field Details
-
nonReliance
protected boolean nonReliance -
agreementsRegardingHedging
protected boolean agreementsRegardingHedging -
indexDisclaimer
-
additionalAcknowledgements
protected boolean additionalAcknowledgements
-
-
Constructor Details
-
Representations
public Representations()
-
-
Method Details
-
isNonReliance
public boolean isNonReliance()Gets the value of the nonReliance property. -
setNonReliance
public void setNonReliance(boolean value) Sets the value of the nonReliance property. -
isAgreementsRegardingHedging
public boolean isAgreementsRegardingHedging()Gets the value of the agreementsRegardingHedging property. -
setAgreementsRegardingHedging
public void setAgreementsRegardingHedging(boolean value) Sets the value of the agreementsRegardingHedging property. -
isIndexDisclaimer
-
setIndexDisclaimer
-
isAdditionalAcknowledgements
public boolean isAdditionalAcknowledgements()Gets the value of the additionalAcknowledgements property. -
setAdditionalAcknowledgements
public void setAdditionalAcknowledgements(boolean value) Sets the value of the additionalAcknowledgements property.
-