Class FxCashSettlement
Java class for FxCashSettlement complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="FxCashSettlement"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="settlementCurrency" type="{http://www.fpml.org/FpML-5/confirmation}Currency"/> <element name="referenceCurrency" type="{http://www.fpml.org/FpML-5/confirmation}Currency" minOccurs="0"/> <element name="notionalAmount" type="{http://www.fpml.org/FpML-5/confirmation}PositiveMoney" minOccurs="0"/> <choice minOccurs="0"> <element name="fixing" type="{http://www.fpml.org/FpML-5/confirmation}FxFixing" maxOccurs="unbounded"/> <element name="rateSourceFixing" type="{http://www.fpml.org/FpML-5/confirmation}FxRateSourceFixing" maxOccurs="unbounded"/> </choice> <element name="settlementDate" type="{http://www.fpml.org/FpML-5/confirmation}AdjustableDate" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
Field Summary
Modifier and TypeFieldDescriptionprotected PositiveMoney
protected List
<FxRateSourceFixing> protected Currency
protected Currency
protected AdjustableDate
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the fixing property.Gets the value of the notionalAmount property.Gets the value of the rateSourceFixing property.Gets the value of the referenceCurrency property.Gets the value of the settlementCurrency property.Gets the value of the settlementDate property.void
setNotionalAmount
(PositiveMoney value) Sets the value of the notionalAmount property.void
setReferenceCurrency
(Currency value) Sets the value of the referenceCurrency property.void
setSettlementCurrency
(Currency value) Sets the value of the settlementCurrency property.void
setSettlementDate
(AdjustableDate value) Sets the value of the settlementDate property.
-
Field Details
-
settlementCurrency
-
referenceCurrency
-
notionalAmount
-
fixing
-
rateSourceFixing
-
settlementDate
-
-
Constructor Details
-
FxCashSettlement
public FxCashSettlement()
-
-
Method Details
-
getSettlementCurrency
-
setSettlementCurrency
-
getReferenceCurrency
-
setReferenceCurrency
-
getNotionalAmount
Gets the value of the notionalAmount property.- Returns:
- possible object is
PositiveMoney
-
setNotionalAmount
Sets the value of the notionalAmount property.- Parameters:
value
- allowed object isPositiveMoney
-
getFixing
Gets the value of the fixing 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 fixing property.For example, to add a new item, do as follows:
getFixing().add(newItem);
Objects of the following type(s) are allowed in the list
FxFixing
-
getRateSourceFixing
Gets the value of the rateSourceFixing 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 rateSourceFixing property.For example, to add a new item, do as follows:
getRateSourceFixing().add(newItem);
Objects of the following type(s) are allowed in the list
FxRateSourceFixing
-
getSettlementDate
Gets the value of the settlementDate property.- Returns:
- possible object is
AdjustableDate
-
setSettlementDate
Sets the value of the settlementDate property.- Parameters:
value
- allowed object isAdjustableDate
-