public class OrganisationIdentificationSEPAChoice
extends java.lang.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 | Description |
---|---|---|
protected java.lang.String |
bei |
|
protected java.lang.String |
bic |
|
protected java.lang.String |
bkPtyId |
|
protected java.lang.String |
duns |
|
protected java.lang.String |
eangln |
|
protected java.lang.String |
ibei |
|
protected GenericIdentification3 |
prtryId |
|
protected java.lang.String |
taxIdNb |
|
protected java.lang.String |
uschu |
Constructor | Description |
---|---|
OrganisationIdentificationSEPAChoice() |
Modifier and Type | Method | Description |
---|---|---|
java.lang.String |
getBEI() |
Gets the value of the bei property.
|
java.lang.String |
getBIC() |
Gets the value of the bic property.
|
java.lang.String |
getBkPtyId() |
Gets the value of the bkPtyId property.
|
java.lang.String |
getDUNS() |
Gets the value of the duns property.
|
java.lang.String |
getEANGLN() |
Gets the value of the eangln property.
|
java.lang.String |
getIBEI() |
Gets the value of the ibei property.
|
GenericIdentification3 |
getPrtryId() |
Gets the value of the prtryId property.
|
java.lang.String |
getTaxIdNb() |
Gets the value of the taxIdNb property.
|
java.lang.String |
getUSCHU() |
Gets the value of the uschu property.
|
void |
setBEI(java.lang.String value) |
Sets the value of the bei property.
|
void |
setBIC(java.lang.String value) |
Sets the value of the bic property.
|
void |
setBkPtyId(java.lang.String value) |
Sets the value of the bkPtyId property.
|
void |
setDUNS(java.lang.String value) |
Sets the value of the duns property.
|
void |
setEANGLN(java.lang.String value) |
Sets the value of the eangln property.
|
void |
setIBEI(java.lang.String value) |
Sets the value of the ibei property.
|
void |
setPrtryId(GenericIdentification3 value) |
Sets the value of the prtryId property.
|
void |
setTaxIdNb(java.lang.String value) |
Sets the value of the taxIdNb property.
|
void |
setUSCHU(java.lang.String value) |
Sets the value of the uschu property.
|
protected java.lang.String bic
protected java.lang.String ibei
protected java.lang.String bei
protected java.lang.String eangln
protected java.lang.String uschu
protected java.lang.String duns
protected java.lang.String bkPtyId
protected java.lang.String taxIdNb
protected GenericIdentification3 prtryId
public OrganisationIdentificationSEPAChoice()
public java.lang.String getBIC()
String
public void setBIC(java.lang.String value)
value
- allowed object is
String
public java.lang.String getIBEI()
String
public void setIBEI(java.lang.String value)
value
- allowed object is
String
public java.lang.String getBEI()
String
public void setBEI(java.lang.String value)
value
- allowed object is
String
public java.lang.String getEANGLN()
String
public void setEANGLN(java.lang.String value)
value
- allowed object is
String
public java.lang.String getUSCHU()
String
public void setUSCHU(java.lang.String value)
value
- allowed object is
String
public java.lang.String getDUNS()
String
public void setDUNS(java.lang.String value)
value
- allowed object is
String
public java.lang.String getBkPtyId()
String
public void setBkPtyId(java.lang.String value)
value
- allowed object is
String
public java.lang.String getTaxIdNb()
String
public void setTaxIdNb(java.lang.String value)
value
- allowed object is
String
public GenericIdentification3 getPrtryId()
GenericIdentification3
public void setPrtryId(GenericIdentification3 value)
value
- allowed object is
GenericIdentification3
Copyright © 2018. All rights reserved.