Class PaymentTransactionInformationSEPA

java.lang.Object
org.kapott.hbci.sepa.jaxb.pain_002_001_03.PaymentTransactionInformationSEPA

public class PaymentTransactionInformationSEPA extends Object

Java class for PaymentTransactionInformationSEPA complex type.

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

<complexType name="PaymentTransactionInformationSEPA">
  <complexContent>
    <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
      <sequence>
        <element name="StsId" type="{urn:iso:std:iso:20022:tech:xsd:pain.002.001.03}RestrictedIdentificationSEPA1" minOccurs="0"/>
        <element name="OrgnlInstrId" type="{urn:iso:std:iso:20022:tech:xsd:pain.002.001.03}Max35Text" minOccurs="0"/>
        <element name="OrgnlEndToEndId" type="{urn:iso:std:iso:20022:tech:xsd:pain.002.001.03}Max35Text" minOccurs="0"/>
        <element name="TxSts" type="{urn:iso:std:iso:20022:tech:xsd:pain.002.001.03}TransactionIndividualStatusCodeSEPA" minOccurs="0"/>
        <element name="StsRsnInf" type="{urn:iso:std:iso:20022:tech:xsd:pain.002.001.03}StatusReasonInformationSEPA" maxOccurs="unbounded" minOccurs="0"/>
        <element name="OrgnlTxRef" type="{urn:iso:std:iso:20022:tech:xsd:pain.002.001.03}OriginalTransactionReferenceSEPA"/>
      </sequence>
    </restriction>
  </complexContent>
</complexType>