Class GrossCashflow

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

public class GrossCashflow extends Object
A payment component owed from one party to the other for the cash flow date. This payment component should by of only a single type, e.g. a fee or a cashflow from a cashflow stream.

Java class for GrossCashflow complex type.

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

 <complexType name="GrossCashflow">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <sequence minOccurs="0">
           <element name="cashflowId" type="{http://www.fpml.org/FpML-5/confirmation}CashflowId"/>
           <element name="partyTradeIdentifierReference" type="{http://www.fpml.org/FpML-5/confirmation}PartyTradeIdentifierReference" minOccurs="0"/>
           <group ref="{http://www.fpml.org/FpML-5/confirmation}PayerReceiver.model"/>
           <element name="cashflowAmount" type="{http://www.fpml.org/FpML-5/confirmation}Money"/>
         </sequence>
         <element name="cashflowType" type="{http://www.fpml.org/FpML-5/confirmation}CashflowType" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • GrossCashflow

      public GrossCashflow()
  • Method Details

    • getCashflowId

      public CashflowId getCashflowId()
      Gets the value of the cashflowId property.
      Returns:
      possible object is CashflowId
    • setCashflowId

      public void setCashflowId(CashflowId value)
      Sets the value of the cashflowId property.
      Parameters:
      value - allowed object is CashflowId
    • getPartyTradeIdentifierReference

      public PartyTradeIdentifierReference getPartyTradeIdentifierReference()
      Gets the value of the partyTradeIdentifierReference property.
      Returns:
      possible object is PartyTradeIdentifierReference
    • setPartyTradeIdentifierReference

      public void setPartyTradeIdentifierReference(PartyTradeIdentifierReference value)
      Sets the value of the partyTradeIdentifierReference property.
      Parameters:
      value - allowed object is PartyTradeIdentifierReference
    • 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
    • getCashflowAmount

      public Money getCashflowAmount()
      Gets the value of the cashflowAmount property.
      Returns:
      possible object is Money
    • setCashflowAmount

      public void setCashflowAmount(Money value)
      Sets the value of the cashflowAmount property.
      Parameters:
      value - allowed object is Money
    • getCashflowType

      public CashflowType getCashflowType()
      Gets the value of the cashflowType property.
      Returns:
      possible object is CashflowType
    • setCashflowType

      public void setCashflowType(CashflowType value)
      Sets the value of the cashflowType property.
      Parameters:
      value - allowed object is CashflowType