Class OrganisationIdentification2
- java.lang.Object
-
- org.kapott.hbci.sepa.jaxb.pain_001_001_02.OrganisationIdentification2
-
public class OrganisationIdentification2 extends java.lang.ObjectJava class for OrganisationIdentification2 complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="OrganisationIdentification2"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="BIC" type="{urn:sepade:xsd:pain.001.001.02}BICIdentifier" minOccurs="0"/> <element name="IBEI" type="{urn:sepade:xsd:pain.001.001.02}IBEIIdentifier" minOccurs="0"/> <element name="BEI" type="{urn:sepade:xsd:pain.001.001.02}BEIIdentifier" minOccurs="0"/> <element name="EANGLN" type="{urn:sepade:xsd:pain.001.001.02}EANGLNIdentifier" minOccurs="0"/> <element name="USCHU" type="{urn:sepade:xsd:pain.001.001.02}CHIPSUniversalIdentifier" minOccurs="0"/> <element name="DUNS" type="{urn:sepade:xsd:pain.001.001.02}DunsIdentifier" minOccurs="0"/> <element name="BkPtyId" type="{urn:sepade:xsd:pain.001.001.02}Max35Text" minOccurs="0"/> <element name="TaxIdNb" type="{urn:sepade:xsd:pain.001.001.02}Max35Text" minOccurs="0"/> <element name="PrtryId" type="{urn:sepade:xsd:pain.001.001.02}GenericIdentification3" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.Stringbeiprotected java.lang.Stringbicprotected java.lang.StringbkPtyIdprotected java.lang.Stringdunsprotected java.lang.Stringeanglnprotected java.lang.Stringibeiprotected GenericIdentification3prtryIdprotected java.lang.StringtaxIdNbprotected java.lang.Stringuschu
-
Constructor Summary
Constructors Constructor Description OrganisationIdentification2()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetBEI()Gets the value of the bei property.java.lang.StringgetBIC()Gets the value of the bic property.java.lang.StringgetBkPtyId()Gets the value of the bkPtyId property.java.lang.StringgetDUNS()Gets the value of the duns property.java.lang.StringgetEANGLN()Gets the value of the eangln property.java.lang.StringgetIBEI()Gets the value of the ibei property.GenericIdentification3getPrtryId()Gets the value of the prtryId property.java.lang.StringgetTaxIdNb()Gets the value of the taxIdNb property.java.lang.StringgetUSCHU()Gets the value of the uschu property.voidsetBEI(java.lang.String value)Sets the value of the bei property.voidsetBIC(java.lang.String value)Sets the value of the bic property.voidsetBkPtyId(java.lang.String value)Sets the value of the bkPtyId property.voidsetDUNS(java.lang.String value)Sets the value of the duns property.voidsetEANGLN(java.lang.String value)Sets the value of the eangln property.voidsetIBEI(java.lang.String value)Sets the value of the ibei property.voidsetPrtryId(GenericIdentification3 value)Sets the value of the prtryId property.voidsetTaxIdNb(java.lang.String value)Sets the value of the taxIdNb property.voidsetUSCHU(java.lang.String value)Sets the value of the uschu property.
-
-
-
Field Detail
-
bic
protected java.lang.String bic
-
ibei
protected java.lang.String ibei
-
bei
protected java.lang.String bei
-
eangln
protected java.lang.String eangln
-
uschu
protected java.lang.String uschu
-
duns
protected java.lang.String duns
-
bkPtyId
protected java.lang.String bkPtyId
-
taxIdNb
protected java.lang.String taxIdNb
-
prtryId
protected GenericIdentification3 prtryId
-
-
Method Detail
-
getBIC
public java.lang.String getBIC()
Gets the value of the bic property.- Returns:
- possible object is
String
-
setBIC
public void setBIC(java.lang.String value)
Sets the value of the bic property.- Parameters:
value- allowed object isString
-
getIBEI
public java.lang.String getIBEI()
Gets the value of the ibei property.- Returns:
- possible object is
String
-
setIBEI
public void setIBEI(java.lang.String value)
Sets the value of the ibei property.- Parameters:
value- allowed object isString
-
getBEI
public java.lang.String getBEI()
Gets the value of the bei property.- Returns:
- possible object is
String
-
setBEI
public void setBEI(java.lang.String value)
Sets the value of the bei property.- Parameters:
value- allowed object isString
-
getEANGLN
public java.lang.String getEANGLN()
Gets the value of the eangln property.- Returns:
- possible object is
String
-
setEANGLN
public void setEANGLN(java.lang.String value)
Sets the value of the eangln property.- Parameters:
value- allowed object isString
-
getUSCHU
public java.lang.String getUSCHU()
Gets the value of the uschu property.- Returns:
- possible object is
String
-
setUSCHU
public void setUSCHU(java.lang.String value)
Sets the value of the uschu property.- Parameters:
value- allowed object isString
-
getDUNS
public java.lang.String getDUNS()
Gets the value of the duns property.- Returns:
- possible object is
String
-
setDUNS
public void setDUNS(java.lang.String value)
Sets the value of the duns property.- Parameters:
value- allowed object isString
-
getBkPtyId
public java.lang.String getBkPtyId()
Gets the value of the bkPtyId property.- Returns:
- possible object is
String
-
setBkPtyId
public void setBkPtyId(java.lang.String value)
Sets the value of the bkPtyId property.- Parameters:
value- allowed object isString
-
getTaxIdNb
public java.lang.String getTaxIdNb()
Gets the value of the taxIdNb property.- Returns:
- possible object is
String
-
setTaxIdNb
public void setTaxIdNb(java.lang.String value)
Sets the value of the taxIdNb property.- Parameters:
value- allowed object isString
-
getPrtryId
public GenericIdentification3 getPrtryId()
Gets the value of the prtryId property.- Returns:
- possible object is
GenericIdentification3
-
setPrtryId
public void setPrtryId(GenericIdentification3 value)
Sets the value of the prtryId property.- Parameters:
value- allowed object isGenericIdentification3
-
-