Class OrganisationIdentification2
java.lang.Object
org.kapott.hbci.sepa.jaxb.camt_052_001_01.OrganisationIdentification2
Java 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:iso:std:iso:20022:tech:xsd:camt.052.001.01}BICIdentifier" minOccurs="0"/>
<element name="IBEI" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.01}IBEIIdentifier" minOccurs="0"/>
<element name="BEI" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.01}BEIIdentifier" minOccurs="0"/>
<element name="EANGLN" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.01}EANGLNIdentifier" minOccurs="0"/>
<element name="USCHU" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.01}CHIPSUniversalIdentifier" minOccurs="0"/>
<element name="DUNS" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.01}DunsIdentifier" minOccurs="0"/>
<element name="BkPtyId" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.01}Max35Text" minOccurs="0"/>
<element name="TaxIdNb" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.01}Max35Text" minOccurs="0"/>
<element name="PrtryId" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.01}GenericIdentification3" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetBEI()Gets the value of the bei property.getBIC()Gets the value of the bic property.Gets the value of the bkPtyId property.getDUNS()Gets the value of the duns property.Gets the value of the eangln property.getIBEI()Gets the value of the ibei property.Gets the value of the prtryId property.Gets the value of the taxIdNb property.getUSCHU()Gets the value of the uschu property.voidSets the value of the bei property.voidSets the value of the bic property.voidsetBkPtyId(String value) Sets the value of the bkPtyId property.voidSets the value of the duns property.voidSets the value of the eangln property.voidSets the value of the ibei property.voidsetPrtryId(GenericIdentification3 value) Sets the value of the prtryId property.voidsetTaxIdNb(String value) Sets the value of the taxIdNb property.voidSets the value of the uschu property.
-
Field Details
-
bic
-
ibei
-
bei
-
eangln
-
uschu
-
duns
-
bkPtyId
-
taxIdNb
-
prtryId
-
-
Constructor Details
-
OrganisationIdentification2
public OrganisationIdentification2()
-
-
Method Details
-
getBIC
-
setBIC
-
getIBEI
-
setIBEI
-
getBEI
-
setBEI
-
getEANGLN
-
setEANGLN
-
getUSCHU
-
setUSCHU
-
getDUNS
-
setDUNS
-
getBkPtyId
-
setBkPtyId
-
getTaxIdNb
-
setTaxIdNb
-
getPrtryId
Gets the value of the prtryId property.- Returns:
- possible object is
GenericIdentification3
-
setPrtryId
Sets the value of the prtryId property.- Parameters:
value- allowed object isGenericIdentification3
-