Class TransactionIdentifications44

java.lang.Object
org.coderic.iso20022.messages.colr.TransactionIdentifications44

public class TransactionIdentifications44 extends Object

Java class for TransactionIdentifications44 complex type.

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

 <complexType name="TransactionIdentifications44">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="TrptyAgtSvcPrvdrCollInstrId" type="{urn:iso:std:iso:20022:tech:xsd:colr.024.001.01}Max35Text"/>
         <element name="TrptyAgtSvcPrvdrCollTxId" type="{urn:iso:std:iso:20022:tech:xsd:colr.024.001.01}Max35Text" minOccurs="0"/>
         <element name="ClntCollInstrId" type="{urn:iso:std:iso:20022:tech:xsd:colr.024.001.01}Max35Text" minOccurs="0"/>
         <element name="ClntCollTxId" type="{urn:iso:std:iso:20022:tech:xsd:colr.024.001.01}Max35Text" minOccurs="0"/>
         <element name="CtrPtyCollInstrId" type="{urn:iso:std:iso:20022:tech:xsd:colr.024.001.01}Max35Text" minOccurs="0"/>
         <element name="CtrPtyCollTxId" type="{urn:iso:std:iso:20022:tech:xsd:colr.024.001.01}Max35Text" minOccurs="0"/>
         <element name="CmonTxId" type="{urn:iso:std:iso:20022:tech:xsd:colr.024.001.01}Max52Text" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Constructor Details Link icon

    • TransactionIdentifications44 Link icon

      public TransactionIdentifications44()
  • Method Details Link icon

    • getTrptyAgtSvcPrvdrCollInstrId Link icon

      public String getTrptyAgtSvcPrvdrCollInstrId()
      Gets the value of the trptyAgtSvcPrvdrCollInstrId property.
      Returns:
      possible object is String
    • setTrptyAgtSvcPrvdrCollInstrId Link icon

      public void setTrptyAgtSvcPrvdrCollInstrId(String value)
      Sets the value of the trptyAgtSvcPrvdrCollInstrId property.
      Parameters:
      value - allowed object is String
    • getTrptyAgtSvcPrvdrCollTxId Link icon

      public String getTrptyAgtSvcPrvdrCollTxId()
      Gets the value of the trptyAgtSvcPrvdrCollTxId property.
      Returns:
      possible object is String
    • setTrptyAgtSvcPrvdrCollTxId Link icon

      public void setTrptyAgtSvcPrvdrCollTxId(String value)
      Sets the value of the trptyAgtSvcPrvdrCollTxId property.
      Parameters:
      value - allowed object is String
    • getClntCollInstrId Link icon

      public String getClntCollInstrId()
      Gets the value of the clntCollInstrId property.
      Returns:
      possible object is String
    • setClntCollInstrId Link icon

      public void setClntCollInstrId(String value)
      Sets the value of the clntCollInstrId property.
      Parameters:
      value - allowed object is String
    • getClntCollTxId Link icon

      public String getClntCollTxId()
      Gets the value of the clntCollTxId property.
      Returns:
      possible object is String
    • setClntCollTxId Link icon

      public void setClntCollTxId(String value)
      Sets the value of the clntCollTxId property.
      Parameters:
      value - allowed object is String
    • getCtrPtyCollInstrId Link icon

      public String getCtrPtyCollInstrId()
      Gets the value of the ctrPtyCollInstrId property.
      Returns:
      possible object is String
    • setCtrPtyCollInstrId Link icon

      public void setCtrPtyCollInstrId(String value)
      Sets the value of the ctrPtyCollInstrId property.
      Parameters:
      value - allowed object is String
    • getCtrPtyCollTxId Link icon

      public String getCtrPtyCollTxId()
      Gets the value of the ctrPtyCollTxId property.
      Returns:
      possible object is String
    • setCtrPtyCollTxId Link icon

      public void setCtrPtyCollTxId(String value)
      Sets the value of the ctrPtyCollTxId property.
      Parameters:
      value - allowed object is String
    • getCmonTxId Link icon

      public String getCmonTxId()
      Gets the value of the cmonTxId property.
      Returns:
      possible object is String
    • setCmonTxId Link icon

      public void setCmonTxId(String value)
      Sets the value of the cmonTxId property.
      Parameters:
      value - allowed object is String