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

    • TransactionIdentifications44

      public TransactionIdentifications44()
  • Method Details

    • getTrptyAgtSvcPrvdrCollInstrId

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

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

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

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

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

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

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

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

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

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

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

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

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

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