All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.iso20022.pain014_001.v09.PaymentTransaction136 Maven / Gradle / Ivy

//
// This file was generated by the Eclipse Implementation of JAXB, v3.0.1 
// See https://eclipse-ee4j.github.io/jaxb-ri 
// Any modifications to this file will be lost upon recompilation of the source schema. 
// Generated on: 2021.09.21 at 06:05:23 PM IST 
//


package org.iso20022.pain014_001.v09;

import java.util.ArrayList;
import java.util.List;
import javax.xml.datatype.XMLGregorianCalendar;
import jakarta.xml.bind.annotation.XmlAccessType;
import jakarta.xml.bind.annotation.XmlAccessorType;
import jakarta.xml.bind.annotation.XmlElement;
import jakarta.xml.bind.annotation.XmlSchemaType;
import jakarta.xml.bind.annotation.XmlType;


/**
 * 

Java class for PaymentTransaction136 complex type. * *

The following schema fragment specifies the expected content contained within this class. * *

 * <complexType name="PaymentTransaction136">
 *   <complexContent>
 *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
 *       <sequence>
 *         <element name="StsId" type="{urn:iso:std:iso:20022:tech:xsd:pain.014.001.09}Max35Text" minOccurs="0"/>
 *         <element name="OrgnlInstrId" type="{urn:iso:std:iso:20022:tech:xsd:pain.014.001.09}Max35Text" minOccurs="0"/>
 *         <element name="OrgnlEndToEndId" type="{urn:iso:std:iso:20022:tech:xsd:pain.014.001.09}Max35Text" minOccurs="0"/>
 *         <element name="OrgnlUETR" type="{urn:iso:std:iso:20022:tech:xsd:pain.014.001.09}UUIDv4Identifier" minOccurs="0"/>
 *         <element name="TxSts" type="{urn:iso:std:iso:20022:tech:xsd:pain.014.001.09}ExternalPaymentTransactionStatus1Code" minOccurs="0"/>
 *         <element name="StsRsnInf" type="{urn:iso:std:iso:20022:tech:xsd:pain.014.001.09}StatusReasonInformation12" maxOccurs="unbounded" minOccurs="0"/>
 *         <element name="PmtCondSts" type="{urn:iso:std:iso:20022:tech:xsd:pain.014.001.09}PaymentConditionStatus1" minOccurs="0"/>
 *         <element name="ChrgsInf" type="{urn:iso:std:iso:20022:tech:xsd:pain.014.001.09}Charges7" maxOccurs="unbounded" minOccurs="0"/>
 *         <element name="DbtrDcsnDtTm" type="{urn:iso:std:iso:20022:tech:xsd:pain.014.001.09}ISODateTime" minOccurs="0"/>
 *         <element name="AccptncDtTm" type="{urn:iso:std:iso:20022:tech:xsd:pain.014.001.09}ISODateTime" minOccurs="0"/>
 *         <element name="AcctSvcrRef" type="{urn:iso:std:iso:20022:tech:xsd:pain.014.001.09}Max35Text" minOccurs="0"/>
 *         <element name="ClrSysRef" type="{urn:iso:std:iso:20022:tech:xsd:pain.014.001.09}Max35Text" minOccurs="0"/>
 *         <element name="OrgnlTxRef" type="{urn:iso:std:iso:20022:tech:xsd:pain.014.001.09}OriginalTransactionReference37" minOccurs="0"/>
 *         <element name="NclsdFile" type="{urn:iso:std:iso:20022:tech:xsd:pain.014.001.09}Document12" maxOccurs="unbounded" minOccurs="0"/>
 *         <element name="SplmtryData" type="{urn:iso:std:iso:20022:tech:xsd:pain.014.001.09}SupplementaryData1" maxOccurs="unbounded" minOccurs="0"/>
 *       </sequence>
 *     </restriction>
 *   </complexContent>
 * </complexType>
 * 
* * */ @XmlAccessorType(XmlAccessType.FIELD) @XmlType(name = "PaymentTransaction136", propOrder = { "stsId", "orgnlInstrId", "orgnlEndToEndId", "orgnlUETR", "txSts", "stsRsnInf", "pmtCondSts", "chrgsInf", "dbtrDcsnDtTm", "accptncDtTm", "acctSvcrRef", "clrSysRef", "orgnlTxRef", "nclsdFile", "splmtryData" }) public class PaymentTransaction136 { @XmlElement(name = "StsId") protected String stsId; @XmlElement(name = "OrgnlInstrId") protected String orgnlInstrId; @XmlElement(name = "OrgnlEndToEndId") protected String orgnlEndToEndId; @XmlElement(name = "OrgnlUETR") protected String orgnlUETR; @XmlElement(name = "TxSts") protected String txSts; @XmlElement(name = "StsRsnInf") protected List stsRsnInf; @XmlElement(name = "PmtCondSts") protected PaymentConditionStatus1 pmtCondSts; @XmlElement(name = "ChrgsInf") protected List chrgsInf; @XmlElement(name = "DbtrDcsnDtTm") @XmlSchemaType(name = "dateTime") protected XMLGregorianCalendar dbtrDcsnDtTm; @XmlElement(name = "AccptncDtTm") @XmlSchemaType(name = "dateTime") protected XMLGregorianCalendar accptncDtTm; @XmlElement(name = "AcctSvcrRef") protected String acctSvcrRef; @XmlElement(name = "ClrSysRef") protected String clrSysRef; @XmlElement(name = "OrgnlTxRef") protected OriginalTransactionReference37 orgnlTxRef; @XmlElement(name = "NclsdFile") protected List nclsdFile; @XmlElement(name = "SplmtryData") protected List splmtryData; /** * Gets the value of the stsId property. * * @return * possible object is * {@link String } * */ public String getStsId() { return stsId; } /** * Sets the value of the stsId property. * * @param value * allowed object is * {@link String } * */ public void setStsId(String value) { this.stsId = value; } /** * Gets the value of the orgnlInstrId property. * * @return * possible object is * {@link String } * */ public String getOrgnlInstrId() { return orgnlInstrId; } /** * Sets the value of the orgnlInstrId property. * * @param value * allowed object is * {@link String } * */ public void setOrgnlInstrId(String value) { this.orgnlInstrId = value; } /** * Gets the value of the orgnlEndToEndId property. * * @return * possible object is * {@link String } * */ public String getOrgnlEndToEndId() { return orgnlEndToEndId; } /** * Sets the value of the orgnlEndToEndId property. * * @param value * allowed object is * {@link String } * */ public void setOrgnlEndToEndId(String value) { this.orgnlEndToEndId = value; } /** * Gets the value of the orgnlUETR property. * * @return * possible object is * {@link String } * */ public String getOrgnlUETR() { return orgnlUETR; } /** * Sets the value of the orgnlUETR property. * * @param value * allowed object is * {@link String } * */ public void setOrgnlUETR(String value) { this.orgnlUETR = value; } /** * Gets the value of the txSts property. * * @return * possible object is * {@link String } * */ public String getTxSts() { return txSts; } /** * Sets the value of the txSts property. * * @param value * allowed object is * {@link String } * */ public void setTxSts(String value) { this.txSts = value; } /** * 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 Jakarta XML Binding 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 * {@link StatusReasonInformation12 } * * */ public List getStsRsnInf() { if (stsRsnInf == null) { stsRsnInf = new ArrayList(); } return this.stsRsnInf; } /** * Gets the value of the pmtCondSts property. * * @return * possible object is * {@link PaymentConditionStatus1 } * */ public PaymentConditionStatus1 getPmtCondSts() { return pmtCondSts; } /** * Sets the value of the pmtCondSts property. * * @param value * allowed object is * {@link PaymentConditionStatus1 } * */ public void setPmtCondSts(PaymentConditionStatus1 value) { this.pmtCondSts = value; } /** * 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 Jakarta XML Binding 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 * {@link Charges7 } * * */ public List getChrgsInf() { if (chrgsInf == null) { chrgsInf = new ArrayList(); } return this.chrgsInf; } /** * Gets the value of the dbtrDcsnDtTm property. * * @return * possible object is * {@link XMLGregorianCalendar } * */ public XMLGregorianCalendar getDbtrDcsnDtTm() { return dbtrDcsnDtTm; } /** * Sets the value of the dbtrDcsnDtTm property. * * @param value * allowed object is * {@link XMLGregorianCalendar } * */ public void setDbtrDcsnDtTm(XMLGregorianCalendar value) { this.dbtrDcsnDtTm = value; } /** * Gets the value of the accptncDtTm property. * * @return * possible object is * {@link XMLGregorianCalendar } * */ public XMLGregorianCalendar getAccptncDtTm() { return accptncDtTm; } /** * Sets the value of the accptncDtTm property. * * @param value * allowed object is * {@link XMLGregorianCalendar } * */ public void setAccptncDtTm(XMLGregorianCalendar value) { this.accptncDtTm = value; } /** * Gets the value of the acctSvcrRef property. * * @return * possible object is * {@link String } * */ public String getAcctSvcrRef() { return acctSvcrRef; } /** * Sets the value of the acctSvcrRef property. * * @param value * allowed object is * {@link String } * */ public void setAcctSvcrRef(String value) { this.acctSvcrRef = value; } /** * Gets the value of the clrSysRef property. * * @return * possible object is * {@link String } * */ public String getClrSysRef() { return clrSysRef; } /** * Sets the value of the clrSysRef property. * * @param value * allowed object is * {@link String } * */ public void setClrSysRef(String value) { this.clrSysRef = value; } /** * Gets the value of the orgnlTxRef property. * * @return * possible object is * {@link OriginalTransactionReference37 } * */ public OriginalTransactionReference37 getOrgnlTxRef() { return orgnlTxRef; } /** * Sets the value of the orgnlTxRef property. * * @param value * allowed object is * {@link OriginalTransactionReference37 } * */ public void setOrgnlTxRef(OriginalTransactionReference37 value) { this.orgnlTxRef = value; } /** * Gets the value of the nclsdFile 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 Jakarta XML Binding object. * This is why there is not a set method for the nclsdFile property. * *

* For example, to add a new item, do as follows: *

     *    getNclsdFile().add(newItem);
     * 
* * *

* Objects of the following type(s) are allowed in the list * {@link Document12 } * * */ public List getNclsdFile() { if (nclsdFile == null) { nclsdFile = new ArrayList(); } return this.nclsdFile; } /** * 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 Jakarta XML Binding 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 * {@link SupplementaryData1 } * * */ public List getSplmtryData() { if (splmtryData == null) { splmtryData = new ArrayList(); } return this.splmtryData; } }





© 2015 - 2025 Weber Informatics LLC | Privacy Policy