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

org.adorsys.psd2.iso20022.camt054.TransactionAgents3 Maven / Gradle / Ivy

//
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.11 
// See http://java.sun.com/xml/jaxb 
// Any modifications to this file will be lost upon recompilation of the source schema. 
// Generated on: 2018.03.27 at 07:28:42 AM CEST 
//


package org.adorsys.psd2.iso20022.camt054;

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 class for TransactionAgents3 complex type. * *

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

 * <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.054.001.06}BranchAndFinancialInstitutionIdentification5" minOccurs="0"/>
 *         <element name="CdtrAgt" type="{urn:iso:std:iso:20022:tech:xsd:camt.054.001.06}BranchAndFinancialInstitutionIdentification5" minOccurs="0"/>
 *         <element name="IntrmyAgt1" type="{urn:iso:std:iso:20022:tech:xsd:camt.054.001.06}BranchAndFinancialInstitutionIdentification5" minOccurs="0"/>
 *         <element name="IntrmyAgt2" type="{urn:iso:std:iso:20022:tech:xsd:camt.054.001.06}BranchAndFinancialInstitutionIdentification5" minOccurs="0"/>
 *         <element name="IntrmyAgt3" type="{urn:iso:std:iso:20022:tech:xsd:camt.054.001.06}BranchAndFinancialInstitutionIdentification5" minOccurs="0"/>
 *         <element name="RcvgAgt" type="{urn:iso:std:iso:20022:tech:xsd:camt.054.001.06}BranchAndFinancialInstitutionIdentification5" minOccurs="0"/>
 *         <element name="DlvrgAgt" type="{urn:iso:std:iso:20022:tech:xsd:camt.054.001.06}BranchAndFinancialInstitutionIdentification5" minOccurs="0"/>
 *         <element name="IssgAgt" type="{urn:iso:std:iso:20022:tech:xsd:camt.054.001.06}BranchAndFinancialInstitutionIdentification5" minOccurs="0"/>
 *         <element name="SttlmPlc" type="{urn:iso:std:iso:20022:tech:xsd:camt.054.001.06}BranchAndFinancialInstitutionIdentification5" minOccurs="0"/>
 *         <element name="Prtry" type="{urn:iso:std:iso:20022:tech:xsd:camt.054.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; /** * Gets the value of the dbtrAgt property. * * @return * possible object is * {@link BranchAndFinancialInstitutionIdentification5 } * */ public BranchAndFinancialInstitutionIdentification5 getDbtrAgt() { return dbtrAgt; } /** * Sets the value of the dbtrAgt property. * * @param value * allowed object is * {@link BranchAndFinancialInstitutionIdentification5 } * */ public void setDbtrAgt(BranchAndFinancialInstitutionIdentification5 value) { this.dbtrAgt = value; } /** * Gets the value of the cdtrAgt property. * * @return * possible object is * {@link BranchAndFinancialInstitutionIdentification5 } * */ public BranchAndFinancialInstitutionIdentification5 getCdtrAgt() { return cdtrAgt; } /** * Sets the value of the cdtrAgt property. * * @param value * allowed object is * {@link BranchAndFinancialInstitutionIdentification5 } * */ public void setCdtrAgt(BranchAndFinancialInstitutionIdentification5 value) { this.cdtrAgt = value; } /** * Gets the value of the intrmyAgt1 property. * * @return * possible object is * {@link BranchAndFinancialInstitutionIdentification5 } * */ public BranchAndFinancialInstitutionIdentification5 getIntrmyAgt1() { return intrmyAgt1; } /** * Sets the value of the intrmyAgt1 property. * * @param value * allowed object is * {@link BranchAndFinancialInstitutionIdentification5 } * */ public void setIntrmyAgt1(BranchAndFinancialInstitutionIdentification5 value) { this.intrmyAgt1 = value; } /** * Gets the value of the intrmyAgt2 property. * * @return * possible object is * {@link BranchAndFinancialInstitutionIdentification5 } * */ public BranchAndFinancialInstitutionIdentification5 getIntrmyAgt2() { return intrmyAgt2; } /** * Sets the value of the intrmyAgt2 property. * * @param value * allowed object is * {@link BranchAndFinancialInstitutionIdentification5 } * */ public void setIntrmyAgt2(BranchAndFinancialInstitutionIdentification5 value) { this.intrmyAgt2 = value; } /** * Gets the value of the intrmyAgt3 property. * * @return * possible object is * {@link BranchAndFinancialInstitutionIdentification5 } * */ public BranchAndFinancialInstitutionIdentification5 getIntrmyAgt3() { return intrmyAgt3; } /** * Sets the value of the intrmyAgt3 property. * * @param value * allowed object is * {@link BranchAndFinancialInstitutionIdentification5 } * */ public void setIntrmyAgt3(BranchAndFinancialInstitutionIdentification5 value) { this.intrmyAgt3 = value; } /** * Gets the value of the rcvgAgt property. * * @return * possible object is * {@link BranchAndFinancialInstitutionIdentification5 } * */ public BranchAndFinancialInstitutionIdentification5 getRcvgAgt() { return rcvgAgt; } /** * Sets the value of the rcvgAgt property. * * @param value * allowed object is * {@link BranchAndFinancialInstitutionIdentification5 } * */ public void setRcvgAgt(BranchAndFinancialInstitutionIdentification5 value) { this.rcvgAgt = value; } /** * Gets the value of the dlvrgAgt property. * * @return * possible object is * {@link BranchAndFinancialInstitutionIdentification5 } * */ public BranchAndFinancialInstitutionIdentification5 getDlvrgAgt() { return dlvrgAgt; } /** * Sets the value of the dlvrgAgt property. * * @param value * allowed object is * {@link BranchAndFinancialInstitutionIdentification5 } * */ public void setDlvrgAgt(BranchAndFinancialInstitutionIdentification5 value) { this.dlvrgAgt = value; } /** * Gets the value of the issgAgt property. * * @return * possible object is * {@link BranchAndFinancialInstitutionIdentification5 } * */ public BranchAndFinancialInstitutionIdentification5 getIssgAgt() { return issgAgt; } /** * Sets the value of the issgAgt property. * * @param value * allowed object is * {@link BranchAndFinancialInstitutionIdentification5 } * */ public void setIssgAgt(BranchAndFinancialInstitutionIdentification5 value) { this.issgAgt = value; } /** * Gets the value of the sttlmPlc property. * * @return * possible object is * {@link BranchAndFinancialInstitutionIdentification5 } * */ public BranchAndFinancialInstitutionIdentification5 getSttlmPlc() { return sttlmPlc; } /** * Sets the value of the sttlmPlc property. * * @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; } }





© 2015 - 2024 Weber Informatics LLC | Privacy Policy