Class PaymentInstructionInformationSCT

java.lang.Object
org.kapott.hbci.sepa.jaxb.pain_001_002_02.PaymentInstructionInformationSCT

public class PaymentInstructionInformationSCT extends Object

Java class for PaymentInstructionInformationSCT complex type.

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

 <complexType name="PaymentInstructionInformationSCT">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="PmtInfId" type="{urn:swift:xsd:$pain.001.002.02}RestrictedIdentification2" minOccurs="0"/>
         <element name="PmtMtd" type="{urn:swift:xsd:$pain.001.002.02}PaymentMethodSCTCode"/>
         <element name="PmtTpInf" type="{urn:swift:xsd:$pain.001.002.02}PaymentTypeInformationSCT1" minOccurs="0"/>
         <element name="ReqdExctnDt" type="{urn:swift:xsd:$pain.001.002.02}ISODate"/>
         <element name="Dbtr" type="{urn:swift:xsd:$pain.001.002.02}PartyIdentificationSCT2"/>
         <element name="DbtrAcct" type="{urn:swift:xsd:$pain.001.002.02}CashAccountSCT1"/>
         <element name="DbtrAgt" type="{urn:swift:xsd:$pain.001.002.02}BranchAndFinancialInstitutionIdentificationSCT"/>
         <element name="UltmtDbtr" type="{urn:swift:xsd:$pain.001.002.02}PartyIdentificationSCT1" minOccurs="0"/>
         <element name="ChrgBr" type="{urn:swift:xsd:$pain.001.002.02}ChargeBearerTypeSCTCode" minOccurs="0"/>
         <element name="CdtTrfTxInf" type="{urn:swift:xsd:$pain.001.002.02}CreditTransferTransactionInformationSCT" maxOccurs="unbounded"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>