Class PaymentInstructionInformationSDD

java.lang.Object
org.kapott.hbci.sepa.jaxb.pain_008_003_02.PaymentInstructionInformationSDD

public class PaymentInstructionInformationSDD extends Object

Java class for PaymentInstructionInformationSDD complex type.

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

 <complexType name="PaymentInstructionInformationSDD">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="PmtInfId" type="{urn:iso:std:iso:20022:tech:xsd:pain.008.003.02}RestrictedIdentificationSEPA1"/>
         <element name="PmtMtd" type="{urn:iso:std:iso:20022:tech:xsd:pain.008.003.02}PaymentMethod2Code"/>
         <element name="BtchBookg" type="{urn:iso:std:iso:20022:tech:xsd:pain.008.003.02}BatchBookingIndicator" minOccurs="0"/>
         <element name="NbOfTxs" type="{urn:iso:std:iso:20022:tech:xsd:pain.008.003.02}Max15NumericText" minOccurs="0"/>
         <element name="CtrlSum" type="{urn:iso:std:iso:20022:tech:xsd:pain.008.003.02}DecimalNumber" minOccurs="0"/>
         <element name="PmtTpInf" type="{urn:iso:std:iso:20022:tech:xsd:pain.008.003.02}PaymentTypeInformationSDD"/>
         <element name="ReqdColltnDt" type="{urn:iso:std:iso:20022:tech:xsd:pain.008.003.02}ISODate"/>
         <element name="Cdtr" type="{urn:iso:std:iso:20022:tech:xsd:pain.008.003.02}PartyIdentificationSEPA5"/>
         <element name="CdtrAcct" type="{urn:iso:std:iso:20022:tech:xsd:pain.008.003.02}CashAccountSEPA1"/>
         <element name="CdtrAgt" type="{urn:iso:std:iso:20022:tech:xsd:pain.008.003.02}BranchAndFinancialInstitutionIdentificationSEPA3"/>
         <element name="UltmtCdtr" type="{urn:iso:std:iso:20022:tech:xsd:pain.008.003.02}PartyIdentificationSEPA1" minOccurs="0"/>
         <element name="ChrgBr" type="{urn:iso:std:iso:20022:tech:xsd:pain.008.003.02}ChargeBearerTypeSEPACode" minOccurs="0"/>
         <element name="CdtrSchmeId" type="{urn:iso:std:iso:20022:tech:xsd:pain.008.003.02}PartyIdentificationSEPA3" minOccurs="0"/>
         <element name="DrctDbtTxInf" type="{urn:iso:std:iso:20022:tech:xsd:pain.008.003.02}DirectDebitTransactionInformationSDD" maxOccurs="unbounded"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>