Class NonPeriodicFixedPriceLeg


public class NonPeriodicFixedPriceLeg extends CommoditySwapLeg
The details of a fixed payment. Can be used for a forward transaction or as the base for a more complex fixed leg component such as the fixed leg of a swap.

Java class for NonPeriodicFixedPriceLeg complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="NonPeriodicFixedPriceLeg">
   <complexContent>
     <extension base="{http://www.fpml.org/FpML-5/confirmation}CommoditySwapLeg">
       <sequence>
         <group ref="{http://www.fpml.org/FpML-5/confirmation}PayerReceiver.model"/>
         <element name="fixedPrice" type="{http://www.fpml.org/FpML-5/confirmation}FixedPrice"/>
         <element name="totalPrice" type="{http://www.fpml.org/FpML-5/confirmation}NonNegativeMoney" minOccurs="0"/>
         <element name="quantityReference" type="{http://www.fpml.org/FpML-5/confirmation}QuantityReference"/>
         <group ref="{http://www.fpml.org/FpML-5/confirmation}CommodityPaymentDates.model"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • NonPeriodicFixedPriceLeg

      public NonPeriodicFixedPriceLeg()
  • Method Details

    • getPayerPartyReference

      public PartyReference getPayerPartyReference()
      Gets the value of the payerPartyReference property.
      Returns:
      possible object is PartyReference
    • setPayerPartyReference

      public void setPayerPartyReference(PartyReference value)
      Sets the value of the payerPartyReference property.
      Parameters:
      value - allowed object is PartyReference
    • getPayerAccountReference

      public AccountReference getPayerAccountReference()
      Gets the value of the payerAccountReference property.
      Returns:
      possible object is AccountReference
    • setPayerAccountReference

      public void setPayerAccountReference(AccountReference value)
      Sets the value of the payerAccountReference property.
      Parameters:
      value - allowed object is AccountReference
    • getReceiverPartyReference

      public PartyReference getReceiverPartyReference()
      Gets the value of the receiverPartyReference property.
      Returns:
      possible object is PartyReference
    • setReceiverPartyReference

      public void setReceiverPartyReference(PartyReference value)
      Sets the value of the receiverPartyReference property.
      Parameters:
      value - allowed object is PartyReference
    • getReceiverAccountReference

      public AccountReference getReceiverAccountReference()
      Gets the value of the receiverAccountReference property.
      Returns:
      possible object is AccountReference
    • setReceiverAccountReference

      public void setReceiverAccountReference(AccountReference value)
      Sets the value of the receiverAccountReference property.
      Parameters:
      value - allowed object is AccountReference
    • getFixedPrice

      public FixedPrice getFixedPrice()
      Gets the value of the fixedPrice property.
      Returns:
      possible object is FixedPrice
    • setFixedPrice

      public void setFixedPrice(FixedPrice value)
      Sets the value of the fixedPrice property.
      Parameters:
      value - allowed object is FixedPrice
    • getTotalPrice

      public NonNegativeMoney getTotalPrice()
      Gets the value of the totalPrice property.
      Returns:
      possible object is NonNegativeMoney
    • setTotalPrice

      public void setTotalPrice(NonNegativeMoney value)
      Sets the value of the totalPrice property.
      Parameters:
      value - allowed object is NonNegativeMoney
    • getQuantityReference

      public QuantityReference getQuantityReference()
      Gets the value of the quantityReference property.
      Returns:
      possible object is QuantityReference
    • setQuantityReference

      public void setQuantityReference(QuantityReference value)
      Sets the value of the quantityReference property.
      Parameters:
      value - allowed object is QuantityReference
    • getRelativePaymentDates

      public CommodityRelativePaymentDates getRelativePaymentDates()
      Gets the value of the relativePaymentDates property.
      Returns:
      possible object is CommodityRelativePaymentDates
    • setRelativePaymentDates

      public void setRelativePaymentDates(CommodityRelativePaymentDates value)
      Sets the value of the relativePaymentDates property.
      Parameters:
      value - allowed object is CommodityRelativePaymentDates
    • getPaymentDates

      public AdjustableDatesOrRelativeDateOffset getPaymentDates()
      Gets the value of the paymentDates property.
      Returns:
      possible object is AdjustableDatesOrRelativeDateOffset
    • setPaymentDates

      public void setPaymentDates(AdjustableDatesOrRelativeDateOffset value)
      Sets the value of the paymentDates property.
      Parameters:
      value - allowed object is AdjustableDatesOrRelativeDateOffset
    • isMasterAgreementPaymentDates

      public Boolean isMasterAgreementPaymentDates()
      Gets the value of the masterAgreementPaymentDates property.
      Returns:
      possible object is Boolean
    • setMasterAgreementPaymentDates

      public void setMasterAgreementPaymentDates(Boolean value)
      Sets the value of the masterAgreementPaymentDates property.
      Parameters:
      value - allowed object is Boolean