Class Smartderivativecontract.Underlyings
java.lang.Object
net.finmath.smartcontract.product.xml.Smartderivativecontract.Underlyings
- 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="underlying"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element ref="{http://www.fpml.org/FpML-5/confirmation}dataDocument"/> </sequence> </restriction> </complexContent> </complexType> </element> </sequence> </restriction> </complexContent> </complexType>
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
Java class for anonymous complex type. -
Field Summary
Modifier and TypeFieldDescription -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the underlying property.void
Sets the value of the underlying property.
-
Field Details
-
underlying
-
-
Constructor Details
-
Underlyings
public Underlyings()
-
-
Method Details
-
getUnderlying
Gets the value of the underlying property.- Returns:
- possible object is
Smartderivativecontract.Underlyings.Underlying
-
setUnderlying
Sets the value of the underlying property.- Parameters:
value
- allowed object isSmartderivativecontract.Underlyings.Underlying
-