Class PaymentInstruction30


  • public class PaymentInstruction30
    extends java.lang.Object

    Java class for PaymentInstruction30 complex type.

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

     <complexType name="PaymentInstruction30">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="PmtInfId" type="{urn:iso:std:iso:20022:tech:xsd:pain.001.001.09}Max35Text"/>
             <element name="PmtMtd" type="{urn:iso:std:iso:20022:tech:xsd:pain.001.001.09}PaymentMethod3Code"/>
             <element name="BtchBookg" type="{urn:iso:std:iso:20022:tech:xsd:pain.001.001.09}BatchBookingIndicator" minOccurs="0"/>
             <element name="NbOfTxs" type="{urn:iso:std:iso:20022:tech:xsd:pain.001.001.09}Max15NumericText" minOccurs="0"/>
             <element name="CtrlSum" type="{urn:iso:std:iso:20022:tech:xsd:pain.001.001.09}DecimalNumber" minOccurs="0"/>
             <element name="PmtTpInf" type="{urn:iso:std:iso:20022:tech:xsd:pain.001.001.09}PaymentTypeInformation26" minOccurs="0"/>
             <element name="ReqdExctnDt" type="{urn:iso:std:iso:20022:tech:xsd:pain.001.001.09}DateAndDateTime2Choice"/>
             <element name="PoolgAdjstmntDt" type="{urn:iso:std:iso:20022:tech:xsd:pain.001.001.09}ISODate" minOccurs="0"/>
             <element name="Dbtr" type="{urn:iso:std:iso:20022:tech:xsd:pain.001.001.09}PartyIdentification135"/>
             <element name="DbtrAcct" type="{urn:iso:std:iso:20022:tech:xsd:pain.001.001.09}CashAccount38"/>
             <element name="DbtrAgt" type="{urn:iso:std:iso:20022:tech:xsd:pain.001.001.09}BranchAndFinancialInstitutionIdentification6"/>
             <element name="DbtrAgtAcct" type="{urn:iso:std:iso:20022:tech:xsd:pain.001.001.09}CashAccount38" minOccurs="0"/>
             <element name="InstrForDbtrAgt" type="{urn:iso:std:iso:20022:tech:xsd:pain.001.001.09}Max140Text" minOccurs="0"/>
             <element name="UltmtDbtr" type="{urn:iso:std:iso:20022:tech:xsd:pain.001.001.09}PartyIdentification135" minOccurs="0"/>
             <element name="ChrgBr" type="{urn:iso:std:iso:20022:tech:xsd:pain.001.001.09}ChargeBearerType1Code" minOccurs="0"/>
             <element name="ChrgsAcct" type="{urn:iso:std:iso:20022:tech:xsd:pain.001.001.09}CashAccount38" minOccurs="0"/>
             <element name="ChrgsAcctAgt" type="{urn:iso:std:iso:20022:tech:xsd:pain.001.001.09}BranchAndFinancialInstitutionIdentification6" minOccurs="0"/>
             <element name="CdtTrfTxInf" type="{urn:iso:std:iso:20022:tech:xsd:pain.001.001.09}CreditTransferTransaction34" maxOccurs="unbounded"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    • Constructor Detail

      • PaymentInstruction30

        public PaymentInstruction30()
    • 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
      • isBtchBookg

        public java.lang.Boolean isBtchBookg()
        Gets the value of the btchBookg property.
        Returns:
        possible object is Boolean
      • setBtchBookg

        public void setBtchBookg​(java.lang.Boolean value)
        Sets the value of the btchBookg property.
        Parameters:
        value - allowed object is Boolean
      • getNbOfTxs

        public java.lang.String getNbOfTxs()
        Gets the value of the nbOfTxs property.
        Returns:
        possible object is String
      • setNbOfTxs

        public void setNbOfTxs​(java.lang.String value)
        Sets the value of the nbOfTxs property.
        Parameters:
        value - allowed object is String
      • getCtrlSum

        public java.math.BigDecimal getCtrlSum()
        Gets the value of the ctrlSum property.
        Returns:
        possible object is BigDecimal
      • setCtrlSum

        public void setCtrlSum​(java.math.BigDecimal value)
        Sets the value of the ctrlSum property.
        Parameters:
        value - allowed object is BigDecimal
      • getPoolgAdjstmntDt

        public javax.xml.datatype.XMLGregorianCalendar getPoolgAdjstmntDt()
        Gets the value of the poolgAdjstmntDt property.
        Returns:
        possible object is XMLGregorianCalendar
      • setPoolgAdjstmntDt

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

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

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

        public CashAccount38 getDbtrAgtAcct()
        Gets the value of the dbtrAgtAcct property.
        Returns:
        possible object is CashAccount38
      • setDbtrAgtAcct

        public void setDbtrAgtAcct​(CashAccount38 value)
        Sets the value of the dbtrAgtAcct property.
        Parameters:
        value - allowed object is CashAccount38
      • getInstrForDbtrAgt

        public java.lang.String getInstrForDbtrAgt()
        Gets the value of the instrForDbtrAgt property.
        Returns:
        possible object is String
      • setInstrForDbtrAgt

        public void setInstrForDbtrAgt​(java.lang.String value)
        Sets the value of the instrForDbtrAgt property.
        Parameters:
        value - allowed object is String
      • getChrgsAcct

        public CashAccount38 getChrgsAcct()
        Gets the value of the chrgsAcct property.
        Returns:
        possible object is CashAccount38
      • setChrgsAcct

        public void setChrgsAcct​(CashAccount38 value)
        Sets the value of the chrgsAcct property.
        Parameters:
        value - allowed object is CashAccount38
      • getCdtTrfTxInf

        public java.util.List<CreditTransferTransaction34> 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 CreditTransferTransaction34