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

org.iso20022.camt054_001.v09.TransactionAgents5 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:50 PM IST 
//


package org.iso20022.camt054_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 TransactionAgents5 complex type. * *

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

 * <complexType name="TransactionAgents5">
 *   <complexContent>
 *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
 *       <sequence>
 *         <element name="InstgAgt" type="{urn:iso:std:iso:20022:tech:xsd:camt.054.001.09}BranchAndFinancialInstitutionIdentification6" minOccurs="0"/>
 *         <element name="InstdAgt" type="{urn:iso:std:iso:20022:tech:xsd:camt.054.001.09}BranchAndFinancialInstitutionIdentification6" minOccurs="0"/>
 *         <element name="DbtrAgt" type="{urn:iso:std:iso:20022:tech:xsd:camt.054.001.09}BranchAndFinancialInstitutionIdentification6" minOccurs="0"/>
 *         <element name="CdtrAgt" type="{urn:iso:std:iso:20022:tech:xsd:camt.054.001.09}BranchAndFinancialInstitutionIdentification6" minOccurs="0"/>
 *         <element name="IntrmyAgt1" type="{urn:iso:std:iso:20022:tech:xsd:camt.054.001.09}BranchAndFinancialInstitutionIdentification6" minOccurs="0"/>
 *         <element name="IntrmyAgt2" type="{urn:iso:std:iso:20022:tech:xsd:camt.054.001.09}BranchAndFinancialInstitutionIdentification6" minOccurs="0"/>
 *         <element name="IntrmyAgt3" type="{urn:iso:std:iso:20022:tech:xsd:camt.054.001.09}BranchAndFinancialInstitutionIdentification6" minOccurs="0"/>
 *         <element name="RcvgAgt" type="{urn:iso:std:iso:20022:tech:xsd:camt.054.001.09}BranchAndFinancialInstitutionIdentification6" minOccurs="0"/>
 *         <element name="DlvrgAgt" type="{urn:iso:std:iso:20022:tech:xsd:camt.054.001.09}BranchAndFinancialInstitutionIdentification6" minOccurs="0"/>
 *         <element name="IssgAgt" type="{urn:iso:std:iso:20022:tech:xsd:camt.054.001.09}BranchAndFinancialInstitutionIdentification6" minOccurs="0"/>
 *         <element name="SttlmPlc" type="{urn:iso:std:iso:20022:tech:xsd:camt.054.001.09}BranchAndFinancialInstitutionIdentification6" minOccurs="0"/>
 *         <element name="Prtry" type="{urn:iso:std:iso:20022:tech:xsd:camt.054.001.09}ProprietaryAgent4" maxOccurs="unbounded" minOccurs="0"/>
 *       </sequence>
 *     </restriction>
 *   </complexContent>
 * </complexType>
 * 
