public class PaymentTransactionInformation25 extends Object
Java class for PaymentTransactionInformation25 complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PaymentTransactionInformation25">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="StsId" type="{urn:iso:std:iso:20022:tech:xsd:pain.002.001.03}Max35Text" minOccurs="0"/>
<element name="OrgnlInstrId" type="{urn:iso:std:iso:20022:tech:xsd:pain.002.001.03}Max35Text" minOccurs="0"/>
<element name="OrgnlEndToEndId" type="{urn:iso:std:iso:20022:tech:xsd:pain.002.001.03}Max35Text" minOccurs="0"/>
<element name="TxSts" type="{urn:iso:std:iso:20022:tech:xsd:pain.002.001.03}TransactionIndividualStatus3Code" minOccurs="0"/>
<element name="StsRsnInf" type="{urn:iso:std:iso:20022:tech:xsd:pain.002.001.03}StatusReasonInformation8" maxOccurs="unbounded" minOccurs="0"/>
<element name="ChrgsInf" type="{urn:iso:std:iso:20022:tech:xsd:pain.002.001.03}ChargesInformation5" maxOccurs="unbounded" minOccurs="0"/>
<element name="AccptncDtTm" type="{urn:iso:std:iso:20022:tech:xsd:pain.002.001.03}ISODateTime" minOccurs="0"/>
<element name="AcctSvcrRef" type="{urn:iso:std:iso:20022:tech:xsd:pain.002.001.03}Max35Text" minOccurs="0"/>
<element name="ClrSysRef" type="{urn:iso:std:iso:20022:tech:xsd:pain.002.001.03}Max35Text" minOccurs="0"/>
<element name="OrgnlTxRef" type="{urn:iso:std:iso:20022:tech:xsd:pain.002.001.03}OriginalTransactionReference13" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected XMLGregorianCalendar |
accptncDtTm |
protected String |
acctSvcrRef |
protected List<ChargesInformation5> |
chrgsInves |
protected String |
clrSysRef |
protected String |
orgnlEndToEndId |
protected String |
orgnlInstrId |
protected OriginalTransactionReference13 |
orgnlTxRef |
protected String |
stsId |
protected List<StatusReasonInformation8> |
stsRsnInves |
protected TransactionIndividualStatus3Code |
txSts |
| Constructor and Description |
|---|
PaymentTransactionInformation25() |
| Modifier and Type | Method and Description |
|---|---|
XMLGregorianCalendar |
getAccptncDtTm()
Gets the value of the accptncDtTm property.
|
String |
getAcctSvcrRef()
Gets the value of the acctSvcrRef property.
|
List<ChargesInformation5> |
getChrgsInves()
Gets the value of the chrgsInves property.
|
String |
getClrSysRef()
Gets the value of the clrSysRef property.
|
String |
getOrgnlEndToEndId()
Gets the value of the orgnlEndToEndId property.
|
String |
getOrgnlInstrId()
Gets the value of the orgnlInstrId property.
|
OriginalTransactionReference13 |
getOrgnlTxRef()
Gets the value of the orgnlTxRef property.
|
String |
getStsId()
Gets the value of the stsId property.
|
List<StatusReasonInformation8> |
getStsRsnInves()
Gets the value of the stsRsnInves property.
|
TransactionIndividualStatus3Code |
getTxSts()
Gets the value of the txSts property.
|
void |
setAccptncDtTm(XMLGregorianCalendar value)
Sets the value of the accptncDtTm property.
|
void |
setAcctSvcrRef(String value)
Sets the value of the acctSvcrRef property.
|
void |
setClrSysRef(String value)
Sets the value of the clrSysRef property.
|
void |
setOrgnlEndToEndId(String value)
Sets the value of the orgnlEndToEndId property.
|
void |
setOrgnlInstrId(String value)
Sets the value of the orgnlInstrId property.
|
void |
setOrgnlTxRef(OriginalTransactionReference13 value)
Sets the value of the orgnlTxRef property.
|
void |
setStsId(String value)
Sets the value of the stsId property.
|
void |
setTxSts(TransactionIndividualStatus3Code value)
Sets the value of the txSts property.
|
protected String stsId
protected String orgnlInstrId
protected String orgnlEndToEndId
protected TransactionIndividualStatus3Code txSts
protected List<StatusReasonInformation8> stsRsnInves
protected List<ChargesInformation5> chrgsInves
protected XMLGregorianCalendar accptncDtTm
protected String acctSvcrRef
protected String clrSysRef
protected OriginalTransactionReference13 orgnlTxRef
public String getStsId()
Stringpublic void setStsId(String value)
value - allowed object is
Stringpublic String getOrgnlInstrId()
Stringpublic void setOrgnlInstrId(String value)
value - allowed object is
Stringpublic String getOrgnlEndToEndId()
Stringpublic void setOrgnlEndToEndId(String value)
value - allowed object is
Stringpublic TransactionIndividualStatus3Code getTxSts()
TransactionIndividualStatus3Codepublic void setTxSts(TransactionIndividualStatus3Code value)
value - allowed object is
TransactionIndividualStatus3Codepublic List<StatusReasonInformation8> getStsRsnInves()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the stsRsnInves property.
For example, to add a new item, do as follows:
getStsRsnInves().add(newItem);
Objects of the following type(s) are allowed in the list
StatusReasonInformation8
public List<ChargesInformation5> getChrgsInves()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the chrgsInves property.
For example, to add a new item, do as follows:
getChrgsInves().add(newItem);
Objects of the following type(s) are allowed in the list
ChargesInformation5
public XMLGregorianCalendar getAccptncDtTm()
XMLGregorianCalendarpublic void setAccptncDtTm(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic String getAcctSvcrRef()
Stringpublic void setAcctSvcrRef(String value)
value - allowed object is
Stringpublic String getClrSysRef()
Stringpublic void setClrSysRef(String value)
value - allowed object is
Stringpublic OriginalTransactionReference13 getOrgnlTxRef()
OriginalTransactionReference13public void setOrgnlTxRef(OriginalTransactionReference13 value)
value - allowed object is
OriginalTransactionReference13Copyright © 2019. All rights reserved.