Class FxConversion
java.lang.Object
net.finmath.smartcontract.product.xml.FxConversion
Java class for FxConversion complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="FxConversion"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <choice> <element name="amountRelativeTo" type="{http://www.fpml.org/FpML-5/confirmation}AmountReference"/> <element name="fxRate" type="{http://www.fpml.org/FpML-5/confirmation}FxRate" maxOccurs="unbounded"/> </choice> </restriction> </complexContent> </complexType>
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the amountRelativeTo property.Gets the value of the fxRate property.void
Sets the value of the amountRelativeTo property.
-
Field Details
-
amountRelativeTo
-
fxRate
-
-
Constructor Details
-
FxConversion
public FxConversion()
-
-
Method Details
-
getAmountRelativeTo
Gets the value of the amountRelativeTo property.- Returns:
- possible object is
AmountReference
-
setAmountRelativeTo
Sets the value of the amountRelativeTo property.- Parameters:
value
- allowed object isAmountReference
-
getFxRate
Gets the value of the fxRate property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a
set
method for the fxRate property.For example, to add a new item, do as follows:
getFxRate().add(newItem);
Objects of the following type(s) are allowed in the list
FxRate
-