Class TransactionReferences8

java.lang.Object
org.coderic.iso20022.messages.remt.TransactionReferences8

public class TransactionReferences8 extends Object

Java class for TransactionReferences8 complex type.

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

 <complexType name="TransactionReferences8">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="PmtInfId" type="{urn:iso:std:iso:20022:tech:xsd:remt.002.001.03}Max35Text" minOccurs="0"/>
         <element name="InstrId" type="{urn:iso:std:iso:20022:tech:xsd:remt.002.001.03}Max35Text" minOccurs="0"/>
         <element name="EndToEndId" type="{urn:iso:std:iso:20022:tech:xsd:remt.002.001.03}Max35Text"/>
         <element name="TxId" type="{urn:iso:std:iso:20022:tech:xsd:remt.002.001.03}Max35Text" minOccurs="0"/>
         <element name="UETR" type="{urn:iso:std:iso:20022:tech:xsd:remt.002.001.03}UUIDv4Identifier" minOccurs="0"/>
         <element name="MndtId" type="{urn:iso:std:iso:20022:tech:xsd:remt.002.001.03}Max35Text" minOccurs="0"/>
         <element name="CdtrSchmeId" type="{urn:iso:std:iso:20022:tech:xsd:remt.002.001.03}PartyIdentification272" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Constructor Details Link icon

    • TransactionReferences8 Link icon

      public TransactionReferences8()
  • Method Details Link icon

    • getPmtInfId Link icon

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

      public void setPmtInfId(String value)
      Sets the value of the pmtInfId property.
      Parameters:
      value - allowed object is String
    • getInstrId Link icon

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

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

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

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

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

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

      public String getUETR()
      Gets the value of the uetr property.
      Returns:
      possible object is String
    • setUETR Link icon

      public void setUETR(String value)
      Sets the value of the uetr property.
      Parameters:
      value - allowed object is String
    • getMndtId Link icon

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

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

      public PartyIdentification272 getCdtrSchmeId()
      Gets the value of the cdtrSchmeId property.
      Returns:
      possible object is PartyIdentification272
    • setCdtrSchmeId Link icon

      public void setCdtrSchmeId(PartyIdentification272 value)
      Sets the value of the cdtrSchmeId property.
      Parameters:
      value - allowed object is PartyIdentification272