Class NonNegativePayment

Direct Known Subclasses:
ClassifiablePayment, CommodityPremium, FxOptionPremium

public class NonNegativePayment extends PaymentBaseExtended
A complex type to specify non negative payments.

Java class for NonNegativePayment complex type.

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

 <complexType name="NonNegativePayment">
   <complexContent>
     <extension base="{http://www.fpml.org/FpML-5/confirmation}PaymentBaseExtended">
       <sequence>
         <element name="paymentAmount" type="{http://www.fpml.org/FpML-5/confirmation}NonNegativeMoney"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • NonNegativePayment

      public NonNegativePayment()
  • Method Details

    • getPaymentAmount

      public NonNegativeMoney getPaymentAmount()
      Gets the value of the paymentAmount property.
      Returns:
      possible object is NonNegativeMoney
    • setPaymentAmount

      public void setPaymentAmount(NonNegativeMoney value)
      Sets the value of the paymentAmount property.
      Parameters:
      value - allowed object is NonNegativeMoney