Class ClassifiablePayment

java.lang.Object

public class ClassifiablePayment extends NonNegativePayment
A classified non negative payment.

Java class for ClassifiablePayment complex type.

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

 <complexType name="ClassifiablePayment">
   <complexContent>
     <extension base="{http://www.fpml.org/FpML-5/confirmation}NonNegativePayment">
       <sequence>
         <element name="paymentType" type="{http://www.fpml.org/FpML-5/confirmation}PaymentType" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>