Class TransactionReferences2


  • public class TransactionReferences2
    extends java.lang.Object

    Java class for TransactionReferences2 complex type.

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

     <complexType name="TransactionReferences2">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="MsgId" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.02}Max35Text" minOccurs="0"/>
             <element name="AcctSvcrRef" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.02}Max35Text" minOccurs="0"/>
             <element name="PmtInfId" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.02}Max35Text" minOccurs="0"/>
             <element name="InstrId" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.02}Max35Text" minOccurs="0"/>
             <element name="EndToEndId" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.02}Max35Text" minOccurs="0"/>
             <element name="TxId" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.02}Max35Text" minOccurs="0"/>
             <element name="MndtId" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.02}Max35Text" minOccurs="0"/>
             <element name="ChqNb" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.02}Max35Text" minOccurs="0"/>
             <element name="ClrSysRef" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.02}Max35Text" minOccurs="0"/>
             <element name="Prtry" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.02}ProprietaryReference1" minOccurs="0"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getAcctSvcrRef()
      Gets the value of the acctSvcrRef property.
      java.lang.String getChqNb()
      Gets the value of the chqNb property.
      java.lang.String getClrSysRef()
      Gets the value of the clrSysRef property.
      java.lang.String getEndToEndId()
      Gets the value of the endToEndId property.
      java.lang.String getInstrId()
      Gets the value of the instrId property.
      java.lang.String getMndtId()
      Gets the value of the mndtId property.
      java.lang.String getMsgId()
      Gets the value of the msgId property.
      java.lang.String getPmtInfId()
      Gets the value of the pmtInfId property.
      ProprietaryReference1 getPrtry()
      Gets the value of the prtry property.
      java.lang.String getTxId()
      Gets the value of the txId property.
      void setAcctSvcrRef​(java.lang.String value)
      Sets the value of the acctSvcrRef property.
      void setChqNb​(java.lang.String value)
      Sets the value of the chqNb property.
      void setClrSysRef​(java.lang.String value)
      Sets the value of the clrSysRef property.
      void setEndToEndId​(java.lang.String value)
      Sets the value of the endToEndId property.
      void setInstrId​(java.lang.String value)
      Sets the value of the instrId property.
      void setMndtId​(java.lang.String value)
      Sets the value of the mndtId property.
      void setMsgId​(java.lang.String value)
      Sets the value of the msgId property.
      void setPmtInfId​(java.lang.String value)
      Sets the value of the pmtInfId property.
      void setPrtry​(ProprietaryReference1 value)
      Sets the value of the prtry property.
      void setTxId​(java.lang.String value)
      Sets the value of the txId property.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • msgId

        protected java.lang.String msgId
      • acctSvcrRef

        protected java.lang.String acctSvcrRef
      • pmtInfId

        protected java.lang.String pmtInfId
      • instrId

        protected java.lang.String instrId
      • endToEndId

        protected java.lang.String endToEndId
      • txId

        protected java.lang.String txId
      • mndtId

        protected java.lang.String mndtId
      • chqNb

        protected java.lang.String chqNb
      • clrSysRef

        protected java.lang.String clrSysRef
    • Constructor Detail

      • TransactionReferences2

        public TransactionReferences2()
    • Method Detail

      • getMsgId

        public java.lang.String getMsgId()
        Gets the value of the msgId property.
        Returns:
        possible object is String
      • setMsgId

        public void setMsgId​(java.lang.String value)
        Sets the value of the msgId property.
        Parameters:
        value - allowed object is String
      • getAcctSvcrRef

        public java.lang.String getAcctSvcrRef()
        Gets the value of the acctSvcrRef property.
        Returns:
        possible object is String
      • setAcctSvcrRef

        public void setAcctSvcrRef​(java.lang.String value)
        Sets the value of the acctSvcrRef property.
        Parameters:
        value - allowed object is String
      • 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
      • getInstrId

        public java.lang.String getInstrId()
        Gets the value of the instrId property.
        Returns:
        possible object is String
      • setInstrId

        public void setInstrId​(java.lang.String value)
        Sets the value of the instrId property.
        Parameters:
        value - allowed object is String
      • getEndToEndId

        public java.lang.String getEndToEndId()
        Gets the value of the endToEndId property.
        Returns:
        possible object is String
      • setEndToEndId

        public void setEndToEndId​(java.lang.String value)
        Sets the value of the endToEndId property.
        Parameters:
        value - allowed object is String
      • getTxId

        public java.lang.String getTxId()
        Gets the value of the txId property.
        Returns:
        possible object is String
      • setTxId

        public void setTxId​(java.lang.String value)
        Sets the value of the txId property.
        Parameters:
        value - allowed object is String
      • getMndtId

        public java.lang.String getMndtId()
        Gets the value of the mndtId property.
        Returns:
        possible object is String
      • setMndtId

        public void setMndtId​(java.lang.String value)
        Sets the value of the mndtId property.
        Parameters:
        value - allowed object is String
      • getChqNb

        public java.lang.String getChqNb()
        Gets the value of the chqNb property.
        Returns:
        possible object is String
      • setChqNb

        public void setChqNb​(java.lang.String value)
        Sets the value of the chqNb property.
        Parameters:
        value - allowed object is String
      • getClrSysRef

        public java.lang.String getClrSysRef()
        Gets the value of the clrSysRef property.
        Returns:
        possible object is String
      • setClrSysRef

        public void setClrSysRef​(java.lang.String value)
        Sets the value of the clrSysRef property.
        Parameters:
        value - allowed object is String