Class Reference21
java.lang.Object
org.coderic.iso20022.messages.reda.Reference21
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 Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the cmonTxId property.Gets the value of the rcvrCollCtrctId property.Gets the value of the rcvrCollTxId property.Gets the value of the sndrCollCtrctId property.Gets the value of the sndrCollTxId property.void
setCmonTxId
(String value) Sets the value of the cmonTxId property.void
setRcvrCollCtrctId
(String value) Sets the value of the rcvrCollCtrctId property.void
setRcvrCollTxId
(String value) Sets the value of the rcvrCollTxId property.void
setSndrCollCtrctId
(String value) Sets the value of the sndrCollCtrctId property.void
setSndrCollTxId
(String value) Sets the value of the sndrCollTxId property.
-
Constructor Details
-
Reference21
public Reference21()
-
-
Method Details
-
getSndrCollTxId
Gets the value of the sndrCollTxId property.- Returns:
- possible object is
String
-
setSndrCollTxId
Sets the value of the sndrCollTxId property.- Parameters:
value
- allowed object isString
-
getRcvrCollTxId
Gets the value of the rcvrCollTxId property.- Returns:
- possible object is
String
-
setRcvrCollTxId
Sets the value of the rcvrCollTxId property.- Parameters:
value
- allowed object isString
-
getSndrCollCtrctId
Gets the value of the sndrCollCtrctId property.- Returns:
- possible object is
String
-
setSndrCollCtrctId
Sets the value of the sndrCollCtrctId property.- Parameters:
value
- allowed object isString
-
getRcvrCollCtrctId
Gets the value of the rcvrCollCtrctId property.- Returns:
- possible object is
String
-
setRcvrCollCtrctId
Sets the value of the rcvrCollCtrctId property.- Parameters:
value
- allowed object isString
-
getCmonTxId
Gets the value of the cmonTxId property.- Returns:
- possible object is
String
-
setCmonTxId
Sets the value of the cmonTxId property.- Parameters:
value
- allowed object isString
-