Class TransactionParties3
java.lang.Object
org.kapott.hbci.sepa.jaxb.camt_052_001_05.TransactionParties3
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.05}PartyIdentification43" minOccurs="0"/>
<element name="Dbtr" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.05}PartyIdentification43" minOccurs="0"/>
<element name="DbtrAcct" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.05}CashAccount24" minOccurs="0"/>
<element name="UltmtDbtr" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.05}PartyIdentification43" minOccurs="0"/>
<element name="Cdtr" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.05}PartyIdentification43" minOccurs="0"/>
<element name="CdtrAcct" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.05}CashAccount24" minOccurs="0"/>
<element name="UltmtCdtr" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.05}PartyIdentification43" minOccurs="0"/>
<element name="TradgPty" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.05}PartyIdentification43" minOccurs="0"/>
<element name="Prtry" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.05}ProprietaryParty3" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected PartyIdentification43protected CashAccount24protected PartyIdentification43protected CashAccount24protected PartyIdentification43protected List<ProprietaryParty3> protected PartyIdentification43protected PartyIdentification43protected PartyIdentification43 -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetCdtr()Gets the value of the cdtr property.Gets the value of the cdtrAcct property.getDbtr()Gets the value of the dbtr property.Gets the value of the dbtrAcct property.Gets the value of the initgPty property.getPrtry()Gets the value of the prtry property.Gets the value of the tradgPty property.Gets the value of the ultmtCdtr property.Gets the value of the ultmtDbtr property.voidsetCdtr(PartyIdentification43 value) Sets the value of the cdtr property.voidsetCdtrAcct(CashAccount24 value) Sets the value of the cdtrAcct property.voidsetDbtr(PartyIdentification43 value) Sets the value of the dbtr property.voidsetDbtrAcct(CashAccount24 value) Sets the value of the dbtrAcct property.voidsetInitgPty(PartyIdentification43 value) Sets the value of the initgPty property.voidsetTradgPty(PartyIdentification43 value) Sets the value of the tradgPty property.voidSets the value of the ultmtCdtr property.voidSets the value of the ultmtDbtr property.
-
Field Details
-
initgPty
-
dbtr
-
dbtrAcct
-
ultmtDbtr
-
cdtr
-
cdtrAcct
-
ultmtCdtr
-
tradgPty
-
prtry
-
-
Constructor Details
-
TransactionParties3
public TransactionParties3()
-
-
Method Details
-
getInitgPty
Gets the value of the initgPty property.- Returns:
- possible object is
PartyIdentification43
-
setInitgPty
Sets the value of the initgPty property.- Parameters:
value- allowed object isPartyIdentification43
-
getDbtr
Gets the value of the dbtr property.- Returns:
- possible object is
PartyIdentification43
-
setDbtr
Sets the value of the dbtr property.- Parameters:
value- allowed object isPartyIdentification43
-
getDbtrAcct
Gets the value of the dbtrAcct property.- Returns:
- possible object is
CashAccount24
-
setDbtrAcct
Sets the value of the dbtrAcct property.- Parameters:
value- allowed object isCashAccount24
-
getUltmtDbtr
Gets the value of the ultmtDbtr property.- Returns:
- possible object is
PartyIdentification43
-
setUltmtDbtr
Sets the value of the ultmtDbtr property.- Parameters:
value- allowed object isPartyIdentification43
-
getCdtr
Gets the value of the cdtr property.- Returns:
- possible object is
PartyIdentification43
-
setCdtr
Sets the value of the cdtr property.- Parameters:
value- allowed object isPartyIdentification43
-
getCdtrAcct
Gets the value of the cdtrAcct property.- Returns:
- possible object is
CashAccount24
-
setCdtrAcct
Sets the value of the cdtrAcct property.- Parameters:
value- allowed object isCashAccount24
-
getUltmtCdtr
Gets the value of the ultmtCdtr property.- Returns:
- possible object is
PartyIdentification43
-
setUltmtCdtr
Sets the value of the ultmtCdtr property.- Parameters:
value- allowed object isPartyIdentification43
-
getTradgPty
Gets the value of the tradgPty property.- Returns:
- possible object is
PartyIdentification43
-
setTradgPty
Sets the value of the tradgPty property.- Parameters:
value- allowed object isPartyIdentification43
-
getPrtry
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 JAXB object. This is why there is not a
setmethod 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
-