Class References23
java.lang.Object
org.coderic.iso20022.messages.sese.References23
Java class for References23 complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="References23"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="AcctOwnrTxId" type="{urn:iso:std:iso:20022:tech:xsd:sese.042.001.01}Max35Text" minOccurs="0"/> <element name="AcctSvcrTxId" type="{urn:iso:std:iso:20022:tech:xsd:sese.042.001.01}Max35Text" minOccurs="0"/> <element name="MktInfrstrctrTxId" type="{urn:iso:std:iso:20022:tech:xsd:sese.042.001.01}Max35Text" minOccurs="0"/> <element name="PrcrTxId" type="{urn:iso:std:iso:20022:tech:xsd:sese.042.001.01}Max35Text" minOccurs="0"/> <element name="PoolId" type="{urn:iso:std:iso:20022:tech:xsd:sese.042.001.01}Max35Text" minOccurs="0"/> <element name="CmonId" type="{urn:iso:std:iso:20022:tech:xsd:sese.042.001.01}Max35Text" minOccurs="0"/> <element name="TradId" type="{urn:iso:std:iso:20022:tech:xsd:sese.042.001.01}Max52Text" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the acctOwnrTxId property.Gets the value of the acctSvcrTxId property.Gets the value of the cmonId property.Gets the value of the mktInfrstrctrTxId property.Gets the value of the poolId property.Gets the value of the prcrTxId property.Gets the value of the tradId property.void
setAcctOwnrTxId
(String value) Sets the value of the acctOwnrTxId property.void
setAcctSvcrTxId
(String value) Sets the value of the acctSvcrTxId property.void
Sets the value of the cmonId property.void
setMktInfrstrctrTxId
(String value) Sets the value of the mktInfrstrctrTxId property.void
Sets the value of the poolId property.void
setPrcrTxId
(String value) Sets the value of the prcrTxId property.void
Sets the value of the tradId property.
-
Constructor Details
-
References23
public References23()
-
-
Method Details
-
getAcctOwnrTxId
Gets the value of the acctOwnrTxId property.- Returns:
- possible object is
String
-
setAcctOwnrTxId
Sets the value of the acctOwnrTxId property.- Parameters:
value
- allowed object isString
-
getAcctSvcrTxId
Gets the value of the acctSvcrTxId property.- Returns:
- possible object is
String
-
setAcctSvcrTxId
Sets the value of the acctSvcrTxId property.- Parameters:
value
- allowed object isString
-
getMktInfrstrctrTxId
Gets the value of the mktInfrstrctrTxId property.- Returns:
- possible object is
String
-
setMktInfrstrctrTxId
Sets the value of the mktInfrstrctrTxId property.- Parameters:
value
- allowed object isString
-
getPrcrTxId
Gets the value of the prcrTxId property.- Returns:
- possible object is
String
-
setPrcrTxId
Sets the value of the prcrTxId property.- Parameters:
value
- allowed object isString
-
getPoolId
Gets the value of the poolId property.- Returns:
- possible object is
String
-
setPoolId
Sets the value of the poolId property.- Parameters:
value
- allowed object isString
-
getCmonId
Gets the value of the cmonId property.- Returns:
- possible object is
String
-
setCmonId
Sets the value of the cmonId property.- Parameters:
value
- allowed object isString
-
getTradId
Gets the value of the tradId property.- Returns:
- possible object is
String
-
setTradId
Sets the value of the tradId property.- Parameters:
value
- allowed object isString
-