Class PaymentTransaction105
- java.lang.Object
-
- org.kapott.hbci.sepa.jaxb.pain_002_001_10.PaymentTransaction105
-
public class PaymentTransaction105 extends java.lang.ObjectJava class for PaymentTransaction105 complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PaymentTransaction105"> <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.10}Max35Text" minOccurs="0"/> <element name="OrgnlInstrId" type="{urn:iso:std:iso:20022:tech:xsd:pain.002.001.10}Max35Text" minOccurs="0"/> <element name="OrgnlEndToEndId" type="{urn:iso:std:iso:20022:tech:xsd:pain.002.001.10}Max35Text" minOccurs="0"/> <element name="OrgnlUETR" type="{urn:iso:std:iso:20022:tech:xsd:pain.002.001.10}UUIDv4Identifier" minOccurs="0"/> <element name="TxSts" type="{urn:iso:std:iso:20022:tech:xsd:pain.002.001.10}ExternalPaymentTransactionStatus1Code" minOccurs="0"/> <element name="StsRsnInf" type="{urn:iso:std:iso:20022:tech:xsd:pain.002.001.10}StatusReasonInformation12" maxOccurs="unbounded" minOccurs="0"/> <element name="ChrgsInf" type="{urn:iso:std:iso:20022:tech:xsd:pain.002.001.10}Charges7" maxOccurs="unbounded" minOccurs="0"/> <element name="TrckrData" type="{urn:iso:std:iso:20022:tech:xsd:pain.002.001.10}TrackerData1" minOccurs="0"/> <element name="AccptncDtTm" type="{urn:iso:std:iso:20022:tech:xsd:pain.002.001.10}ISODateTime" minOccurs="0"/> <element name="AcctSvcrRef" type="{urn:iso:std:iso:20022:tech:xsd:pain.002.001.10}Max35Text" minOccurs="0"/> <element name="ClrSysRef" type="{urn:iso:std:iso:20022:tech:xsd:pain.002.001.10}Max35Text" minOccurs="0"/> <element name="OrgnlTxRef" type="{urn:iso:std:iso:20022:tech:xsd:pain.002.001.10}OriginalTransactionReference28" minOccurs="0"/> <element name="SplmtryData" type="{urn:iso:std:iso:20022:tech:xsd:pain.002.001.10}SupplementaryData1" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected javax.xml.datatype.XMLGregorianCalendaraccptncDtTmprotected java.lang.StringacctSvcrRefprotected java.util.List<Charges7>chrgsInfprotected java.lang.StringclrSysRefprotected java.lang.StringorgnlEndToEndIdprotected java.lang.StringorgnlInstrIdprotected OriginalTransactionReference28orgnlTxRefprotected java.lang.StringorgnlUETRprotected java.util.List<SupplementaryData1>splmtryDataprotected java.lang.StringstsIdprotected java.util.List<StatusReasonInformation12>stsRsnInfprotected TrackerData1trckrDataprotected java.lang.StringtxSts
-
Constructor Summary
Constructors Constructor Description PaymentTransaction105()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description javax.xml.datatype.XMLGregorianCalendargetAccptncDtTm()Gets the value of the accptncDtTm property.java.lang.StringgetAcctSvcrRef()Gets the value of the acctSvcrRef property.java.util.List<Charges7>getChrgsInf()Gets the value of the chrgsInf property.java.lang.StringgetClrSysRef()Gets the value of the clrSysRef property.java.lang.StringgetOrgnlEndToEndId()Gets the value of the orgnlEndToEndId property.java.lang.StringgetOrgnlInstrId()Gets the value of the orgnlInstrId property.OriginalTransactionReference28getOrgnlTxRef()Gets the value of the orgnlTxRef property.java.lang.StringgetOrgnlUETR()Gets the value of the orgnlUETR property.java.util.List<SupplementaryData1>getSplmtryData()Gets the value of the splmtryData property.java.lang.StringgetStsId()Gets the value of the stsId property.java.util.List<StatusReasonInformation12>getStsRsnInf()Gets the value of the stsRsnInf property.TrackerData1getTrckrData()Gets the value of the trckrData property.java.lang.StringgetTxSts()Gets the value of the txSts property.voidsetAccptncDtTm(javax.xml.datatype.XMLGregorianCalendar value)Sets the value of the accptncDtTm property.voidsetAcctSvcrRef(java.lang.String value)Sets the value of the acctSvcrRef property.voidsetClrSysRef(java.lang.String value)Sets the value of the clrSysRef property.voidsetOrgnlEndToEndId(java.lang.String value)Sets the value of the orgnlEndToEndId property.voidsetOrgnlInstrId(java.lang.String value)Sets the value of the orgnlInstrId property.voidsetOrgnlTxRef(OriginalTransactionReference28 value)Sets the value of the orgnlTxRef property.voidsetOrgnlUETR(java.lang.String value)Sets the value of the orgnlUETR property.voidsetStsId(java.lang.String value)Sets the value of the stsId property.voidsetTrckrData(TrackerData1 value)Sets the value of the trckrData property.voidsetTxSts(java.lang.String value)Sets the value of the txSts property.
-
-
-
Field Detail
-
stsId
protected java.lang.String stsId
-
orgnlInstrId
protected java.lang.String orgnlInstrId
-
orgnlEndToEndId
protected java.lang.String orgnlEndToEndId
-
orgnlUETR
protected java.lang.String orgnlUETR
-
txSts
protected java.lang.String txSts
-
stsRsnInf
protected java.util.List<StatusReasonInformation12> stsRsnInf
-
chrgsInf
protected java.util.List<Charges7> chrgsInf
-
trckrData
protected TrackerData1 trckrData
-
accptncDtTm
protected javax.xml.datatype.XMLGregorianCalendar accptncDtTm
-
acctSvcrRef
protected java.lang.String acctSvcrRef
-
clrSysRef
protected java.lang.String clrSysRef
-
orgnlTxRef
protected OriginalTransactionReference28 orgnlTxRef
-
splmtryData
protected java.util.List<SupplementaryData1> splmtryData
-
-
Method Detail
-
getStsId
public java.lang.String getStsId()
Gets the value of the stsId property.- Returns:
- possible object is
String
-
setStsId
public void setStsId(java.lang.String value)
Sets the value of the stsId property.- Parameters:
value- allowed object isString
-
getOrgnlInstrId
public java.lang.String getOrgnlInstrId()
Gets the value of the orgnlInstrId property.- Returns:
- possible object is
String
-
setOrgnlInstrId
public void setOrgnlInstrId(java.lang.String value)
Sets the value of the orgnlInstrId property.- Parameters:
value- allowed object isString
-
getOrgnlEndToEndId
public java.lang.String getOrgnlEndToEndId()
Gets the value of the orgnlEndToEndId property.- Returns:
- possible object is
String
-
setOrgnlEndToEndId
public void setOrgnlEndToEndId(java.lang.String value)
Sets the value of the orgnlEndToEndId property.- Parameters:
value- allowed object isString
-
getOrgnlUETR
public java.lang.String getOrgnlUETR()
Gets the value of the orgnlUETR property.- Returns:
- possible object is
String
-
setOrgnlUETR
public void setOrgnlUETR(java.lang.String value)
Sets the value of the orgnlUETR property.- Parameters:
value- allowed object isString
-
getTxSts
public java.lang.String getTxSts()
Gets the value of the txSts property.- Returns:
- possible object is
String
-
setTxSts
public void setTxSts(java.lang.String value)
Sets the value of the txSts property.- Parameters:
value- allowed object isString
-
getStsRsnInf
public java.util.List<StatusReasonInformation12> 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
setmethod 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
public java.util.List<Charges7> 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
setmethod 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
public TrackerData1 getTrckrData()
Gets the value of the trckrData property.- Returns:
- possible object is
TrackerData1
-
setTrckrData
public void setTrckrData(TrackerData1 value)
Sets the value of the trckrData property.- Parameters:
value- allowed object isTrackerData1
-
getAccptncDtTm
public javax.xml.datatype.XMLGregorianCalendar getAccptncDtTm()
Gets the value of the accptncDtTm property.- Returns:
- possible object is
XMLGregorianCalendar
-
setAccptncDtTm
public void setAccptncDtTm(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the accptncDtTm property.- Parameters:
value- allowed object isXMLGregorianCalendar
-
getAcctSvcrRef
public java.lang.String getAcctSvcrRef()
Gets the value of the acctSvcrRef property.- Returns:
- possible object is
String
-
setAcctSvcrRef
public void setAcctSvcrRef(java.lang.String value)
Sets the value of the acctSvcrRef property.- Parameters:
value- allowed object isString
-
getClrSysRef
public java.lang.String getClrSysRef()
Gets the value of the clrSysRef property.- Returns:
- possible object is
String
-
setClrSysRef
public void setClrSysRef(java.lang.String value)
Sets the value of the clrSysRef property.- Parameters:
value- allowed object isString
-
getOrgnlTxRef
public OriginalTransactionReference28 getOrgnlTxRef()
Gets the value of the orgnlTxRef property.- Returns:
- possible object is
OriginalTransactionReference28
-
setOrgnlTxRef
public void setOrgnlTxRef(OriginalTransactionReference28 value)
Sets the value of the orgnlTxRef property.- Parameters:
value- allowed object isOriginalTransactionReference28
-
getSplmtryData
public java.util.List<SupplementaryData1> 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
setmethod 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
-
-