public class Party12Choice extends Object
Java class for Party12Choice complex type.
The following schema fragment specifies the expected content contained within this class.
<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()
Gets the value of the agt property.
|
PartyIdentification43 |
getPty()
Gets the value of the pty property.
|
void |
setAgt(BranchAndFinancialInstitutionIdentification5 value)
Sets the value of the agt property.
|
void |
setPty(PartyIdentification43 value)
Sets the value of the pty property.
|
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 © 2018. All rights reserved.