Class Smartderivativecontract.Settlement.Marketdata
java.lang.Object
net.finmath.smartcontract.product.xml.Smartderivativecontract.Settlement.Marketdata
- Enclosing class:
Smartderivativecontract.Settlement
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="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>
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
Java class for anonymous complex type. -
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the marketdataitems property.Gets the value of the provider property.void
Sets the value of the marketdataitems property.void
setProvider
(String value) Sets the value of the provider property.
-
Field Details
-
provider
-
marketdataitems
-
-
Constructor Details
-
Marketdata
public Marketdata()
-
-
Method Details
-
getProvider
-
setProvider
-
getMarketdataitems
Gets the value of the marketdataitems property.- Returns:
- possible object is
Smartderivativecontract.Settlement.Marketdata.Marketdataitems
-
setMarketdataitems
Sets the value of the marketdataitems property.- Parameters:
value
- allowed object isSmartderivativecontract.Settlement.Marketdata.Marketdataitems
-