Class CrossCurrencyMethod
java.lang.Object
net.finmath.smartcontract.product.xml.CrossCurrencyMethod
Java class for CrossCurrencyMethod complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CrossCurrencyMethod"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="cashSettlementReferenceBanks" type="{http://www.fpml.org/FpML-5/confirmation}CashSettlementReferenceBanks" minOccurs="0"/> <element name="cashSettlementCurrency" type="{http://www.fpml.org/FpML-5/confirmation}Currency" maxOccurs="2"/> <element name="quotationRateType" type="{http://www.fpml.org/FpML-5/confirmation}QuotationRateTypeEnum"/> </sequence> </restriction> </complexContent> </complexType>
-
Field Summary
Modifier and TypeFieldDescriptionprotected CashSettlementReferenceBanks
protected QuotationRateTypeEnum
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the cashSettlementCurrency property.Gets the value of the cashSettlementReferenceBanks property.Gets the value of the quotationRateType property.void
Sets the value of the cashSettlementReferenceBanks property.void
Sets the value of the quotationRateType property.
-
Field Details
-
cashSettlementReferenceBanks
-
cashSettlementCurrency
-
quotationRateType
-
-
Constructor Details
-
CrossCurrencyMethod
public CrossCurrencyMethod()
-
-
Method Details
-
getCashSettlementReferenceBanks
Gets the value of the cashSettlementReferenceBanks property.- Returns:
- possible object is
CashSettlementReferenceBanks
-
setCashSettlementReferenceBanks
Sets the value of the cashSettlementReferenceBanks property.- Parameters:
value
- allowed object isCashSettlementReferenceBanks
-
getCashSettlementCurrency
Gets the value of the cashSettlementCurrency 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 cashSettlementCurrency property.For example, to add a new item, do as follows:
getCashSettlementCurrency().add(newItem);
Objects of the following type(s) are allowed in the list
Currency
-
getQuotationRateType
Gets the value of the quotationRateType property.- Returns:
- possible object is
QuotationRateTypeEnum
-
setQuotationRateType
Sets the value of the quotationRateType property.- Parameters:
value
- allowed object isQuotationRateTypeEnum
-