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

org.iso20022.camt056_001.v10.PaymentTransaction137 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:04:53 PM IST 
//


package org.iso20022.camt056_001.v10;

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 PaymentTransaction137 complex type. * *

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

 * <complexType name="PaymentTransaction137">
 *   <complexContent>
 *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
 *       <sequence>
 *         <element name="CxlId" type="{urn:iso:std:iso:20022:tech:xsd:camt.056.001.10}Max35Text" minOccurs="0"/>
 *         <element name="Case" type="{urn:iso:std:iso:20022:tech:xsd:camt.056.001.10}Case5" minOccurs="0"/>
 *         <element name="OrgnlGrpInf" type="{urn:iso:std:iso:20022:tech:xsd:camt.056.001.10}OriginalGroupInformation29" minOccurs="0"/>
 *         <element name="OrgnlInstrId" type="{urn:iso:std:iso:20022:tech:xsd:camt.056.001.10}Max35Text" minOccurs="0"/>
 *         <element name="OrgnlEndToEndId" type="{urn:iso:std:iso:20022:tech:xsd:camt.056.001.10}Max35Text" minOccurs="0"/>
 *         <element name="OrgnlTxId" type="{urn:iso:std:iso:20022:tech:xsd:camt.056.001.10}Max35Text" minOccurs="0"/>
 *         <element name="OrgnlUETR" type="{urn:iso:std:iso:20022:tech:xsd:camt.056.001.10}UUIDv4Identifier" minOccurs="0"/>
 *         <element name="OrgnlClrSysRef" type="{urn:iso:std:iso:20022:tech:xsd:camt.056.001.10}Max35Text" minOccurs="0"/>
 *         <element name="OrgnlIntrBkSttlmAmt" type="{urn:iso:std:iso:20022:tech:xsd:camt.056.001.10}ActiveOrHistoricCurrencyAndAmount" minOccurs="0"/>
 *         <element name="OrgnlIntrBkSttlmDt" type="{urn:iso:std:iso:20022:tech:xsd:camt.056.001.10}ISODate" minOccurs="0"/>
 *         <element name="Assgnr" type="{urn:iso:std:iso:20022:tech:xsd:camt.056.001.10}BranchAndFinancialInstitutionIdentification6" minOccurs="0"/>
 *         <element name="Assgne" type="{urn:iso:std:iso:20022:tech:xsd:camt.056.001.10}BranchAndFinancialInstitutionIdentification6" minOccurs="0"/>
 *         <element name="CxlRsnInf" type="{urn:iso:std:iso:20022:tech:xsd:camt.056.001.10}PaymentCancellationReason5" maxOccurs="unbounded" minOccurs="0"/>
 *         <element name="OrgnlTxRef" type="{urn:iso:std:iso:20022:tech:xsd:camt.056.001.10}OriginalTransactionReference35" minOccurs="0"/>
 *         <element name="SplmtryData" type="{urn:iso:std:iso:20022:tech:xsd:camt.056.001.10}SupplementaryData1" maxOccurs="unbounded" minOccurs="0"/>
 *       </sequence>
 *     </restriction>
 *   </complexContent>
 * </complexType>
 * 
