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
FieldsModifier and TypeFieldDescriptionprotected booleanprotected booleanprotected Booleanprotected boolean -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanGets the value of the additionalAcknowledgements property.booleanGets the value of the agreementsRegardingHedging property.Gets the value of the indexDisclaimer property.booleanGets the value of the nonReliance property.voidsetAdditionalAcknowledgements(boolean value) Sets the value of the additionalAcknowledgements property.voidsetAgreementsRegardingHedging(boolean value) Sets the value of the agreementsRegardingHedging property.voidsetIndexDisclaimer(Boolean value) Sets the value of the indexDisclaimer property.voidsetNonReliance(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.
-