public class AccountIdentification3Choice
extends java.lang.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 | Description |
---|---|---|
protected java.lang.String |
bban |
|
protected java.lang.String |
iban |
|
protected SimpleIdentificationInformation2 |
prtryAcct |
|
protected java.lang.String |
upic |
Constructor | Description |
---|---|
AccountIdentification3Choice() |
Modifier and Type | Method | Description |
---|---|---|
java.lang.String |
getBBAN() |
Gets the value of the bban property.
|
java.lang.String |
getIBAN() |
Gets the value of the iban property.
|
SimpleIdentificationInformation2 |
getPrtryAcct() |
Gets the value of the prtryAcct property.
|
java.lang.String |
getUPIC() |
Gets the value of the upic property.
|
void |
setBBAN(java.lang.String value) |
Sets the value of the bban property.
|
void |
setIBAN(java.lang.String value) |
Sets the value of the iban property.
|
void |
setPrtryAcct(SimpleIdentificationInformation2 value) |
Sets the value of the prtryAcct property.
|
void |
setUPIC(java.lang.String value) |
Sets the value of the upic property.
|
protected java.lang.String iban
protected java.lang.String bban
protected java.lang.String upic
protected SimpleIdentificationInformation2 prtryAcct
public java.lang.String getIBAN()
String
public void setIBAN(java.lang.String value)
value
- allowed object is
String
public java.lang.String getBBAN()
String
public void setBBAN(java.lang.String value)
value
- allowed object is
String
public java.lang.String getUPIC()
String
public void setUPIC(java.lang.String value)
value
- allowed object is
String
public SimpleIdentificationInformation2 getPrtryAcct()
SimpleIdentificationInformation2
public void setPrtryAcct(SimpleIdentificationInformation2 value)
value
- allowed object is
SimpleIdentificationInformation2
Copyright © 2018. All rights reserved.