* * */ @XmlAccessorType(XmlAccessType.FIELD) @XmlType(name = "PaymentTransaction137", propOrder = { "cxlId", "_case", "orgnlGrpInf", "orgnlInstrId", "orgnlEndToEndId", "orgnlTxId", "orgnlUETR", "orgnlClrSysRef", "orgnlIntrBkSttlmAmt", "orgnlIntrBkSttlmDt", "assgnr", "assgne", "cxlRsnInf", "orgnlTxRef", "splmtryData" }) public class PaymentTransaction137 { @XmlElement(name = "CxlId") protected String cxlId; @XmlElement(name = "Case") protected Case5 _case; @XmlElement(name = "OrgnlGrpInf") protected OriginalGroupInformation29 orgnlGrpInf; @XmlElement(name = "OrgnlInstrId") protected String orgnlInstrId; @XmlElement(name = "OrgnlEndToEndId") protected String orgnlEndToEndId; @XmlElement(name = "OrgnlTxId") protected String orgnlTxId; @XmlElement(name = "OrgnlUETR") protected String orgnlUETR; @XmlElement(name = "OrgnlClrSysRef") protected String orgnlClrSysRef; @XmlElement(name = "OrgnlIntrBkSttlmAmt") protected ActiveOrHistoricCurrencyAndAmount orgnlIntrBkSttlmAmt; @XmlElement(name = "OrgnlIntrBkSttlmDt") @XmlSchemaType(name = "date") protected XMLGregorianCalendar orgnlIntrBkSttlmDt; @XmlElement(name = "Assgnr") protected BranchAndFinancialInstitutionIdentification6 assgnr; @XmlElement(name = "Assgne") protected BranchAndFinancialInstitutionIdentification6 assgne; @XmlElement(name = "CxlRsnInf") protected List cxlRsnInf; @XmlElement(name = "OrgnlTxRef") protected OriginalTransactionReference35 orgnlTxRef; @XmlElement(name = "SplmtryData") protected List splmtryData; /** * Gets the value of the cxlId property. * * @return * possible object is * {@link String } * */ public String getCxlId() { return cxlId; } /** * Sets the value of the cxlId property. * * @param value * allowed object is * {@link String } * */ public void setCxlId(String value) { this.cxlId = value; } /** * Gets the value of the case property. * * @return * possible object is * {@link Case5 } * */ public Case5 getCase() { return _case; } /** * Sets the value of the case property. * * @param value * allowed object is * {@link Case5 } * */ public void setCase(Case5 value) { this._case = value; } /** * Gets the value of the orgnlGrpInf property. * * @return * possible object is * {@link OriginalGroupInformation29 } * */ public OriginalGroupInformation29 getOrgnlGrpInf() { return orgnlGrpInf; } /** * Sets the value of the orgnlGrpInf property. * * @param value * allowed object is * {@link OriginalGroupInformation29 } * */ public void setOrgnlGrpInf(OriginalGroupInformation29 value) { this.orgnlGrpInf = 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 orgnlTxId property. * * @return * possible object is * {@link String } * */ public String getOrgnlTxId() { return orgnlTxId; } /** * Sets the value of the orgnlTxId property. * * @param value * allowed object is * {@link String } * */ public void setOrgnlTxId(String value) { this.orgnlTxId = 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 orgnlClrSysRef property. * * @return * possible object is * {@link String } * */ public String getOrgnlClrSysRef() { return orgnlClrSysRef; } /** * Sets the value of the orgnlClrSysRef property. * * @param value * allowed object is * {@link String } * */ public void setOrgnlClrSysRef(String value) { this.orgnlClrSysRef = value; } /** * Gets the value of the orgnlIntrBkSttlmAmt property. * * @return * possible object is * {@link ActiveOrHistoricCurrencyAndAmount } * */ public ActiveOrHistoricCurrencyAndAmount getOrgnlIntrBkSttlmAmt() { return orgnlIntrBkSttlmAmt; } /** * Sets the value of the orgnlIntrBkSttlmAmt property. * * @param value * allowed object is * {@link ActiveOrHistoricCurrencyAndAmount } * */ public void setOrgnlIntrBkSttlmAmt(ActiveOrHistoricCurrencyAndAmount value) { this.orgnlIntrBkSttlmAmt = value; } /** * Gets the value of the orgnlIntrBkSttlmDt property. * * @return * possible object is * {@link XMLGregorianCalendar } * */ public XMLGregorianCalendar getOrgnlIntrBkSttlmDt() { return orgnlIntrBkSttlmDt; } /** * Sets the value of the orgnlIntrBkSttlmDt property. * * @param value * allowed object is * {@link XMLGregorianCalendar } * */ public void setOrgnlIntrBkSttlmDt(XMLGregorianCalendar value) { this.orgnlIntrBkSttlmDt = value; } /** * Gets the value of the assgnr property. * * @return * possible object is * {@link BranchAndFinancialInstitutionIdentification6 } * */ public BranchAndFinancialInstitutionIdentification6 getAssgnr() { return assgnr; } /** * Sets the value of the assgnr property. * * @param value * allowed object is * {@link BranchAndFinancialInstitutionIdentification6 } * */ public void setAssgnr(BranchAndFinancialInstitutionIdentification6 value) { this.assgnr = value; } /** * Gets the value of the assgne property. * * @return * possible object is * {@link BranchAndFinancialInstitutionIdentification6 } * */ public BranchAndFinancialInstitutionIdentification6 getAssgne() { return assgne; } /** * Sets the value of the assgne property. * * @param value * allowed object is * {@link BranchAndFinancialInstitutionIdentification6 } * */ public void setAssgne(BranchAndFinancialInstitutionIdentification6 value) { this.assgne = value; } /** * Gets the value of the cxlRsnInf 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 cxlRsnInf property. * *

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

     *    getCxlRsnInf().add(newItem);
     * 
* * *

* Objects of the following type(s) are allowed in the list * {@link PaymentCancellationReason5 } * * */ public List getCxlRsnInf() { if (cxlRsnInf == null) { cxlRsnInf = new ArrayList(); } return this.cxlRsnInf; } /** * Gets the value of the orgnlTxRef property. * * @return * possible object is * {@link OriginalTransactionReference35 } * */ public OriginalTransactionReference35 getOrgnlTxRef() { return orgnlTxRef; } /** * Sets the value of the orgnlTxRef property. * * @param value * allowed object is * {@link OriginalTransactionReference35 } * */ public void setOrgnlTxRef(OriginalTransactionReference35 value) { this.orgnlTxRef = value; } /** * 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