* * */ @XmlAccessorType(XmlAccessType.FIELD) @XmlType(name = "TransactionAgents5", propOrder = { "instgAgt", "instdAgt", "dbtrAgt", "cdtrAgt", "intrmyAgt1", "intrmyAgt2", "intrmyAgt3", "rcvgAgt", "dlvrgAgt", "issgAgt", "sttlmPlc", "prtry" }) public class TransactionAgents5 { @XmlElement(name = "InstgAgt") protected BranchAndFinancialInstitutionIdentification6 instgAgt; @XmlElement(name = "InstdAgt") protected BranchAndFinancialInstitutionIdentification6 instdAgt; @XmlElement(name = "DbtrAgt") protected BranchAndFinancialInstitutionIdentification6 dbtrAgt; @XmlElement(name = "CdtrAgt") protected BranchAndFinancialInstitutionIdentification6 cdtrAgt; @XmlElement(name = "IntrmyAgt1") protected BranchAndFinancialInstitutionIdentification6 intrmyAgt1; @XmlElement(name = "IntrmyAgt2") protected BranchAndFinancialInstitutionIdentification6 intrmyAgt2; @XmlElement(name = "IntrmyAgt3") protected BranchAndFinancialInstitutionIdentification6 intrmyAgt3; @XmlElement(name = "RcvgAgt") protected BranchAndFinancialInstitutionIdentification6 rcvgAgt; @XmlElement(name = "DlvrgAgt") protected BranchAndFinancialInstitutionIdentification6 dlvrgAgt; @XmlElement(name = "IssgAgt") protected BranchAndFinancialInstitutionIdentification6 issgAgt; @XmlElement(name = "SttlmPlc") protected BranchAndFinancialInstitutionIdentification6 sttlmPlc; @XmlElement(name = "Prtry") protected List prtry; /** * Gets the value of the instgAgt property. * * @return * possible object is * {@link BranchAndFinancialInstitutionIdentification6 } * */ public BranchAndFinancialInstitutionIdentification6 getInstgAgt() { return instgAgt; } /** * Sets the value of the instgAgt property. * * @param value * allowed object is * {@link BranchAndFinancialInstitutionIdentification6 } * */ public void setInstgAgt(BranchAndFinancialInstitutionIdentification6 value) { this.instgAgt = value; } /** * Gets the value of the instdAgt property. * * @return * possible object is * {@link BranchAndFinancialInstitutionIdentification6 } * */ public BranchAndFinancialInstitutionIdentification6 getInstdAgt() { return instdAgt; } /** * Sets the value of the instdAgt property. * * @param value * allowed object is * {@link BranchAndFinancialInstitutionIdentification6 } * */ public void setInstdAgt(BranchAndFinancialInstitutionIdentification6 value) { this.instdAgt = value; } /** * Gets the value of the dbtrAgt property. * * @return * possible object is * {@link BranchAndFinancialInstitutionIdentification6 } * */ public BranchAndFinancialInstitutionIdentification6 getDbtrAgt() { return dbtrAgt; } /** * Sets the value of the dbtrAgt property. * * @param value * allowed object is * {@link BranchAndFinancialInstitutionIdentification6 } * */ public void setDbtrAgt(BranchAndFinancialInstitutionIdentification6 value) { this.dbtrAgt = value; } /** * Gets the value of the cdtrAgt property. * * @return * possible object is * {@link BranchAndFinancialInstitutionIdentification6 } * */ public BranchAndFinancialInstitutionIdentification6 getCdtrAgt() { return cdtrAgt; } /** * Sets the value of the cdtrAgt property. * * @param value * allowed object is * {@link BranchAndFinancialInstitutionIdentification6 } * */ public void setCdtrAgt(BranchAndFinancialInstitutionIdentification6 value) { this.cdtrAgt = value; } /** * Gets the value of the intrmyAgt1 property. * * @return * possible object is * {@link BranchAndFinancialInstitutionIdentification6 } * */ public BranchAndFinancialInstitutionIdentification6 getIntrmyAgt1() { return intrmyAgt1; } /** * Sets the value of the intrmyAgt1 property. * * @param value * allowed object is * {@link BranchAndFinancialInstitutionIdentification6 } * */ public void setIntrmyAgt1(BranchAndFinancialInstitutionIdentification6 value) { this.intrmyAgt1 = value; } /** * Gets the value of the intrmyAgt2 property. * * @return * possible object is * {@link BranchAndFinancialInstitutionIdentification6 } * */ public BranchAndFinancialInstitutionIdentification6 getIntrmyAgt2() { return intrmyAgt2; } /** * Sets the value of the intrmyAgt2 property. * * @param value * allowed object is * {@link BranchAndFinancialInstitutionIdentification6 } * */ public void setIntrmyAgt2(BranchAndFinancialInstitutionIdentification6 value) { this.intrmyAgt2 = value; } /** * Gets the value of the intrmyAgt3 property. * * @return * possible object is * {@link BranchAndFinancialInstitutionIdentification6 } * */ public BranchAndFinancialInstitutionIdentification6 getIntrmyAgt3() { return intrmyAgt3; } /** * Sets the value of the intrmyAgt3 property. * * @param value * allowed object is * {@link BranchAndFinancialInstitutionIdentification6 } * */ public void setIntrmyAgt3(BranchAndFinancialInstitutionIdentification6 value) { this.intrmyAgt3 = value; } /** * Gets the value of the rcvgAgt property. * * @return * possible object is * {@link BranchAndFinancialInstitutionIdentification6 } * */ public BranchAndFinancialInstitutionIdentification6 getRcvgAgt() { return rcvgAgt; } /** * Sets the value of the rcvgAgt property. * * @param value * allowed object is * {@link BranchAndFinancialInstitutionIdentification6 } * */ public void setRcvgAgt(BranchAndFinancialInstitutionIdentification6 value) { this.rcvgAgt = value; } /** * Gets the value of the dlvrgAgt property. * * @return * possible object is * {@link BranchAndFinancialInstitutionIdentification6 } * */ public BranchAndFinancialInstitutionIdentification6 getDlvrgAgt() { return dlvrgAgt; } /** * Sets the value of the dlvrgAgt property. * * @param value * allowed object is * {@link BranchAndFinancialInstitutionIdentification6 } * */ public void setDlvrgAgt(BranchAndFinancialInstitutionIdentification6 value) { this.dlvrgAgt = value; } /** * Gets the value of the issgAgt property. * * @return * possible object is * {@link BranchAndFinancialInstitutionIdentification6 } * */ public BranchAndFinancialInstitutionIdentification6 getIssgAgt() { return issgAgt; } /** * Sets the value of the issgAgt property. * * @param value * allowed object is * {@link BranchAndFinancialInstitutionIdentification6 } * */ public void setIssgAgt(BranchAndFinancialInstitutionIdentification6 value) { this.issgAgt = value; } /** * Gets the value of the sttlmPlc property. * * @return * possible object is * {@link BranchAndFinancialInstitutionIdentification6 } * */ public BranchAndFinancialInstitutionIdentification6 getSttlmPlc() { return sttlmPlc; } /** * Sets the value of the sttlmPlc property. * * @param value * allowed object is * {@link BranchAndFinancialInstitutionIdentification6 } * */ public void setSttlmPlc(BranchAndFinancialInstitutionIdentification6 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 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 ProprietaryAgent4 } * * */ public List getPrtry() { if (prtry == null) { prtry = new ArrayList(); } return this.prtry; } }





© 2015 - 2025 Weber Informatics LLC | Privacy Policy