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

org.iso20022.camt053_001.v09.TransactionReferences6 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:47 PM IST 
//


package org.iso20022.camt053_001.v09;

import java.util.ArrayList;
import java.util.List;
import jakarta.xml.bind.annotation.XmlAccessType;
import jakarta.xml.bind.annotation.XmlAccessorType;
import jakarta.xml.bind.annotation.XmlElement;
import jakarta.xml.bind.annotation.XmlType;


/**
 * 

Java class for TransactionReferences6 complex type. * *

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

 * <complexType name="TransactionReferences6">
 *   <complexContent>
 *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
 *       <sequence>
 *         <element name="MsgId" type="{urn:iso:std:iso:20022:tech:xsd:camt.053.001.09}Max35Text" minOccurs="0"/>
 *         <element name="AcctSvcrRef" type="{urn:iso:std:iso:20022:tech:xsd:camt.053.001.09}Max35Text" minOccurs="0"/>
 *         <element name="PmtInfId" type="{urn:iso:std:iso:20022:tech:xsd:camt.053.001.09}Max35Text" minOccurs="0"/>
 *         <element name="InstrId" type="{urn:iso:std:iso:20022:tech:xsd:camt.053.001.09}Max35Text" minOccurs="0"/>
 *         <element name="EndToEndId" type="{urn:iso:std:iso:20022:tech:xsd:camt.053.001.09}Max35Text" minOccurs="0"/>
 *         <element name="UETR" type="{urn:iso:std:iso:20022:tech:xsd:camt.053.001.09}UUIDv4Identifier" minOccurs="0"/>
 *         <element name="TxId" type="{urn:iso:std:iso:20022:tech:xsd:camt.053.001.09}Max35Text" minOccurs="0"/>
 *         <element name="MndtId" type="{urn:iso:std:iso:20022:tech:xsd:camt.053.001.09}Max35Text" minOccurs="0"/>
 *         <element name="ChqNb" type="{urn:iso:std:iso:20022:tech:xsd:camt.053.001.09}Max35Text" minOccurs="0"/>
 *         <element name="ClrSysRef" type="{urn:iso:std:iso:20022:tech:xsd:camt.053.001.09}Max35Text" minOccurs="0"/>
 *         <element name="AcctOwnrTxId" type="{urn:iso:std:iso:20022:tech:xsd:camt.053.001.09}Max35Text" minOccurs="0"/>
 *         <element name="AcctSvcrTxId" type="{urn:iso:std:iso:20022:tech:xsd:camt.053.001.09}Max35Text" minOccurs="0"/>
 *         <element name="MktInfrstrctrTxId" type="{urn:iso:std:iso:20022:tech:xsd:camt.053.001.09}Max35Text" minOccurs="0"/>
 *         <element name="PrcgId" type="{urn:iso:std:iso:20022:tech:xsd:camt.053.001.09}Max35Text" minOccurs="0"/>
 *         <element name="Prtry" type="{urn:iso:std:iso:20022:tech:xsd:camt.053.001.09}ProprietaryReference1" maxOccurs="unbounded" minOccurs="0"/>
 *       </sequence>
 *     </restriction>
 *   </complexContent>
 * </complexType>
 * 
* * */ @XmlAccessorType(XmlAccessType.FIELD) @XmlType(name = "TransactionReferences6", propOrder = { "msgId", "acctSvcrRef", "pmtInfId", "instrId", "endToEndId", "uetr", "txId", "mndtId", "chqNb", "clrSysRef", "acctOwnrTxId", "acctSvcrTxId", "mktInfrstrctrTxId", "prcgId", "prtry" }) public class TransactionReferences6 { @XmlElement(name = "MsgId") protected String msgId; @XmlElement(name = "AcctSvcrRef") protected String acctSvcrRef; @XmlElement(name = "PmtInfId") protected String pmtInfId; @XmlElement(name = "InstrId") protected String instrId; @XmlElement(name = "EndToEndId") protected String endToEndId; @XmlElement(name = "UETR") protected String uetr; @XmlElement(name = "TxId") protected String txId; @XmlElement(name = "MndtId") protected String mndtId; @XmlElement(name = "ChqNb") protected String chqNb; @XmlElement(name = "ClrSysRef") protected String clrSysRef; @XmlElement(name = "AcctOwnrTxId") protected String acctOwnrTxId; @XmlElement(name = "AcctSvcrTxId") protected String acctSvcrTxId; @XmlElement(name = "MktInfrstrctrTxId") protected String mktInfrstrctrTxId; @XmlElement(name = "PrcgId") protected String prcgId; @XmlElement(name = "Prtry") protected List prtry; /** * Gets the value of the msgId property. * * @return * possible object is * {@link String } * */ public String getMsgId() { return msgId; } /** * Sets the value of the msgId property. * * @param value * allowed object is * {@link String } * */ public void setMsgId(String value) { this.msgId = 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 pmtInfId property. * * @return * possible object is * {@link String } * */ public String getPmtInfId() { return pmtInfId; } /** * Sets the value of the pmtInfId property. * * @param value * allowed object is * {@link String } * */ public void setPmtInfId(String value) { this.pmtInfId = value; } /** * Gets the value of the instrId property. * * @return * possible object is * {@link String } * */ public String getInstrId() { return instrId; } /** * Sets the value of the instrId property. * * @param value * allowed object is * {@link String } * */ public void setInstrId(String value) { this.instrId = value; } /** * Gets the value of the endToEndId property. * * @return * possible object is * {@link String } * */ public String getEndToEndId() { return endToEndId; } /** * Sets the value of the endToEndId property. * * @param value * allowed object is * {@link String } * */ public void setEndToEndId(String value) { this.endToEndId = value; } /** * Gets the value of the uetr property. * * @return * possible object is * {@link String } * */ public String getUETR() { return uetr; } /** * Sets the value of the uetr property. * * @param value * allowed object is * {@link String } * */ public void setUETR(String value) { this.uetr = value; } /** * Gets the value of the txId property. * * @return * possible object is * {@link String } * */ public String getTxId() { return txId; } /** * Sets the value of the txId property. * * @param value * allowed object is * {@link String } * */ public void setTxId(String value) { this.txId = value; } /** * Gets the value of the mndtId property. * * @return * possible object is * {@link String } * */ public String getMndtId() { return mndtId; } /** * Sets the value of the mndtId property. * * @param value * allowed object is * {@link String } * */ public void setMndtId(String value) { this.mndtId = value; } /** * Gets the value of the chqNb property. * * @return * possible object is * {@link String } * */ public String getChqNb() { return chqNb; } /** * Sets the value of the chqNb property. * * @param value * allowed object is * {@link String } * */ public void setChqNb(String value) { this.chqNb = 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 acctOwnrTxId property. * * @return * possible object is * {@link String } * */ public String getAcctOwnrTxId() { return acctOwnrTxId; } /** * Sets the value of the acctOwnrTxId property. * * @param value * allowed object is * {@link String } * */ public void setAcctOwnrTxId(String value) { this.acctOwnrTxId = value; } /** * Gets the value of the acctSvcrTxId property. * * @return * possible object is * {@link String } * */ public String getAcctSvcrTxId() { return acctSvcrTxId; } /** * Sets the value of the acctSvcrTxId property. * * @param value * allowed object is * {@link String } * */ public void setAcctSvcrTxId(String value) { this.acctSvcrTxId = value; } /** * Gets the value of the mktInfrstrctrTxId property. * * @return * possible object is * {@link String } * */ public String getMktInfrstrctrTxId() { return mktInfrstrctrTxId; } /** * Sets the value of the mktInfrstrctrTxId property. * * @param value * allowed object is * {@link String } * */ public void setMktInfrstrctrTxId(String value) { this.mktInfrstrctrTxId = value; } /** * Gets the value of the prcgId property. * * @return * possible object is * {@link String } * */ public String getPrcgId() { return prcgId; } /** * Sets the value of the prcgId property. * * @param value * allowed object is * {@link String } * */ public void setPrcgId(String value) { this.prcgId = value; } /** * Gets the value of the prtry 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 prtry property. * *

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

     *    getPrtry().add(newItem);
     * 
* * *

* Objects of the following type(s) are allowed in the list * {@link ProprietaryReference1 } * * */ public List getPrtry() { if (prtry == null) { prtry = new ArrayList(); } return this.prtry; } }





© 2015 - 2025 Weber Informatics LLC | Privacy Policy