Class References26
java.lang.Object
org.coderic.iso20022.messages.seev.References26
Java class for References26 complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="References26"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="AcctSvcrTxId" type="{urn:iso:std:iso:20022:tech:xsd:seev.053.001.02}Max35Text"/> <element name="MktInfrstrctrTxId" type="{urn:iso:std:iso:20022:tech:xsd:seev.053.001.02}Max35Text" minOccurs="0"/> <element name="PrcrTxId" type="{urn:iso:std:iso:20022:tech:xsd:seev.053.001.02}Max35Text" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the acctSvcrTxId property.Gets the value of the mktInfrstrctrTxId property.Gets the value of the prcrTxId property.void
setAcctSvcrTxId
(String value) Sets the value of the acctSvcrTxId property.void
setMktInfrstrctrTxId
(String value) Sets the value of the mktInfrstrctrTxId property.void
setPrcrTxId
(String value) Sets the value of the prcrTxId property.
-
Constructor Details
-
References26
public References26()
-
-
Method Details
-
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
-