Class TransactionReferences8
java.lang.Object
org.coderic.iso20022.messages.remt.TransactionReferences8
Java class for TransactionReferences8 complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TransactionReferences8"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="PmtInfId" type="{urn:iso:std:iso:20022:tech:xsd:remt.002.001.03}Max35Text" minOccurs="0"/> <element name="InstrId" type="{urn:iso:std:iso:20022:tech:xsd:remt.002.001.03}Max35Text" minOccurs="0"/> <element name="EndToEndId" type="{urn:iso:std:iso:20022:tech:xsd:remt.002.001.03}Max35Text"/> <element name="TxId" type="{urn:iso:std:iso:20022:tech:xsd:remt.002.001.03}Max35Text" minOccurs="0"/> <element name="UETR" type="{urn:iso:std:iso:20022:tech:xsd:remt.002.001.03}UUIDv4Identifier" minOccurs="0"/> <element name="MndtId" type="{urn:iso:std:iso:20022:tech:xsd:remt.002.001.03}Max35Text" minOccurs="0"/> <element name="CdtrSchmeId" type="{urn:iso:std:iso:20022:tech:xsd:remt.002.001.03}PartyIdentification272" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the cdtrSchmeId property.Gets the value of the endToEndId property.Gets the value of the instrId property.Gets the value of the mndtId property.Gets the value of the pmtInfId property.getTxId()
Gets the value of the txId property.getUETR()
Gets the value of the uetr property.void
Sets the value of the cdtrSchmeId property.void
setEndToEndId
(String value) Sets the value of the endToEndId property.void
setInstrId
(String value) Sets the value of the instrId property.void
Sets the value of the mndtId property.void
setPmtInfId
(String value) Sets the value of the pmtInfId property.void
Sets the value of the txId property.void
Sets the value of the uetr property.
-
Constructor Details
-
TransactionReferences8
public TransactionReferences8()
-
-
Method Details
-
getPmtInfId
Gets the value of the pmtInfId property.- Returns:
- possible object is
String
-
setPmtInfId
Sets the value of the pmtInfId property.- Parameters:
value
- allowed object isString
-
getInstrId
Gets the value of the instrId property.- Returns:
- possible object is
String
-
setInstrId
Sets the value of the instrId property.- Parameters:
value
- allowed object isString
-
getEndToEndId
Gets the value of the endToEndId property.- Returns:
- possible object is
String
-
setEndToEndId
Sets the value of the endToEndId property.- Parameters:
value
- allowed object isString
-
getTxId
Gets the value of the txId property.- Returns:
- possible object is
String
-
setTxId
Sets the value of the txId property.- Parameters:
value
- allowed object isString
-
getUETR
Gets the value of the uetr property.- Returns:
- possible object is
String
-
setUETR
Sets the value of the uetr property.- Parameters:
value
- allowed object isString
-
getMndtId
Gets the value of the mndtId property.- Returns:
- possible object is
String
-
setMndtId
Sets the value of the mndtId property.- Parameters:
value
- allowed object isString
-
getCdtrSchmeId
Gets the value of the cdtrSchmeId property.- Returns:
- possible object is
PartyIdentification272
-
setCdtrSchmeId
Sets the value of the cdtrSchmeId property.- Parameters:
value
- allowed object isPartyIdentification272
-