Class Smartderivativecontract.Settlement
java.lang.Object
net.finmath.smartcontract.product.xml.Smartderivativecontract.Settlement
- Enclosing class:
- Smartderivativecontract
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="settlementTime"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="type" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="value" type="{http://www.w3.org/2001/XMLSchema}string"/> </sequence> </restriction> </complexContent> </complexType> </element> <element name="marketdata"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="provider" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="marketdataitems"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="item" maxOccurs="unbounded"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="symbol" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/> <element name="curve" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/> <element name="type" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/> <element name="tenor" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> </element> </sequence> </restriction> </complexContent> </complexType> </element> </sequence> </restriction> </complexContent> </complexType> </element> </sequence> </restriction> </complexContent> </complexType>
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
Java class for anonymous complex type.static class
Java class for anonymous complex type. -
Field Summary
FieldsModifier and TypeFieldDescription -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the marketdata property.Gets the value of the settlementTime property.void
Sets the value of the marketdata property.void
Sets the value of the settlementTime property.
-
Field Details
-
settlementTime
-
marketdata
-
-
Constructor Details
-
Settlement
public Settlement()
-
-
Method Details
-
getSettlementTime
Gets the value of the settlementTime property.- Returns:
- possible object is
Smartderivativecontract.Settlement.SettlementTime
-
setSettlementTime
Sets the value of the settlementTime property.- Parameters:
value
- allowed object isSmartderivativecontract.Settlement.SettlementTime
-
getMarketdata
Gets the value of the marketdata property.- Returns:
- possible object is
Smartderivativecontract.Settlement.Marketdata
-
setMarketdata
Sets the value of the marketdata property.- Parameters:
value
- allowed object isSmartderivativecontract.Settlement.Marketdata
-