Class TransactionIdentifications44
java.lang.Object
org.coderic.iso20022.messages.colr.TransactionIdentifications44
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 Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the clntCollInstrId property.Gets the value of the clntCollTxId property.Gets the value of the cmonTxId property.Gets the value of the ctrPtyCollInstrId property.Gets the value of the ctrPtyCollTxId property.Gets the value of the trptyAgtSvcPrvdrCollInstrId property.Gets the value of the trptyAgtSvcPrvdrCollTxId property.void
setClntCollInstrId
(String value) Sets the value of the clntCollInstrId property.void
setClntCollTxId
(String value) Sets the value of the clntCollTxId property.void
setCmonTxId
(String value) Sets the value of the cmonTxId property.void
setCtrPtyCollInstrId
(String value) Sets the value of the ctrPtyCollInstrId property.void
setCtrPtyCollTxId
(String value) Sets the value of the ctrPtyCollTxId property.void
Sets the value of the trptyAgtSvcPrvdrCollInstrId property.void
Sets the value of the trptyAgtSvcPrvdrCollTxId property.
-
Constructor Details
-
TransactionIdentifications44
public TransactionIdentifications44()
-
-
Method Details
-
getTrptyAgtSvcPrvdrCollInstrId
Gets the value of the trptyAgtSvcPrvdrCollInstrId property.- Returns:
- possible object is
String
-
setTrptyAgtSvcPrvdrCollInstrId
Sets the value of the trptyAgtSvcPrvdrCollInstrId property.- Parameters:
value
- allowed object isString
-
getTrptyAgtSvcPrvdrCollTxId
Gets the value of the trptyAgtSvcPrvdrCollTxId property.- Returns:
- possible object is
String
-
setTrptyAgtSvcPrvdrCollTxId
Sets the value of the trptyAgtSvcPrvdrCollTxId property.- Parameters:
value
- allowed object isString
-
getClntCollInstrId
Gets the value of the clntCollInstrId property.- Returns:
- possible object is
String
-
setClntCollInstrId
Sets the value of the clntCollInstrId property.- Parameters:
value
- allowed object isString
-
getClntCollTxId
Gets the value of the clntCollTxId property.- Returns:
- possible object is
String
-
setClntCollTxId
Sets the value of the clntCollTxId property.- Parameters:
value
- allowed object isString
-
getCtrPtyCollInstrId
Gets the value of the ctrPtyCollInstrId property.- Returns:
- possible object is
String
-
setCtrPtyCollInstrId
Sets the value of the ctrPtyCollInstrId property.- Parameters:
value
- allowed object isString
-
getCtrPtyCollTxId
Gets the value of the ctrPtyCollTxId property.- Returns:
- possible object is
String
-
setCtrPtyCollTxId
Sets the value of the ctrPtyCollTxId 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
-