public class TransactionReferences2 extends Object
Java class for TransactionReferences2 complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TransactionReferences2">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="MsgId" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.02}Max35Text" minOccurs="0"/>
<element name="AcctSvcrRef" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.02}Max35Text" minOccurs="0"/>
<element name="PmtInfId" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.02}Max35Text" minOccurs="0"/>
<element name="InstrId" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.02}Max35Text" minOccurs="0"/>
<element name="EndToEndId" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.02}Max35Text" minOccurs="0"/>
<element name="TxId" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.02}Max35Text" minOccurs="0"/>
<element name="MndtId" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.02}Max35Text" minOccurs="0"/>
<element name="ChqNb" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.02}Max35Text" minOccurs="0"/>
<element name="ClrSysRef" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.02}Max35Text" minOccurs="0"/>
<element name="Prtry" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.02}ProprietaryReference1" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
acctSvcrRef |
protected String |
chqNb |
protected String |
clrSysRef |
protected String |
endToEndId |
protected String |
instrId |
protected String |
mndtId |
protected String |
msgId |
protected String |
pmtInfId |
protected ProprietaryReference1 |
prtry |
protected String |
txId |
| Constructor and Description |
|---|
TransactionReferences2() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAcctSvcrRef()
Gets the value of the acctSvcrRef property.
|
String |
getChqNb()
Gets the value of the chqNb property.
|
String |
getClrSysRef()
Gets the value of the clrSysRef property.
|
String |
getEndToEndId()
Gets the value of the endToEndId property.
|
String |
getInstrId()
Gets the value of the instrId property.
|
String |
getMndtId()
Gets the value of the mndtId property.
|
String |
getMsgId()
Gets the value of the msgId property.
|
String |
getPmtInfId()
Gets the value of the pmtInfId property.
|
ProprietaryReference1 |
getPrtry()
Gets the value of the prtry property.
|
String |
getTxId()
Gets the value of the txId property.
|
void |
setAcctSvcrRef(String value)
Sets the value of the acctSvcrRef property.
|
void |
setChqNb(String value)
Sets the value of the chqNb property.
|
void |
setClrSysRef(String value)
Sets the value of the clrSysRef property.
|
void |
setEndToEndId(String value)
Sets the value of the endToEndId property.
|
void |
setInstrId(String value)
Sets the value of the instrId property.
|
void |
setMndtId(String value)
Sets the value of the mndtId property.
|
void |
setMsgId(String value)
Sets the value of the msgId property.
|
void |
setPmtInfId(String value)
Sets the value of the pmtInfId property.
|
void |
setPrtry(ProprietaryReference1 value)
Sets the value of the prtry property.
|
void |
setTxId(String value)
Sets the value of the txId property.
|
protected String msgId
protected String acctSvcrRef
protected String pmtInfId
protected String instrId
protected String endToEndId
protected String txId
protected String mndtId
protected String chqNb
protected String clrSysRef
protected ProprietaryReference1 prtry
public String getMsgId()
Stringpublic void setMsgId(String value)
value - allowed object is
Stringpublic String getAcctSvcrRef()
Stringpublic void setAcctSvcrRef(String value)
value - allowed object is
Stringpublic String getPmtInfId()
Stringpublic void setPmtInfId(String value)
value - allowed object is
Stringpublic String getInstrId()
Stringpublic void setInstrId(String value)
value - allowed object is
Stringpublic String getEndToEndId()
Stringpublic void setEndToEndId(String value)
value - allowed object is
Stringpublic String getTxId()
Stringpublic void setTxId(String value)
value - allowed object is
Stringpublic String getMndtId()
Stringpublic void setMndtId(String value)
value - allowed object is
Stringpublic String getChqNb()
Stringpublic void setChqNb(String value)
value - allowed object is
Stringpublic String getClrSysRef()
Stringpublic void setClrSysRef(String value)
value - allowed object is
Stringpublic ProprietaryReference1 getPrtry()
ProprietaryReference1public void setPrtry(ProprietaryReference1 value)
value - allowed object is
ProprietaryReference1Copyright © 2020. All rights reserved.