public class Party12Choice extends Object
Java-Klasse für Party12Choice complex type.
Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
<complexType name="Party12Choice">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<choice>
<element name="Pty" type="{urn:iso:std:iso:20022:tech:xsd:camt.060.001.03}PartyIdentification43"/>
<element name="Agt" type="{urn:iso:std:iso:20022:tech:xsd:camt.060.001.03}BranchAndFinancialInstitutionIdentification5"/>
</choice>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected BranchAndFinancialInstitutionIdentification5 |
agt |
protected PartyIdentification43 |
pty |
| Constructor and Description |
|---|
Party12Choice() |
| Modifier and Type | Method and Description |
|---|---|
BranchAndFinancialInstitutionIdentification5 |
getAgt()
Ruft den Wert der agt-Eigenschaft ab.
|
PartyIdentification43 |
getPty()
Ruft den Wert der pty-Eigenschaft ab.
|
void |
setAgt(BranchAndFinancialInstitutionIdentification5 value)
Legt den Wert der agt-Eigenschaft fest.
|
void |
setPty(PartyIdentification43 value)
Legt den Wert der pty-Eigenschaft fest.
|
protected PartyIdentification43 pty
protected BranchAndFinancialInstitutionIdentification5 agt
public PartyIdentification43 getPty()
PartyIdentification43public void setPty(PartyIdentification43 value)
value - allowed object is
PartyIdentification43public BranchAndFinancialInstitutionIdentification5 getAgt()
BranchAndFinancialInstitutionIdentification5public void setAgt(BranchAndFinancialInstitutionIdentification5 value)
value - allowed object is
BranchAndFinancialInstitutionIdentification5Copyright © 2017. All rights reserved.