Class CrossCurrencyMethod

java.lang.Object
net.finmath.smartcontract.product.xml.CrossCurrencyMethod

public class CrossCurrencyMethod extends Object

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 Details

  • Constructor Details

    • CrossCurrencyMethod

      public CrossCurrencyMethod()
  • Method Details

    • getCashSettlementReferenceBanks

      public CashSettlementReferenceBanks getCashSettlementReferenceBanks()
      Gets the value of the cashSettlementReferenceBanks property.
      Returns:
      possible object is CashSettlementReferenceBanks
    • setCashSettlementReferenceBanks

      public void setCashSettlementReferenceBanks(CashSettlementReferenceBanks value)
      Sets the value of the cashSettlementReferenceBanks property.
      Parameters:
      value - allowed object is CashSettlementReferenceBanks
    • getCashSettlementCurrency

      public List<Currency> 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

      public QuotationRateTypeEnum getQuotationRateType()
      Gets the value of the quotationRateType property.
      Returns:
      possible object is QuotationRateTypeEnum
    • setQuotationRateType

      public void setQuotationRateType(QuotationRateTypeEnum value)
      Sets the value of the quotationRateType property.
      Parameters:
      value - allowed object is QuotationRateTypeEnum