Class OrganisationIdentification2
java.lang.Object
org.coderic.iso20022.messages.tsin.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:tsin.013.001.01}BICIdentifier" minOccurs="0"/> <element name="IBEI" type="{urn:iso:std:iso:20022:tech:xsd:tsin.013.001.01}IBEIIdentifier" minOccurs="0"/> <element name="BEI" type="{urn:iso:std:iso:20022:tech:xsd:tsin.013.001.01}BEIIdentifier" minOccurs="0"/> <element name="EANGLN" type="{urn:iso:std:iso:20022:tech:xsd:tsin.013.001.01}EANGLNIdentifier" minOccurs="0"/> <element name="USCHU" type="{urn:iso:std:iso:20022:tech:xsd:tsin.013.001.01}CHIPSUniversalIdentifier" minOccurs="0"/> <element name="DUNS" type="{urn:iso:std:iso:20022:tech:xsd:tsin.013.001.01}DunsIdentifier" minOccurs="0"/> <element name="BkPtyId" type="{urn:iso:std:iso:20022:tech:xsd:tsin.013.001.01}Max35Text" minOccurs="0"/> <element name="TaxIdNb" type="{urn:iso:std:iso:20022:tech:xsd:tsin.013.001.01}Max35Text" minOccurs="0"/> <element name="PrtryId" type="{urn:iso:std:iso:20022:tech:xsd:tsin.013.001.01}GenericIdentification3" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
Constructor Summary
-
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.void
Sets the value of the bei property.void
Sets the value of the bic property.void
setBkPtyId
(String value) Sets the value of the bkPtyId property.void
Sets the value of the duns property.void
Sets the value of the eangln property.void
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
Sets the value of the uschu property.
-
Constructor Details
-
OrganisationIdentification2
public OrganisationIdentification2()
-
-
Method Details
-
getBIC
Gets the value of the bic property.- Returns:
- possible object is
String
-
setBIC
Sets the value of the bic property.- Parameters:
value
- allowed object isString
-
getIBEI
Gets the value of the ibei property.- Returns:
- possible object is
String
-
setIBEI
Sets the value of the ibei property.- Parameters:
value
- allowed object isString
-
getBEI
Gets the value of the bei property.- Returns:
- possible object is
String
-
setBEI
Sets the value of the bei property.- Parameters:
value
- allowed object isString
-
getEANGLN
Gets the value of the eangln property.- Returns:
- possible object is
String
-
setEANGLN
Sets the value of the eangln property.- Parameters:
value
- allowed object isString
-
getUSCHU
Gets the value of the uschu property.- Returns:
- possible object is
String
-
setUSCHU
Sets the value of the uschu property.- Parameters:
value
- allowed object isString
-
getDUNS
Gets the value of the duns property.- Returns:
- possible object is
String
-
setDUNS
Sets the value of the duns property.- Parameters:
value
- allowed object isString
-
getBkPtyId
Gets the value of the bkPtyId property.- Returns:
- possible object is
String
-
setBkPtyId
Sets the value of the bkPtyId property.- Parameters:
value
- allowed object isString
-
getTaxIdNb
Gets the value of the taxIdNb property.- Returns:
- possible object is
String
-
setTaxIdNb
Sets the value of the taxIdNb property.- Parameters:
value
- allowed object isString
-
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
-