org.adorsys.psd2.iso20022.camt053.TransactionAgents3 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.22 um 02:39:24 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 TransactionAgents3 complex type.
*
*
Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
*
*
* <complexType name="TransactionAgents3">
* <complexContent>
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
* <sequence>
* <element name="DbtrAgt" type="{urn:iso:std:iso:20022:tech:xsd:camt.053.001.06}BranchAndFinancialInstitutionIdentification5" minOccurs="0"/>
* <element name="CdtrAgt" type="{urn:iso:std:iso:20022:tech:xsd:camt.053.001.06}BranchAndFinancialInstitutionIdentification5" minOccurs="0"/>
* <element name="IntrmyAgt1" type="{urn:iso:std:iso:20022:tech:xsd:camt.053.001.06}BranchAndFinancialInstitutionIdentification5" minOccurs="0"/>
* <element name="IntrmyAgt2" type="{urn:iso:std:iso:20022:tech:xsd:camt.053.001.06}BranchAndFinancialInstitutionIdentification5" minOccurs="0"/>
* <element name="IntrmyAgt3" type="{urn:iso:std:iso:20022:tech:xsd:camt.053.001.06}BranchAndFinancialInstitutionIdentification5" minOccurs="0"/>
* <element name="RcvgAgt" type="{urn:iso:std:iso:20022:tech:xsd:camt.053.001.06}BranchAndFinancialInstitutionIdentification5" minOccurs="0"/>
* <element name="DlvrgAgt" type="{urn:iso:std:iso:20022:tech:xsd:camt.053.001.06}BranchAndFinancialInstitutionIdentification5" minOccurs="0"/>
* <element name="IssgAgt" type="{urn:iso:std:iso:20022:tech:xsd:camt.053.001.06}BranchAndFinancialInstitutionIdentification5" minOccurs="0"/>
* <element name="SttlmPlc" type="{urn:iso:std:iso:20022:tech:xsd:camt.053.001.06}BranchAndFinancialInstitutionIdentification5" minOccurs="0"/>
* <element name="Prtry" type="{urn:iso:std:iso:20022:tech:xsd:camt.053.001.06}ProprietaryAgent3" maxOccurs="unbounded" minOccurs="0"/>
* </sequence>
* </restriction>
* </complexContent>
* </complexType>
*
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "TransactionAgents3", propOrder = {
"dbtrAgt",
"cdtrAgt",
"intrmyAgt1",
"intrmyAgt2",
"intrmyAgt3",
"rcvgAgt",
"dlvrgAgt",
"issgAgt",
"sttlmPlc",
"prtry"
})
public class TransactionAgents3 {
@XmlElement(name = "DbtrAgt")
protected BranchAndFinancialInstitutionIdentification5 dbtrAgt;
@XmlElement(name = "CdtrAgt")
protected BranchAndFinancialInstitutionIdentification5 cdtrAgt;
@XmlElement(name = "IntrmyAgt1")
protected BranchAndFinancialInstitutionIdentification5 intrmyAgt1;
@XmlElement(name = "IntrmyAgt2")
protected BranchAndFinancialInstitutionIdentification5 intrmyAgt2;
@XmlElement(name = "IntrmyAgt3")
protected BranchAndFinancialInstitutionIdentification5 intrmyAgt3;
@XmlElement(name = "RcvgAgt")
protected BranchAndFinancialInstitutionIdentification5 rcvgAgt;
@XmlElement(name = "DlvrgAgt")
protected BranchAndFinancialInstitutionIdentification5 dlvrgAgt;
@XmlElement(name = "IssgAgt")
protected BranchAndFinancialInstitutionIdentification5 issgAgt;
@XmlElement(name = "SttlmPlc")
protected BranchAndFinancialInstitutionIdentification5 sttlmPlc;
@XmlElement(name = "Prtry")
protected List prtry;
/**
* Ruft den Wert der dbtrAgt-Eigenschaft ab.
*
* @return
* possible object is
* {@link BranchAndFinancialInstitutionIdentification5 }
*
*/
public BranchAndFinancialInstitutionIdentification5 getDbtrAgt() {
return dbtrAgt;
}
/**
* Legt den Wert der dbtrAgt-Eigenschaft fest.
*
* @param value
* allowed object is
* {@link BranchAndFinancialInstitutionIdentification5 }
*
*/
public void setDbtrAgt(BranchAndFinancialInstitutionIdentification5 value) {
this.dbtrAgt = value;
}
/**
* Ruft den Wert der cdtrAgt-Eigenschaft ab.
*
* @return
* possible object is
* {@link BranchAndFinancialInstitutionIdentification5 }
*
*/
public BranchAndFinancialInstitutionIdentification5 getCdtrAgt() {
return cdtrAgt;
}
/**
* Legt den Wert der cdtrAgt-Eigenschaft fest.
*
* @param value
* allowed object is
* {@link BranchAndFinancialInstitutionIdentification5 }
*
*/
public void setCdtrAgt(BranchAndFinancialInstitutionIdentification5 value) {
this.cdtrAgt = value;
}
/**
* Ruft den Wert der intrmyAgt1-Eigenschaft ab.
*
* @return
* possible object is
* {@link BranchAndFinancialInstitutionIdentification5 }
*
*/
public BranchAndFinancialInstitutionIdentification5 getIntrmyAgt1() {
return intrmyAgt1;
}
/**
* Legt den Wert der intrmyAgt1-Eigenschaft fest.
*
* @param value
* allowed object is
* {@link BranchAndFinancialInstitutionIdentification5 }
*
*/
public void setIntrmyAgt1(BranchAndFinancialInstitutionIdentification5 value) {
this.intrmyAgt1 = value;
}
/**
* Ruft den Wert der intrmyAgt2-Eigenschaft ab.
*
* @return
* possible object is
* {@link BranchAndFinancialInstitutionIdentification5 }
*
*/
public BranchAndFinancialInstitutionIdentification5 getIntrmyAgt2() {
return intrmyAgt2;
}
/**
* Legt den Wert der intrmyAgt2-Eigenschaft fest.
*
* @param value
* allowed object is
* {@link BranchAndFinancialInstitutionIdentification5 }
*
*/
public void setIntrmyAgt2(BranchAndFinancialInstitutionIdentification5 value) {
this.intrmyAgt2 = value;
}
/**
* Ruft den Wert der intrmyAgt3-Eigenschaft ab.
*
* @return
* possible object is
* {@link BranchAndFinancialInstitutionIdentification5 }
*
*/
public BranchAndFinancialInstitutionIdentification5 getIntrmyAgt3() {
return intrmyAgt3;
}
/**
* Legt den Wert der intrmyAgt3-Eigenschaft fest.
*
* @param value
* allowed object is
* {@link BranchAndFinancialInstitutionIdentification5 }
*
*/
public void setIntrmyAgt3(BranchAndFinancialInstitutionIdentification5 value) {
this.intrmyAgt3 = value;
}
/**
* Ruft den Wert der rcvgAgt-Eigenschaft ab.
*
* @return
* possible object is
* {@link BranchAndFinancialInstitutionIdentification5 }
*
*/
public BranchAndFinancialInstitutionIdentification5 getRcvgAgt() {
return rcvgAgt;
}
/**
* Legt den Wert der rcvgAgt-Eigenschaft fest.
*
* @param value
* allowed object is
* {@link BranchAndFinancialInstitutionIdentification5 }
*
*/
public void setRcvgAgt(BranchAndFinancialInstitutionIdentification5 value) {
this.rcvgAgt = value;
}
/**
* Ruft den Wert der dlvrgAgt-Eigenschaft ab.
*
* @return
* possible object is
* {@link BranchAndFinancialInstitutionIdentification5 }
*
*/
public BranchAndFinancialInstitutionIdentification5 getDlvrgAgt() {
return dlvrgAgt;
}
/**
* Legt den Wert der dlvrgAgt-Eigenschaft fest.
*
* @param value
* allowed object is
* {@link BranchAndFinancialInstitutionIdentification5 }
*
*/
public void setDlvrgAgt(BranchAndFinancialInstitutionIdentification5 value) {
this.dlvrgAgt = value;
}
/**
* Ruft den Wert der issgAgt-Eigenschaft ab.
*
* @return
* possible object is
* {@link BranchAndFinancialInstitutionIdentification5 }
*
*/
public BranchAndFinancialInstitutionIdentification5 getIssgAgt() {
return issgAgt;
}
/**
* Legt den Wert der issgAgt-Eigenschaft fest.
*
* @param value
* allowed object is
* {@link BranchAndFinancialInstitutionIdentification5 }
*
*/
public void setIssgAgt(BranchAndFinancialInstitutionIdentification5 value) {
this.issgAgt = value;
}
/**
* Ruft den Wert der sttlmPlc-Eigenschaft ab.
*
* @return
* possible object is
* {@link BranchAndFinancialInstitutionIdentification5 }
*
*/
public BranchAndFinancialInstitutionIdentification5 getSttlmPlc() {
return sttlmPlc;
}
/**
* Legt den Wert der sttlmPlc-Eigenschaft fest.
*
* @param value
* allowed object is
* {@link BranchAndFinancialInstitutionIdentification5 }
*
*/
public void setSttlmPlc(BranchAndFinancialInstitutionIdentification5 value) {
this.sttlmPlc = 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 ProprietaryAgent3 }
*
*
*/
public List getPrtry() {
if (prtry == null) {
prtry = new ArrayList();
}
return this.prtry;
}
}