org.adorsys.psd2.iso20022.camt053.TransactionReferences3 Maven / Gradle / Ivy
//
// Diese Datei wurde mit der JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.11 generiert
// Siehe http://java.sun.com/xml/jaxb
// Änderungen an dieser Datei gehen bei einer Neukompilierung des Quellschemas verloren.
// Generiert: 2017.12.20 um 11:40:51 PM CET
//
package org.adorsys.psd2.iso20022.camt053;
import java.util.ArrayList;
import java.util.List;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlElement;
import javax.xml.bind.annotation.XmlType;
/**
* Java-Klasse für TransactionReferences3 complex type.
*
*
Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
*
*
* <complexType name="TransactionReferences3">
* <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.06}Max35Text" minOccurs="0"/>
* <element name="AcctSvcrRef" type="{urn:iso:std:iso:20022:tech:xsd:camt.053.001.06}Max35Text" minOccurs="0"/>
* <element name="PmtInfId" type="{urn:iso:std:iso:20022:tech:xsd:camt.053.001.06}Max35Text" minOccurs="0"/>
* <element name="InstrId" type="{urn:iso:std:iso:20022:tech:xsd:camt.053.001.06}Max35Text" minOccurs="0"/>
* <element name="EndToEndId" type="{urn:iso:std:iso:20022:tech:xsd:camt.053.001.06}Max35Text" minOccurs="0"/>
* <element name="TxId" type="{urn:iso:std:iso:20022:tech:xsd:camt.053.001.06}Max35Text" minOccurs="0"/>
* <element name="MndtId" type="{urn:iso:std:iso:20022:tech:xsd:camt.053.001.06}Max35Text" minOccurs="0"/>
* <element name="ChqNb" type="{urn:iso:std:iso:20022:tech:xsd:camt.053.001.06}Max35Text" minOccurs="0"/>
* <element name="ClrSysRef" type="{urn:iso:std:iso:20022:tech:xsd:camt.053.001.06}Max35Text" minOccurs="0"/>
* <element name="AcctOwnrTxId" type="{urn:iso:std:iso:20022:tech:xsd:camt.053.001.06}Max35Text" minOccurs="0"/>
* <element name="AcctSvcrTxId" type="{urn:iso:std:iso:20022:tech:xsd:camt.053.001.06}Max35Text" minOccurs="0"/>
* <element name="MktInfrstrctrTxId" type="{urn:iso:std:iso:20022:tech:xsd:camt.053.001.06}Max35Text" minOccurs="0"/>
* <element name="PrcgId" type="{urn:iso:std:iso:20022:tech:xsd:camt.053.001.06}Max35Text" minOccurs="0"/>
* <element name="Prtry" type="{urn:iso:std:iso:20022:tech:xsd:camt.053.001.06}ProprietaryReference1" maxOccurs="unbounded" minOccurs="0"/>
* </sequence>
* </restriction>
* </complexContent>
* </complexType>
*
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "TransactionReferences3", propOrder = {
"msgId",
"acctSvcrRef",
"pmtInfId",
"instrId",
"endToEndId",
"txId",
"mndtId",
"chqNb",
"clrSysRef",
"acctOwnrTxId",
"acctSvcrTxId",
"mktInfrstrctrTxId",
"prcgId",
"prtry"
})
public class TransactionReferences3 {
@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 = "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;
/**
* Ruft den Wert der msgId-Eigenschaft ab.
*
* @return
* possible object is
* {@link String }
*
*/
public String getMsgId() {
return msgId;
}
/**
* Legt den Wert der msgId-Eigenschaft fest.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setMsgId(String value) {
this.msgId = value;
}
/**
* Ruft den Wert der acctSvcrRef-Eigenschaft ab.
*
* @return
* possible object is
* {@link String }
*
*/
public String getAcctSvcrRef() {
return acctSvcrRef;
}
/**
* Legt den Wert der acctSvcrRef-Eigenschaft fest.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setAcctSvcrRef(String value) {
this.acctSvcrRef = value;
}
/**
* Ruft den Wert der pmtInfId-Eigenschaft ab.
*
* @return
* possible object is
* {@link String }
*
*/
public String getPmtInfId() {
return pmtInfId;
}
/**
* Legt den Wert der pmtInfId-Eigenschaft fest.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setPmtInfId(String value) {
this.pmtInfId = value;
}
/**
* Ruft den Wert der instrId-Eigenschaft ab.
*
* @return
* possible object is
* {@link String }
*
*/
public String getInstrId() {
return instrId;
}
/**
* Legt den Wert der instrId-Eigenschaft fest.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setInstrId(String value) {
this.instrId = value;
}
/**
* Ruft den Wert der endToEndId-Eigenschaft ab.
*
* @return
* possible object is
* {@link String }
*
*/
public String getEndToEndId() {
return endToEndId;
}
/**
* Legt den Wert der endToEndId-Eigenschaft fest.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setEndToEndId(String value) {
this.endToEndId = value;
}
/**
* Ruft den Wert der txId-Eigenschaft ab.
*
* @return
* possible object is
* {@link String }
*
*/
public String getTxId() {
return txId;
}
/**
* Legt den Wert der txId-Eigenschaft fest.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setTxId(String value) {
this.txId = value;
}
/**
* Ruft den Wert der mndtId-Eigenschaft ab.
*
* @return
* possible object is
* {@link String }
*
*/
public String getMndtId() {
return mndtId;
}
/**
* Legt den Wert der mndtId-Eigenschaft fest.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setMndtId(String value) {
this.mndtId = value;
}
/**
* Ruft den Wert der chqNb-Eigenschaft ab.
*
* @return
* possible object is
* {@link String }
*
*/
public String getChqNb() {
return chqNb;
}
/**
* Legt den Wert der chqNb-Eigenschaft fest.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setChqNb(String value) {
this.chqNb = value;
}
/**
* Ruft den Wert der clrSysRef-Eigenschaft ab.
*
* @return
* possible object is
* {@link String }
*
*/
public String getClrSysRef() {
return clrSysRef;
}
/**
* Legt den Wert der clrSysRef-Eigenschaft fest.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setClrSysRef(String value) {
this.clrSysRef = value;
}
/**
* Ruft den Wert der acctOwnrTxId-Eigenschaft ab.
*
* @return
* possible object is
* {@link String }
*
*/
public String getAcctOwnrTxId() {
return acctOwnrTxId;
}
/**
* Legt den Wert der acctOwnrTxId-Eigenschaft fest.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setAcctOwnrTxId(String value) {
this.acctOwnrTxId = value;
}
/**
* Ruft den Wert der acctSvcrTxId-Eigenschaft ab.
*
* @return
* possible object is
* {@link String }
*
*/
public String getAcctSvcrTxId() {
return acctSvcrTxId;
}
/**
* Legt den Wert der acctSvcrTxId-Eigenschaft fest.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setAcctSvcrTxId(String value) {
this.acctSvcrTxId = value;
}
/**
* Ruft den Wert der mktInfrstrctrTxId-Eigenschaft ab.
*
* @return
* possible object is
* {@link String }
*
*/
public String getMktInfrstrctrTxId() {
return mktInfrstrctrTxId;
}
/**
* Legt den Wert der mktInfrstrctrTxId-Eigenschaft fest.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setMktInfrstrctrTxId(String value) {
this.mktInfrstrctrTxId = value;
}
/**
* Ruft den Wert der prcgId-Eigenschaft ab.
*
* @return
* possible object is
* {@link String }
*
*/
public String getPrcgId() {
return prcgId;
}
/**
* Legt den Wert der prcgId-Eigenschaft fest.
*
* @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 JAXB 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;
}
}