public class OrganisationIdentificationSEPAChoice extends Object
Java class for OrganisationIdentificationSEPAChoice complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="OrganisationIdentificationSEPAChoice">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<choice>
<element name="BIC" type="{urn:swift:xsd:$pain.002.002.02}BICIdentifier"/>
<element name="IBEI" type="{urn:swift:xsd:$pain.002.002.02}IBEIIdentifier"/>
<element name="BEI" type="{urn:swift:xsd:$pain.002.002.02}BEIIdentifier"/>
<element name="EANGLN" type="{urn:swift:xsd:$pain.002.002.02}EANGLNIdentifier"/>
<element name="USCHU" type="{urn:swift:xsd:$pain.002.002.02}CHIPSUniversalIdentifier"/>
<element name="DUNS" type="{urn:swift:xsd:$pain.002.002.02}DunsIdentifier"/>
<element name="BkPtyId" type="{urn:swift:xsd:$pain.002.002.02}Max35Text"/>
<element name="TaxIdNb" type="{urn:swift:xsd:$pain.002.002.02}Max35Text"/>
<element name="PrtryId" type="{urn:swift:xsd:$pain.002.002.02}GenericIdentification3"/>
</choice>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
bei |
protected String |
bic |
protected String |
bkPtyId |
protected String |
duns |
protected String |
eangln |
protected String |
ibei |
protected GenericIdentification3 |
prtryId |
protected String |
taxIdNb |
protected String |
uschu |
| Constructor and Description |
|---|
OrganisationIdentificationSEPAChoice() |
| Modifier and Type | Method and Description |
|---|---|
String |
getBEI()
Gets the value of the bei property.
|
String |
getBIC()
Gets the value of the bic property.
|
String |
getBkPtyId()
Gets the value of the bkPtyId property.
|
String |
getDUNS()
Gets the value of the duns property.
|
String |
getEANGLN()
Gets the value of the eangln property.
|
String |
getIBEI()
Gets the value of the ibei property.
|
GenericIdentification3 |
getPrtryId()
Gets the value of the prtryId property.
|
String |
getTaxIdNb()
Gets the value of the taxIdNb property.
|
String |
getUSCHU()
Gets the value of the uschu property.
|
void |
setBEI(String value)
Sets the value of the bei property.
|
void |
setBIC(String value)
Sets the value of the bic property.
|
void |
setBkPtyId(String value)
Sets the value of the bkPtyId property.
|
void |
setDUNS(String value)
Sets the value of the duns property.
|
void |
setEANGLN(String value)
Sets the value of the eangln property.
|
void |
setIBEI(String value)
Sets the value of the ibei property.
|
void |
setPrtryId(GenericIdentification3 value)
Sets the value of the prtryId property.
|
void |
setTaxIdNb(String value)
Sets the value of the taxIdNb property.
|
void |
setUSCHU(String value)
Sets the value of the uschu property.
|
protected String bic
protected String ibei
protected String bei
protected String eangln
protected String uschu
protected String duns
protected String bkPtyId
protected String taxIdNb
protected GenericIdentification3 prtryId
public OrganisationIdentificationSEPAChoice()
public String getBIC()
Stringpublic void setBIC(String value)
value - allowed object is
Stringpublic String getIBEI()
Stringpublic void setIBEI(String value)
value - allowed object is
Stringpublic String getBEI()
Stringpublic void setBEI(String value)
value - allowed object is
Stringpublic String getEANGLN()
Stringpublic void setEANGLN(String value)
value - allowed object is
Stringpublic String getUSCHU()
Stringpublic void setUSCHU(String value)
value - allowed object is
Stringpublic String getDUNS()
Stringpublic void setDUNS(String value)
value - allowed object is
Stringpublic String getBkPtyId()
Stringpublic void setBkPtyId(String value)
value - allowed object is
Stringpublic String getTaxIdNb()
Stringpublic void setTaxIdNb(String value)
value - allowed object is
Stringpublic GenericIdentification3 getPrtryId()
GenericIdentification3public void setPrtryId(GenericIdentification3 value)
value - allowed object is
GenericIdentification3Copyright © 2019. All rights reserved.