public class TransactionParties4
extends java.lang.Object
Java class for TransactionParties4 complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TransactionParties4"> <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.07}Party35Choice" minOccurs="0"/> <element name="Dbtr" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.07}Party35Choice" minOccurs="0"/> <element name="DbtrAcct" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.07}CashAccount24" minOccurs="0"/> <element name="UltmtDbtr" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.07}Party35Choice" minOccurs="0"/> <element name="Cdtr" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.07}Party35Choice" minOccurs="0"/> <element name="CdtrAcct" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.07}CashAccount24" minOccurs="0"/> <element name="UltmtCdtr" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.07}Party35Choice" minOccurs="0"/> <element name="TradgPty" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.07}Party35Choice" minOccurs="0"/> <element name="Prtry" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.07}ProprietaryParty4" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field | Description |
---|---|---|
protected Party35Choice |
cdtr |
|
protected CashAccount24 |
cdtrAcct |
|
protected Party35Choice |
dbtr |
|
protected CashAccount24 |
dbtrAcct |
|
protected Party35Choice |
initgPty |
|
protected java.util.List<ProprietaryParty4> |
prtry |
|
protected Party35Choice |
tradgPty |
|
protected Party35Choice |
ultmtCdtr |
|
protected Party35Choice |
ultmtDbtr |
Constructor | Description |
---|---|
TransactionParties4() |
Modifier and Type | Method | Description |
---|---|---|
Party35Choice |
getCdtr() |
Gets the value of the cdtr property.
|
CashAccount24 |
getCdtrAcct() |
Gets the value of the cdtrAcct property.
|
Party35Choice |
getDbtr() |
Gets the value of the dbtr property.
|
CashAccount24 |
getDbtrAcct() |
Gets the value of the dbtrAcct property.
|
Party35Choice |
getInitgPty() |
Gets the value of the initgPty property.
|
java.util.List<ProprietaryParty4> |
getPrtry() |
Gets the value of the prtry property.
|
Party35Choice |
getTradgPty() |
Gets the value of the tradgPty property.
|
Party35Choice |
getUltmtCdtr() |
Gets the value of the ultmtCdtr property.
|
Party35Choice |
getUltmtDbtr() |
Gets the value of the ultmtDbtr property.
|
void |
setCdtr(Party35Choice value) |
Sets the value of the cdtr property.
|
void |
setCdtrAcct(CashAccount24 value) |
Sets the value of the cdtrAcct property.
|
void |
setDbtr(Party35Choice value) |
Sets the value of the dbtr property.
|
void |
setDbtrAcct(CashAccount24 value) |
Sets the value of the dbtrAcct property.
|
void |
setInitgPty(Party35Choice value) |
Sets the value of the initgPty property.
|
void |
setTradgPty(Party35Choice value) |
Sets the value of the tradgPty property.
|
void |
setUltmtCdtr(Party35Choice value) |
Sets the value of the ultmtCdtr property.
|
void |
setUltmtDbtr(Party35Choice value) |
Sets the value of the ultmtDbtr property.
|
protected Party35Choice initgPty
protected Party35Choice dbtr
protected CashAccount24 dbtrAcct
protected Party35Choice ultmtDbtr
protected Party35Choice cdtr
protected CashAccount24 cdtrAcct
protected Party35Choice ultmtCdtr
protected Party35Choice tradgPty
protected java.util.List<ProprietaryParty4> prtry
public Party35Choice getInitgPty()
Party35Choice
public void setInitgPty(Party35Choice value)
value
- allowed object is
Party35Choice
public Party35Choice getDbtr()
Party35Choice
public void setDbtr(Party35Choice value)
value
- allowed object is
Party35Choice
public CashAccount24 getDbtrAcct()
CashAccount24
public void setDbtrAcct(CashAccount24 value)
value
- allowed object is
CashAccount24
public Party35Choice getUltmtDbtr()
Party35Choice
public void setUltmtDbtr(Party35Choice value)
value
- allowed object is
Party35Choice
public Party35Choice getCdtr()
Party35Choice
public void setCdtr(Party35Choice value)
value
- allowed object is
Party35Choice
public CashAccount24 getCdtrAcct()
CashAccount24
public void setCdtrAcct(CashAccount24 value)
value
- allowed object is
CashAccount24
public Party35Choice getUltmtCdtr()
Party35Choice
public void setUltmtCdtr(Party35Choice value)
value
- allowed object is
Party35Choice
public Party35Choice getTradgPty()
Party35Choice
public void setTradgPty(Party35Choice value)
value
- allowed object is
Party35Choice
public java.util.List<ProprietaryParty4> getPrtry()
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
ProprietaryParty4
Copyright © 2018. All rights reserved.