Class PaymentInstructionInformation5


  • public class PaymentInstructionInformation5
    extends java.lang.Object

    Java class for PaymentInstructionInformation5 complex type.

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

     <complexType name="PaymentInstructionInformation5">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="PmtInfId" type="{urn:sepade:xsd:pain.008.001.01}Max35Text" minOccurs="0"/>
             <element name="PmtMtd" type="{urn:sepade:xsd:pain.008.001.01}PaymentMethod2Code"/>
             <element name="PmtTpInf" type="{urn:sepade:xsd:pain.008.001.01}PaymentTypeInformation8"/>
             <element name="ReqdColltnDt" type="{urn:sepade:xsd:pain.008.001.01}ISODate"/>
             <element name="Cdtr" type="{urn:sepade:xsd:pain.008.001.01}PartyIdentification22"/>
             <element name="CdtrAcct" type="{urn:sepade:xsd:pain.008.001.01}CashAccount8"/>
             <element name="CdtrAgt" type="{urn:sepade:xsd:pain.008.001.01}FinancialInstitution2"/>
             <element name="ChrgBr" type="{urn:sepade:xsd:pain.008.001.01}ChargeBearerType2Code"/>
             <element name="DrctDbtTxInf" type="{urn:sepade:xsd:pain.008.001.01}DirectDebitTransactionInformation2" maxOccurs="unbounded"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    • Constructor Detail

      • PaymentInstructionInformation5

        public PaymentInstructionInformation5()
    • 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
      • getReqdColltnDt

        public javax.xml.datatype.XMLGregorianCalendar getReqdColltnDt()
        Gets the value of the reqdColltnDt property.
        Returns:
        possible object is XMLGregorianCalendar
      • setReqdColltnDt

        public void setReqdColltnDt​(javax.xml.datatype.XMLGregorianCalendar value)
        Sets the value of the reqdColltnDt property.
        Parameters:
        value - allowed object is XMLGregorianCalendar
      • getCdtrAcct

        public CashAccount8 getCdtrAcct()
        Gets the value of the cdtrAcct property.
        Returns:
        possible object is CashAccount8
      • setCdtrAcct

        public void setCdtrAcct​(CashAccount8 value)
        Sets the value of the cdtrAcct property.
        Parameters:
        value - allowed object is CashAccount8
      • getDrctDbtTxInf

        public java.util.List<DirectDebitTransactionInformation2> getDrctDbtTxInf()
        Gets the value of the drctDbtTxInf 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 drctDbtTxInf property.

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

            getDrctDbtTxInf().add(newItem);
         

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