Class Instalment2

java.lang.Object
org.coderic.iso20022.messages.tsin.Instalment2

public class Instalment2 extends Object

Java class for Instalment2 complex type.

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

 <complexType name="Instalment2">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="SeqId" type="{urn:iso:std:iso:20022:tech:xsd:tsin.013.001.01}Max70Text"/>
         <element name="PmtDueDt" type="{urn:iso:std:iso:20022:tech:xsd:tsin.013.001.01}ISODate"/>
         <element name="Amt" type="{urn:iso:std:iso:20022:tech:xsd:tsin.013.001.01}ActiveCurrencyAndAmount"/>
         <element name="PmtInstrm" type="{urn:iso:std:iso:20022:tech:xsd:tsin.013.001.01}PaymentMeans1" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>