Class PaymentInstructionInformationSDD

java.lang.Object
org.kapott.hbci.sepa.jaxb.pain_008_002_01.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:swift:xsd:$pain.008.002.01}RestrictedIdentification1" minOccurs="0"/>
         <element name="PmtMtd" type="{urn:swift:xsd:$pain.008.002.01}PaymentMethod2Code"/>
         <element name="PmtTpInf" type="{urn:swift:xsd:$pain.008.002.01}PaymentTypeInformationSDD"/>
         <element name="ReqdColltnDt" type="{urn:swift:xsd:$pain.008.002.01}ISODate"/>
         <element name="Cdtr" type="{urn:swift:xsd:$pain.008.002.01}PartyIdentificationSDD2"/>
         <element name="CdtrAcct" type="{urn:swift:xsd:$pain.008.002.01}CashAccountSDD1"/>
         <element name="CdtrAgt" type="{urn:swift:xsd:$pain.008.002.01}BranchAndFinancialInstitutionIdentificationSDD1"/>
         <element name="UltmtCdtr" type="{urn:swift:xsd:$pain.008.002.01}PartyIdentificationSDD1" minOccurs="0"/>
         <element name="ChrgBr" type="{urn:swift:xsd:$pain.008.002.01}ChargeBearerTypeSDDCode" minOccurs="0"/>
         <element name="DrctDbtTxInf" type="{urn:swift:xsd:$pain.008.002.01}DirectDebitTransactionInformationSDD" maxOccurs="unbounded"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>