public class AccountIdentification3Choice extends Object
Java class for AccountIdentification3Choice complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AccountIdentification3Choice">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<choice>
<element name="IBAN" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.01}IBANIdentifier"/>
<element name="BBAN" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.01}BBANIdentifier"/>
<element name="UPIC" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.01}UPICIdentifier"/>
<element name="PrtryAcct" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.01}SimpleIdentificationInformation2"/>
</choice>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
bban |
protected String |
iban |
protected SimpleIdentificationInformation2 |
prtryAcct |
protected String |
upic |
| Constructor and Description |
|---|
AccountIdentification3Choice() |
| Modifier and Type | Method and Description |
|---|---|
String |
getBBAN()
Gets the value of the bban property.
|
String |
getIBAN()
Gets the value of the iban property.
|
SimpleIdentificationInformation2 |
getPrtryAcct()
Gets the value of the prtryAcct property.
|
String |
getUPIC()
Gets the value of the upic property.
|
void |
setBBAN(String value)
Sets the value of the bban property.
|
void |
setIBAN(String value)
Sets the value of the iban property.
|
void |
setPrtryAcct(SimpleIdentificationInformation2 value)
Sets the value of the prtryAcct property.
|
void |
setUPIC(String value)
Sets the value of the upic property.
|
protected String iban
protected String bban
protected String upic
protected SimpleIdentificationInformation2 prtryAcct
public String getIBAN()
Stringpublic void setIBAN(String value)
value - allowed object is
Stringpublic String getBBAN()
Stringpublic void setBBAN(String value)
value - allowed object is
Stringpublic String getUPIC()
Stringpublic void setUPIC(String value)
value - allowed object is
Stringpublic SimpleIdentificationInformation2 getPrtryAcct()
SimpleIdentificationInformation2public void setPrtryAcct(SimpleIdentificationInformation2 value)
value - allowed object is
SimpleIdentificationInformation2Copyright © 2019. All rights reserved.