Class Smartderivativecontract.Underlyings.Underlying
java.lang.Object
net.finmath.smartcontract.product.xml.Smartderivativecontract.Underlyings.Underlying
- Enclosing class:
Smartderivativecontract.Underlyings
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 ref="{http://www.fpml.org/FpML-5/confirmation}dataDocument"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the dataDocument property.voidsetDataDocument(DataDocument value) Sets the value of the dataDocument property.
-
Field Details
-
dataDocument
-
-
Constructor Details
-
Underlying
public Underlying()
-
-
Method Details
-
getDataDocument
Gets the value of the dataDocument property.- Returns:
- possible object is
DataDocument
-
setDataDocument
Sets the value of the dataDocument property.- Parameters:
value- allowed object isDataDocument
-