Class TransactionReferences1

java.lang.Object
org.kapott.hbci.sepa.jaxb.camt_052_001_01.TransactionReferences1

public class TransactionReferences1 extends Object

Java class for TransactionReferences1 complex type.

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

 <complexType name="TransactionReferences1">
   <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.01}Max35Text" minOccurs="0"/>
         <element name="AcctSvcrRef" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.01}Max35Text" minOccurs="0"/>
         <element name="InstrId" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.01}Max35Text" minOccurs="0"/>
         <element name="EndToEndId" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.01}Max35Text" minOccurs="0"/>
         <element name="TxId" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.01}Max35Text" minOccurs="0"/>
         <element name="MndtId" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.01}Max35Text" minOccurs="0"/>
         <element name="ChqNb" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.01}Max35Text" minOccurs="0"/>
         <element name="ClrSysRef" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.01}Max35Text" minOccurs="0"/>
         <element name="Prtry" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.01}ProprietaryReference1" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • TransactionReferences1

      public TransactionReferences1()
  • Method Details

    • getMsgId

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

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

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

      public void setAcctSvcrRef(String value)
      Sets the value of the acctSvcrRef property.
      Parameters:
      value - allowed object is String
    • getInstrId

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

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

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

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

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

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

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

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

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

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

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

      public void setClrSysRef(String value)
      Sets the value of the clrSysRef property.
      Parameters:
      value - allowed object is String
    • getPrtry

      public ProprietaryReference1 getPrtry()
      Gets the value of the prtry property.
      Returns:
      possible object is ProprietaryReference1
    • setPrtry

      public void setPrtry(ProprietaryReference1 value)
      Sets the value of the prtry property.
      Parameters:
      value - allowed object is ProprietaryReference1