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