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
Nested ClassesModifier and TypeClassDescriptionstatic classJava class for anonymous complex type. -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the marketdataitems property.Gets the value of the provider property.voidSets the value of the marketdataitems property.voidsetProvider(String value)Sets the value of the provider property.
-
Field Details
-
provider
-
marketdataitems
-
-
Constructor Details
-
Marketdata
public Marketdata()
-
-
Method Details
-
getProvider
Gets the value of the provider property.- Returns:
- possible object is
String
-
setProvider
Sets the value of the provider property.- Parameters:
value- allowed object isString
-
getMarketdataitems
Gets the value of the marketdataitems property.- Returns:
- possible object is
Smartderivativecontract.Settlement.Marketdata.Marketdataitems
-
setMarketdataitems
public void setMarketdataitems(Smartderivativecontract.Settlement.Marketdata.Marketdataitems value)Sets the value of the marketdataitems property.- Parameters:
value- allowed object isSmartderivativecontract.Settlement.Marketdata.Marketdataitems
-