
org.iso20022.pacs004_001.v11.TransactionParties10 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:59 PM IST
//
package org.iso20022.pacs004_001.v11;
import jakarta.xml.bind.annotation.XmlAccessType;
import jakarta.xml.bind.annotation.XmlAccessorType;
import jakarta.xml.bind.annotation.XmlElement;
import jakarta.xml.bind.annotation.XmlType;
/**
* Provides further details on the parties specific to the individual transaction.
*
* Java class for TransactionParties10 complex type.
*
*
The following schema fragment specifies the expected content contained within this class.
*
*
* <complexType name="TransactionParties10">
* <complexContent>
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
* <sequence>
* <element name="UltmtDbtr" type="{urn:iso:std:iso:20022:tech:xsd:pacs.004.001.11}Party40Choice" minOccurs="0"/>
* <element name="Dbtr" type="{urn:iso:std:iso:20022:tech:xsd:pacs.004.001.11}Party40Choice"/>
* <element name="DbtrAcct" type="{urn:iso:std:iso:20022:tech:xsd:pacs.004.001.11}CashAccount40" minOccurs="0"/>
* <element name="InitgPty" type="{urn:iso:std:iso:20022:tech:xsd:pacs.004.001.11}Party40Choice" minOccurs="0"/>
* <element name="DbtrAgt" type="{urn:iso:std:iso:20022:tech:xsd:pacs.004.001.11}BranchAndFinancialInstitutionIdentification6" minOccurs="0"/>
* <element name="DbtrAgtAcct" type="{urn:iso:std:iso:20022:tech:xsd:pacs.004.001.11}CashAccount40" minOccurs="0"/>
* <element name="PrvsInstgAgt1" type="{urn:iso:std:iso:20022:tech:xsd:pacs.004.001.11}BranchAndFinancialInstitutionIdentification6" minOccurs="0"/>
* <element name="PrvsInstgAgt1Acct" type="{urn:iso:std:iso:20022:tech:xsd:pacs.004.001.11}CashAccount40" minOccurs="0"/>
* <element name="PrvsInstgAgt2" type="{urn:iso:std:iso:20022:tech:xsd:pacs.004.001.11}BranchAndFinancialInstitutionIdentification6" minOccurs="0"/>
* <element name="PrvsInstgAgt2Acct" type="{urn:iso:std:iso:20022:tech:xsd:pacs.004.001.11}CashAccount40" minOccurs="0"/>
* <element name="PrvsInstgAgt3" type="{urn:iso:std:iso:20022:tech:xsd:pacs.004.001.11}BranchAndFinancialInstitutionIdentification6" minOccurs="0"/>
* <element name="PrvsInstgAgt3Acct" type="{urn:iso:std:iso:20022:tech:xsd:pacs.004.001.11}CashAccount40" minOccurs="0"/>
* <element name="IntrmyAgt1" type="{urn:iso:std:iso:20022:tech:xsd:pacs.004.001.11}BranchAndFinancialInstitutionIdentification6" minOccurs="0"/>
* <element name="IntrmyAgt1Acct" type="{urn:iso:std:iso:20022:tech:xsd:pacs.004.001.11}CashAccount40" minOccurs="0"/>
* <element name="IntrmyAgt2" type="{urn:iso:std:iso:20022:tech:xsd:pacs.004.001.11}BranchAndFinancialInstitutionIdentification6" minOccurs="0"/>
* <element name="IntrmyAgt2Acct" type="{urn:iso:std:iso:20022:tech:xsd:pacs.004.001.11}CashAccount40" minOccurs="0"/>
* <element name="IntrmyAgt3" type="{urn:iso:std:iso:20022:tech:xsd:pacs.004.001.11}BranchAndFinancialInstitutionIdentification6" minOccurs="0"/>
* <element name="IntrmyAgt3Acct" type="{urn:iso:std:iso:20022:tech:xsd:pacs.004.001.11}CashAccount40" minOccurs="0"/>
* <element name="CdtrAgt" type="{urn:iso:std:iso:20022:tech:xsd:pacs.004.001.11}BranchAndFinancialInstitutionIdentification6" minOccurs="0"/>
* <element name="CdtrAgtAcct" type="{urn:iso:std:iso:20022:tech:xsd:pacs.004.001.11}CashAccount40" minOccurs="0"/>
* <element name="Cdtr" type="{urn:iso:std:iso:20022:tech:xsd:pacs.004.001.11}Party40Choice"/>
* <element name="CdtrAcct" type="{urn:iso:std:iso:20022:tech:xsd:pacs.004.001.11}CashAccount40" minOccurs="0"/>
* <element name="UltmtCdtr" type="{urn:iso:std:iso:20022:tech:xsd:pacs.004.001.11}Party40Choice" minOccurs="0"/>
* </sequence>
* </restriction>
* </complexContent>
* </complexType>
*
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "TransactionParties10", propOrder = {
"ultmtDbtr",
"dbtr",
"dbtrAcct",
"initgPty",
"dbtrAgt",
"dbtrAgtAcct",
"prvsInstgAgt1",
"prvsInstgAgt1Acct",
"prvsInstgAgt2",
"prvsInstgAgt2Acct",
"prvsInstgAgt3",
"prvsInstgAgt3Acct",
"intrmyAgt1",
"intrmyAgt1Acct",
"intrmyAgt2",
"intrmyAgt2Acct",
"intrmyAgt3",
"intrmyAgt3Acct",
"cdtrAgt",
"cdtrAgtAcct",
"cdtr",
"cdtrAcct",
"ultmtCdtr"
})
public class TransactionParties10 {
@XmlElement(name = "UltmtDbtr")
protected Party40Choice ultmtDbtr;
@XmlElement(name = "Dbtr", required = true)
protected Party40Choice dbtr;
@XmlElement(name = "DbtrAcct")
protected CashAccount40 dbtrAcct;
@XmlElement(name = "InitgPty")
protected Party40Choice initgPty;
@XmlElement(name = "DbtrAgt")
protected BranchAndFinancialInstitutionIdentification6 dbtrAgt;
@XmlElement(name = "DbtrAgtAcct")
protected CashAccount40 dbtrAgtAcct;
@XmlElement(name = "PrvsInstgAgt1")
protected BranchAndFinancialInstitutionIdentification6 prvsInstgAgt1;
@XmlElement(name = "PrvsInstgAgt1Acct")
protected CashAccount40 prvsInstgAgt1Acct;
@XmlElement(name = "PrvsInstgAgt2")
protected BranchAndFinancialInstitutionIdentification6 prvsInstgAgt2;
@XmlElement(name = "PrvsInstgAgt2Acct")
protected CashAccount40 prvsInstgAgt2Acct;
@XmlElement(name = "PrvsInstgAgt3")
protected BranchAndFinancialInstitutionIdentification6 prvsInstgAgt3;
@XmlElement(name = "PrvsInstgAgt3Acct")
protected CashAccount40 prvsInstgAgt3Acct;
@XmlElement(name = "IntrmyAgt1")
protected BranchAndFinancialInstitutionIdentification6 intrmyAgt1;
@XmlElement(name = "IntrmyAgt1Acct")
protected CashAccount40 intrmyAgt1Acct;
@XmlElement(name = "IntrmyAgt2")
protected BranchAndFinancialInstitutionIdentification6 intrmyAgt2;
@XmlElement(name = "IntrmyAgt2Acct")
protected CashAccount40 intrmyAgt2Acct;
@XmlElement(name = "IntrmyAgt3")
protected BranchAndFinancialInstitutionIdentification6 intrmyAgt3;
@XmlElement(name = "IntrmyAgt3Acct")
protected CashAccount40 intrmyAgt3Acct;
@XmlElement(name = "CdtrAgt")
protected BranchAndFinancialInstitutionIdentification6 cdtrAgt;
@XmlElement(name = "CdtrAgtAcct")
protected CashAccount40 cdtrAgtAcct;
@XmlElement(name = "Cdtr", required = true)
protected Party40Choice cdtr;
@XmlElement(name = "CdtrAcct")
protected CashAccount40 cdtrAcct;
@XmlElement(name = "UltmtCdtr")
protected Party40Choice ultmtCdtr;
/**
* Gets the value of the ultmtDbtr property.
*
* @return
* possible object is
* {@link Party40Choice }
*
*/
public Party40Choice getUltmtDbtr() {
return ultmtDbtr;
}
/**
* Sets the value of the ultmtDbtr property.
*
* @param value
* allowed object is
* {@link Party40Choice }
*
*/
public void setUltmtDbtr(Party40Choice value) {
this.ultmtDbtr = value;
}
/**
* Gets the value of the dbtr property.
*
* @return
* possible object is
* {@link Party40Choice }
*
*/
public Party40Choice getDbtr() {
return dbtr;
}
/**
* Sets the value of the dbtr property.
*
* @param value
* allowed object is
* {@link Party40Choice }
*
*/
public void setDbtr(Party40Choice value) {
this.dbtr = value;
}
/**
* Gets the value of the dbtrAcct property.
*
* @return
* possible object is
* {@link CashAccount40 }
*
*/
public CashAccount40 getDbtrAcct() {
return dbtrAcct;
}
/**
* Sets the value of the dbtrAcct property.
*
* @param value
* allowed object is
* {@link CashAccount40 }
*
*/
public void setDbtrAcct(CashAccount40 value) {
this.dbtrAcct = value;
}
/**
* Gets the value of the initgPty property.
*
* @return
* possible object is
* {@link Party40Choice }
*
*/
public Party40Choice getInitgPty() {
return initgPty;
}
/**
* Sets the value of the initgPty property.
*
* @param value
* allowed object is
* {@link Party40Choice }
*
*/
public void setInitgPty(Party40Choice value) {
this.initgPty = 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 dbtrAgtAcct property.
*
* @return
* possible object is
* {@link CashAccount40 }
*
*/
public CashAccount40 getDbtrAgtAcct() {
return dbtrAgtAcct;
}
/**
* Sets the value of the dbtrAgtAcct property.
*
* @param value
* allowed object is
* {@link CashAccount40 }
*
*/
public void setDbtrAgtAcct(CashAccount40 value) {
this.dbtrAgtAcct = value;
}
/**
* Gets the value of the prvsInstgAgt1 property.
*
* @return
* possible object is
* {@link BranchAndFinancialInstitutionIdentification6 }
*
*/
public BranchAndFinancialInstitutionIdentification6 getPrvsInstgAgt1() {
return prvsInstgAgt1;
}
/**
* Sets the value of the prvsInstgAgt1 property.
*
* @param value
* allowed object is
* {@link BranchAndFinancialInstitutionIdentification6 }
*
*/
public void setPrvsInstgAgt1(BranchAndFinancialInstitutionIdentification6 value) {
this.prvsInstgAgt1 = value;
}
/**
* Gets the value of the prvsInstgAgt1Acct property.
*
* @return
* possible object is
* {@link CashAccount40 }
*
*/
public CashAccount40 getPrvsInstgAgt1Acct() {
return prvsInstgAgt1Acct;
}
/**
* Sets the value of the prvsInstgAgt1Acct property.
*
* @param value
* allowed object is
* {@link CashAccount40 }
*
*/
public void setPrvsInstgAgt1Acct(CashAccount40 value) {
this.prvsInstgAgt1Acct = value;
}
/**
* Gets the value of the prvsInstgAgt2 property.
*
* @return
* possible object is
* {@link BranchAndFinancialInstitutionIdentification6 }
*
*/
public BranchAndFinancialInstitutionIdentification6 getPrvsInstgAgt2() {
return prvsInstgAgt2;
}
/**
* Sets the value of the prvsInstgAgt2 property.
*
* @param value
* allowed object is
* {@link BranchAndFinancialInstitutionIdentification6 }
*
*/
public void setPrvsInstgAgt2(BranchAndFinancialInstitutionIdentification6 value) {
this.prvsInstgAgt2 = value;
}
/**
* Gets the value of the prvsInstgAgt2Acct property.
*
* @return
* possible object is
* {@link CashAccount40 }
*
*/
public CashAccount40 getPrvsInstgAgt2Acct() {
return prvsInstgAgt2Acct;
}
/**
* Sets the value of the prvsInstgAgt2Acct property.
*
* @param value
* allowed object is
* {@link CashAccount40 }
*
*/
public void setPrvsInstgAgt2Acct(CashAccount40 value) {
this.prvsInstgAgt2Acct = value;
}
/**
* Gets the value of the prvsInstgAgt3 property.
*
* @return
* possible object is
* {@link BranchAndFinancialInstitutionIdentification6 }
*
*/
public BranchAndFinancialInstitutionIdentification6 getPrvsInstgAgt3() {
return prvsInstgAgt3;
}
/**
* Sets the value of the prvsInstgAgt3 property.
*
* @param value
* allowed object is
* {@link BranchAndFinancialInstitutionIdentification6 }
*
*/
public void setPrvsInstgAgt3(BranchAndFinancialInstitutionIdentification6 value) {
this.prvsInstgAgt3 = value;
}
/**
* Gets the value of the prvsInstgAgt3Acct property.
*
* @return
* possible object is
* {@link CashAccount40 }
*
*/
public CashAccount40 getPrvsInstgAgt3Acct() {
return prvsInstgAgt3Acct;
}
/**
* Sets the value of the prvsInstgAgt3Acct property.
*
* @param value
* allowed object is
* {@link CashAccount40 }
*
*/
public void setPrvsInstgAgt3Acct(CashAccount40 value) {
this.prvsInstgAgt3Acct = 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 intrmyAgt1Acct property.
*
* @return
* possible object is
* {@link CashAccount40 }
*
*/
public CashAccount40 getIntrmyAgt1Acct() {
return intrmyAgt1Acct;
}
/**
* Sets the value of the intrmyAgt1Acct property.
*
* @param value
* allowed object is
* {@link CashAccount40 }
*
*/
public void setIntrmyAgt1Acct(CashAccount40 value) {
this.intrmyAgt1Acct = 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 intrmyAgt2Acct property.
*
* @return
* possible object is
* {@link CashAccount40 }
*
*/
public CashAccount40 getIntrmyAgt2Acct() {
return intrmyAgt2Acct;
}
/**
* Sets the value of the intrmyAgt2Acct property.
*
* @param value
* allowed object is
* {@link CashAccount40 }
*
*/
public void setIntrmyAgt2Acct(CashAccount40 value) {
this.intrmyAgt2Acct = 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 intrmyAgt3Acct property.
*
* @return
* possible object is
* {@link CashAccount40 }
*
*/
public CashAccount40 getIntrmyAgt3Acct() {
return intrmyAgt3Acct;
}
/**
* Sets the value of the intrmyAgt3Acct property.
*
* @param value
* allowed object is
* {@link CashAccount40 }
*
*/
public void setIntrmyAgt3Acct(CashAccount40 value) {
this.intrmyAgt3Acct = 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 cdtrAgtAcct property.
*
* @return
* possible object is
* {@link CashAccount40 }
*
*/
public CashAccount40 getCdtrAgtAcct() {
return cdtrAgtAcct;
}
/**
* Sets the value of the cdtrAgtAcct property.
*
* @param value
* allowed object is
* {@link CashAccount40 }
*
*/
public void setCdtrAgtAcct(CashAccount40 value) {
this.cdtrAgtAcct = value;
}
/**
* Gets the value of the cdtr property.
*
* @return
* possible object is
* {@link Party40Choice }
*
*/
public Party40Choice getCdtr() {
return cdtr;
}
/**
* Sets the value of the cdtr property.
*
* @param value
* allowed object is
* {@link Party40Choice }
*
*/
public void setCdtr(Party40Choice value) {
this.cdtr = value;
}
/**
* Gets the value of the cdtrAcct property.
*
* @return
* possible object is
* {@link CashAccount40 }
*
*/
public CashAccount40 getCdtrAcct() {
return cdtrAcct;
}
/**
* Sets the value of the cdtrAcct property.
*
* @param value
* allowed object is
* {@link CashAccount40 }
*
*/
public void setCdtrAcct(CashAccount40 value) {
this.cdtrAcct = value;
}
/**
* Gets the value of the ultmtCdtr property.
*
* @return
* possible object is
* {@link Party40Choice }
*
*/
public Party40Choice getUltmtCdtr() {
return ultmtCdtr;
}
/**
* Sets the value of the ultmtCdtr property.
*
* @param value
* allowed object is
* {@link Party40Choice }
*
*/
public void setUltmtCdtr(Party40Choice value) {
this.ultmtCdtr = value;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy