Class Reference21

java.lang.Object
org.coderic.iso20022.messages.reda.Reference21

public class Reference21 extends Object

Java class for Reference21 complex type.

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

 <complexType name="Reference21">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="SndrCollTxId" type="{urn:iso:std:iso:20022:tech:xsd:reda.074.001.01}Max35Text" minOccurs="0"/>
         <element name="RcvrCollTxId" type="{urn:iso:std:iso:20022:tech:xsd:reda.074.001.01}Max35Text" minOccurs="0"/>
         <element name="SndrCollCtrctId" type="{urn:iso:std:iso:20022:tech:xsd:reda.074.001.01}Max35Text" minOccurs="0"/>
         <element name="RcvrCollCtrctId" type="{urn:iso:std:iso:20022:tech:xsd:reda.074.001.01}Max35Text" minOccurs="0"/>
         <element name="CmonTxId" type="{urn:iso:std:iso:20022:tech:xsd:reda.074.001.01}Max52Text" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Constructor Details

    • Reference21

      public Reference21()
  • Method Details

    • getSndrCollTxId

      public String getSndrCollTxId()
      Gets the value of the sndrCollTxId property.
      Returns:
      possible object is String
    • setSndrCollTxId

      public void setSndrCollTxId(String value)
      Sets the value of the sndrCollTxId property.
      Parameters:
      value - allowed object is String
    • getRcvrCollTxId

      public String getRcvrCollTxId()
      Gets the value of the rcvrCollTxId property.
      Returns:
      possible object is String
    • setRcvrCollTxId

      public void setRcvrCollTxId(String value)
      Sets the value of the rcvrCollTxId property.
      Parameters:
      value - allowed object is String
    • getSndrCollCtrctId

      public String getSndrCollCtrctId()
      Gets the value of the sndrCollCtrctId property.
      Returns:
      possible object is String
    • setSndrCollCtrctId

      public void setSndrCollCtrctId(String value)
      Sets the value of the sndrCollCtrctId property.
      Parameters:
      value - allowed object is String
    • getRcvrCollCtrctId

      public String getRcvrCollCtrctId()
      Gets the value of the rcvrCollCtrctId property.
      Returns:
      possible object is String
    • setRcvrCollCtrctId

      public void setRcvrCollCtrctId(String value)
      Sets the value of the rcvrCollCtrctId 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