Class PaymentTransactionInformationSEPA


  • public class PaymentTransactionInformationSEPA
    extends java.lang.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>
     
    • Constructor Detail

      • PaymentTransactionInformationSEPA

        public PaymentTransactionInformationSEPA()
    • Method Detail

      • getStsId

        public java.lang.String getStsId()
        Gets the value of the stsId property.
        Returns:
        possible object is String
      • setStsId

        public void setStsId​(java.lang.String value)
        Sets the value of the stsId property.
        Parameters:
        value - allowed object is String
      • getOrgnlInstrId

        public java.lang.String getOrgnlInstrId()
        Gets the value of the orgnlInstrId property.
        Returns:
        possible object is String
      • setOrgnlInstrId

        public void setOrgnlInstrId​(java.lang.String value)
        Sets the value of the orgnlInstrId property.
        Parameters:
        value - allowed object is String
      • getOrgnlEndToEndId

        public java.lang.String getOrgnlEndToEndId()
        Gets the value of the orgnlEndToEndId property.
        Returns:
        possible object is String
      • setOrgnlEndToEndId

        public void setOrgnlEndToEndId​(java.lang.String value)
        Sets the value of the orgnlEndToEndId property.
        Parameters:
        value - allowed object is String
      • getStsRsnInf

        public java.util.List<StatusReasonInformationSEPA> getStsRsnInf()
        Gets the value of the stsRsnInf property.

        This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the stsRsnInf property.

        For example, to add a new item, do as follows:

            getStsRsnInf().add(newItem);
         

        Objects of the following type(s) are allowed in the list StatusReasonInformationSEPA