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 SummaryFieldsModifier and TypeFieldDescriptionprotected booleanprotected booleanprotected Booleanprotected boolean
- 
Constructor SummaryConstructors
- 
Method SummaryModifier 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- 
nonRelianceprotected boolean nonReliance
- 
agreementsRegardingHedgingprotected boolean agreementsRegardingHedging
- 
indexDisclaimer
- 
additionalAcknowledgementsprotected boolean additionalAcknowledgements
 
- 
- 
Constructor Details- 
Representationspublic Representations()
 
- 
- 
Method Details- 
isNonReliancepublic boolean isNonReliance()Gets the value of the nonReliance property.
- 
setNonReliancepublic void setNonReliance(boolean value)Sets the value of the nonReliance property.
- 
isAgreementsRegardingHedgingpublic boolean isAgreementsRegardingHedging()Gets the value of the agreementsRegardingHedging property.
- 
setAgreementsRegardingHedgingpublic void setAgreementsRegardingHedging(boolean value)Sets the value of the agreementsRegardingHedging property.
- 
isIndexDisclaimerGets the value of the indexDisclaimer property.- Returns:
- possible object is
     Boolean
 
- 
setIndexDisclaimerSets the value of the indexDisclaimer property.- Parameters:
- value- allowed object is- Boolean
 
- 
isAdditionalAcknowledgementspublic boolean isAdditionalAcknowledgements()Gets the value of the additionalAcknowledgements property.
- 
setAdditionalAcknowledgementspublic void setAdditionalAcknowledgements(boolean value)Sets the value of the additionalAcknowledgements property.
 
-