Class PaymentTransaction129
Java class for PaymentTransaction129 complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PaymentTransaction129"> <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.12}Max35Text" minOccurs="0"/> <element name="OrgnlInstrId" type="{urn:iso:std:iso:20022:tech:xsd:pain.002.001.12}Max35Text" minOccurs="0"/> <element name="OrgnlEndToEndId" type="{urn:iso:std:iso:20022:tech:xsd:pain.002.001.12}Max35Text" minOccurs="0"/> <element name="OrgnlUETR" type="{urn:iso:std:iso:20022:tech:xsd:pain.002.001.12}UUIDv4Identifier" minOccurs="0"/> <element name="TxSts" type="{urn:iso:std:iso:20022:tech:xsd:pain.002.001.12}ExternalPaymentTransactionStatus1Code" minOccurs="0"/> <element name="StsRsnInf" type="{urn:iso:std:iso:20022:tech:xsd:pain.002.001.12}StatusReasonInformation12" maxOccurs="unbounded" minOccurs="0"/> <element name="ChrgsInf" type="{urn:iso:std:iso:20022:tech:xsd:pain.002.001.12}Charges7" maxOccurs="unbounded" minOccurs="0"/> <element name="TrckrData" type="{urn:iso:std:iso:20022:tech:xsd:pain.002.001.12}TrackerData1" minOccurs="0"/> <element name="AccptncDtTm" type="{urn:iso:std:iso:20022:tech:xsd:pain.002.001.12}ISODateTime" minOccurs="0"/> <element name="AcctSvcrRef" type="{urn:iso:std:iso:20022:tech:xsd:pain.002.001.12}Max35Text" minOccurs="0"/> <element name="ClrSysRef" type="{urn:iso:std:iso:20022:tech:xsd:pain.002.001.12}Max35Text" minOccurs="0"/> <element name="OrgnlTxRef" type="{urn:iso:std:iso:20022:tech:xsd:pain.002.001.12}OriginalTransactionReference35" minOccurs="0"/> <element name="SplmtryData" type="{urn:iso:std:iso:20022:tech:xsd:pain.002.001.12}SupplementaryData1" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected XMLGregorianCalendar
protected String
protected String
protected String
protected String
protected OriginalTransactionReference35
protected String
protected List
<SupplementaryData1> protected String
protected List
<StatusReasonInformation12> protected TrackerData1
protected String
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the accptncDtTm property.Gets the value of the acctSvcrRef property.Gets the value of the chrgsInf property.Gets the value of the clrSysRef property.Gets the value of the orgnlEndToEndId property.Gets the value of the orgnlInstrId property.Gets the value of the orgnlTxRef property.Gets the value of the orgnlUETR property.Gets the value of the splmtryData property.getStsId()
Gets the value of the stsId property.Gets the value of the stsRsnInf property.Gets the value of the trckrData property.getTxSts()
Gets the value of the txSts property.void
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
Sets the value of the orgnlTxRef property.void
setOrgnlUETR
(String value) Sets the value of the orgnlUETR property.void
Sets the value of the stsId property.void
setTrckrData
(TrackerData1 value) Sets the value of the trckrData property.void
Sets the value of the txSts property.
-
Field Details
-
stsId
-
orgnlInstrId
-
orgnlEndToEndId
-
orgnlUETR
-
txSts
-
stsRsnInf
-
chrgsInf
-
trckrData
-
accptncDtTm
-
acctSvcrRef
-
clrSysRef
-
orgnlTxRef
-
splmtryData
-
-
Constructor Details
-
PaymentTransaction129
public PaymentTransaction129()
-
-
Method Details
-
getStsId
Gets the value of the stsId property.- Returns:
- possible object is
String
-
setStsId
Sets the value of the stsId property.- Parameters:
value
- allowed object isString
-
getOrgnlInstrId
Gets the value of the orgnlInstrId property.- Returns:
- possible object is
String
-
setOrgnlInstrId
Sets the value of the orgnlInstrId property.- Parameters:
value
- allowed object isString
-
getOrgnlEndToEndId
Gets the value of the orgnlEndToEndId property.- Returns:
- possible object is
String
-
setOrgnlEndToEndId
Sets the value of the orgnlEndToEndId property.- Parameters:
value
- allowed object isString
-
getOrgnlUETR
Gets the value of the orgnlUETR property.- Returns:
- possible object is
String
-
setOrgnlUETR
Sets the value of the orgnlUETR property.- Parameters:
value
- allowed object isString
-
getTxSts
Gets the value of the txSts property.- Returns:
- possible object is
String
-
setTxSts
Sets the value of the txSts property.- Parameters:
value
- allowed object isString
-
getStsRsnInf
Gets the value of the stsRsnInf property.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 stsRsnInf property.For example, to add a new item, do as follows:
getStsRsnInf().add(newItem);
Objects of the following type(s) are allowed in the list
StatusReasonInformation12
-
getChrgsInf
Gets the value of the chrgsInf property.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 chrgsInf property.For example, to add a new item, do as follows:
getChrgsInf().add(newItem);
Objects of the following type(s) are allowed in the list
Charges7
-
getTrckrData
Gets the value of the trckrData property.- Returns:
- possible object is
TrackerData1
-
setTrckrData
Sets the value of the trckrData property.- Parameters:
value
- allowed object isTrackerData1
-
getAccptncDtTm
Gets the value of the accptncDtTm property.- Returns:
- possible object is
XMLGregorianCalendar
-
setAccptncDtTm
Sets the value of the accptncDtTm property.- Parameters:
value
- allowed object isXMLGregorianCalendar
-
getAcctSvcrRef
Gets the value of the acctSvcrRef property.- Returns:
- possible object is
String
-
setAcctSvcrRef
Sets the value of the acctSvcrRef property.- Parameters:
value
- allowed object isString
-
getClrSysRef
Gets the value of the clrSysRef property.- Returns:
- possible object is
String
-
setClrSysRef
Sets the value of the clrSysRef property.- Parameters:
value
- allowed object isString
-
getOrgnlTxRef
Gets the value of the orgnlTxRef property.- Returns:
- possible object is
OriginalTransactionReference35
-
setOrgnlTxRef
Sets the value of the orgnlTxRef property.- Parameters:
value
- allowed object isOriginalTransactionReference35
-
getSplmtryData
Gets the value of the splmtryData property.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 splmtryData property.For example, to add a new item, do as follows:
getSplmtryData().add(newItem);
Objects of the following type(s) are allowed in the list
SupplementaryData1
-