org.iso20022.camt052_001.v09.TransactionParties9 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:45 PM IST
//
package org.iso20022.camt052_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 TransactionParties9 complex type.
*
*
The following schema fragment specifies the expected content contained within this class.
*
*
* <complexType name="TransactionParties9">
* <complexContent>
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
* <sequence>
* <element name="InitgPty" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.09}Party40Choice" minOccurs="0"/>
* <element name="Dbtr" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.09}Party40Choice" minOccurs="0"/>
* <element name="DbtrAcct" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.09}CashAccount40" minOccurs="0"/>
* <element name="UltmtDbtr" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.09}Party40Choice" minOccurs="0"/>
* <element name="Cdtr" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.09}Party40Choice" minOccurs="0"/>
* <element name="CdtrAcct" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.09}CashAccount40" minOccurs="0"/>
* <element name="UltmtCdtr" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.09}Party40Choice" minOccurs="0"/>
* <element name="TradgPty" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.09}Party40Choice" minOccurs="0"/>
* <element name="Prtry" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.09}ProprietaryParty5" maxOccurs="unbounded" minOccurs="0"/>
* </sequence>
* </restriction>
* </complexContent>
* </complexType>
*
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "TransactionParties9", propOrder = {
"initgPty",
"dbtr",
"dbtrAcct",
"ultmtDbtr",
"cdtr",
"cdtrAcct",
"ultmtCdtr",
"tradgPty",
"prtry"
})
public class TransactionParties9 {
@XmlElement(name = "InitgPty")
protected Party40Choice initgPty;
@XmlElement(name = "Dbtr")
protected Party40Choice dbtr;
@XmlElement(name = "DbtrAcct")
protected CashAccount40 dbtrAcct;
@XmlElement(name = "UltmtDbtr")
protected Party40Choice ultmtDbtr;
@XmlElement(name = "Cdtr")
protected Party40Choice cdtr;
@XmlElement(name = "CdtrAcct")
protected CashAccount40 cdtrAcct;
@XmlElement(name = "UltmtCdtr")
protected Party40Choice ultmtCdtr;
@XmlElement(name = "TradgPty")
protected Party40Choice tradgPty;
@XmlElement(name = "Prtry")
protected List prtry;
/**
* 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 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 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 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;
}
/**
* Gets the value of the tradgPty property.
*
* @return
* possible object is
* {@link Party40Choice }
*
*/
public Party40Choice getTradgPty() {
return tradgPty;
}
/**
* Sets the value of the tradgPty property.
*
* @param value
* allowed object is
* {@link Party40Choice }
*
*/
public void setTradgPty(Party40Choice value) {
this.tradgPty = 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 ProprietaryParty5 }
*
*
*/
public List getPrtry() {
if (prtry == null) {
prtry = new ArrayList();
}
return this.prtry;
}
}