Class NonNegativePayment

java.lang.Object
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>