Class PrePayment

java.lang.Object
net.finmath.smartcontract.product.xml.PaymentBase
net.finmath.smartcontract.product.xml.PrePayment

public class PrePayment extends PaymentBase
A type for defining PrePayment.

Java class for PrePayment complex type.

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

 <complexType name="PrePayment">
   <complexContent>
     <extension base="{http://www.fpml.org/FpML-5/confirmation}PaymentBase">
       <sequence>
         <group ref="{http://www.fpml.org/FpML-5/confirmation}PayerReceiver.model"/>
         <element name="prePayment" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
         <element name="prePaymentAmount" type="{http://www.fpml.org/FpML-5/confirmation}NonNegativeMoney"/>
         <element name="prePaymentDate" type="{http://www.fpml.org/FpML-5/confirmation}AdjustableDate"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 
  • Field Details

    • payerPartyReference

      protected PartyReference payerPartyReference
    • payerAccountReference

      protected AccountReference payerAccountReference
    • receiverPartyReference

      protected PartyReference receiverPartyReference
    • receiverAccountReference

      protected AccountReference receiverAccountReference
    • prePayment

      protected boolean prePayment
    • prePaymentAmount

      protected NonNegativeMoney prePaymentAmount
    • prePaymentDate

      protected AdjustableDate prePaymentDate
  • Constructor Details

    • PrePayment

      public PrePayment()
  • 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
    • isPrePayment

      public boolean isPrePayment()
      Gets the value of the prePayment property.
    • setPrePayment

      public void setPrePayment(boolean value)
      Sets the value of the prePayment property.
    • getPrePaymentAmount

      public NonNegativeMoney getPrePaymentAmount()
      Gets the value of the prePaymentAmount property.
      Returns:
      possible object is NonNegativeMoney
    • setPrePaymentAmount

      public void setPrePaymentAmount(NonNegativeMoney value)
      Sets the value of the prePaymentAmount property.
      Parameters:
      value - allowed object is NonNegativeMoney
    • getPrePaymentDate

      public AdjustableDate getPrePaymentDate()
      Gets the value of the prePaymentDate property.
      Returns:
      possible object is AdjustableDate
    • setPrePaymentDate

      public void setPrePaymentDate(AdjustableDate value)
      Sets the value of the prePaymentDate property.
      Parameters:
      value - allowed object is AdjustableDate