Class OrganisationIdentificationSCTChoice
java.lang.Object
org.kapott.hbci.sepa.jaxb.pain_001_002_02.OrganisationIdentificationSCTChoice
Java class for OrganisationIdentificationSCTChoice complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="OrganisationIdentificationSCTChoice">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<choice>
<element name="BIC" type="{urn:swift:xsd:$pain.001.002.02}BICIdentifier"/>
<element name="IBEI" type="{urn:swift:xsd:$pain.001.002.02}IBEIIdentifier"/>
<element name="BEI" type="{urn:swift:xsd:$pain.001.002.02}BEIIdentifier"/>
<element name="EANGLN" type="{urn:swift:xsd:$pain.001.002.02}EANGLNIdentifier"/>
<element name="USCHU" type="{urn:swift:xsd:$pain.001.002.02}CHIPSUniversalIdentifier"/>
<element name="DUNS" type="{urn:swift:xsd:$pain.001.002.02}DunsIdentifier"/>
<element name="BkPtyId" type="{urn:swift:xsd:$pain.001.002.02}Max35Text"/>
<element name="TaxIdNb" type="{urn:swift:xsd:$pain.001.002.02}Max35Text"/>
<element name="PrtryId" type="{urn:swift:xsd:$pain.001.002.02}GenericIdentification3"/>
</choice>
</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
-
OrganisationIdentificationSCTChoice
public OrganisationIdentificationSCTChoice()
-
-
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
-