Class PaymentInstructionInformation4


  • public class PaymentInstructionInformation4
    extends java.lang.Object

    Java class for PaymentInstructionInformation4 complex type.

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

     <complexType name="PaymentInstructionInformation4">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="PmtInfId" type="{urn:sepade:xsd:pain.001.001.02}Max35Text" minOccurs="0"/>
             <element name="PmtMtd" type="{urn:sepade:xsd:pain.001.001.02}PaymentMethod5Code"/>
             <element name="PmtTpInf" type="{urn:sepade:xsd:pain.001.001.02}PaymentTypeInformation7"/>
             <element name="ReqdExctnDt" type="{urn:sepade:xsd:pain.001.001.02}ISODate"/>
             <element name="Dbtr" type="{urn:sepade:xsd:pain.001.001.02}PartyIdentification23"/>
             <element name="DbtrAcct" type="{urn:sepade:xsd:pain.001.001.02}CashAccount8"/>
             <element name="DbtrAgt" type="{urn:sepade:xsd:pain.001.001.02}FinancialInstitution2"/>
             <element name="ChrgBr" type="{urn:sepade:xsd:pain.001.001.02}ChargeBearerType2Code"/>
             <element name="CdtTrfTxInf" type="{urn:sepade:xsd:pain.001.001.02}CreditTransferTransactionInformation2" maxOccurs="unbounded"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    • Constructor Detail

      • PaymentInstructionInformation4

        public PaymentInstructionInformation4()
    • Method Detail

      • getPmtInfId

        public java.lang.String getPmtInfId()
        Gets the value of the pmtInfId property.
        Returns:
        possible object is String
      • setPmtInfId

        public void setPmtInfId​(java.lang.String value)
        Sets the value of the pmtInfId property.
        Parameters:
        value - allowed object is String
      • getReqdExctnDt

        public javax.xml.datatype.XMLGregorianCalendar getReqdExctnDt()
        Gets the value of the reqdExctnDt property.
        Returns:
        possible object is XMLGregorianCalendar
      • setReqdExctnDt

        public void setReqdExctnDt​(javax.xml.datatype.XMLGregorianCalendar value)
        Sets the value of the reqdExctnDt property.
        Parameters:
        value - allowed object is XMLGregorianCalendar
      • getDbtrAcct

        public CashAccount8 getDbtrAcct()
        Gets the value of the dbtrAcct property.
        Returns:
        possible object is CashAccount8
      • setDbtrAcct

        public void setDbtrAcct​(CashAccount8 value)
        Sets the value of the dbtrAcct property.
        Parameters:
        value - allowed object is CashAccount8
      • getCdtTrfTxInf

        public java.util.List<CreditTransferTransactionInformation2> getCdtTrfTxInf()
        Gets the value of the cdtTrfTxInf 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 cdtTrfTxInf property.

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

            getCdtTrfTxInf().add(newItem);
         

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