Class TermDepositFeatures
java.lang.Object
net.finmath.smartcontract.product.xml.TermDepositFeatures
Java class for TermDepositFeatures complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TermDepositFeatures">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="dualCurrency" type="{http://www.fpml.org/FpML-5/confirmation}DualCurrencyFeature"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the dualCurrency property.voidsetDualCurrency(DualCurrencyFeature value)Sets the value of the dualCurrency property.
-
Field Details
-
dualCurrency
-
-
Constructor Details
-
TermDepositFeatures
public TermDepositFeatures()
-
-
Method Details
-
getDualCurrency
Gets the value of the dualCurrency property.- Returns:
- possible object is
DualCurrencyFeature
-
setDualCurrency
Sets the value of the dualCurrency property.- Parameters:
value- allowed object isDualCurrencyFeature
-