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