Class OrganisationINType
java.lang.Object
software.xdev.bzst.dip.client.xmldocument.model.OrganisationINType
This is the identification number/identification code for the Entity in question. As the identifier may be not
strictly numeric, it is just defined as a string of characters. Attribute 'issuedBy' is required to designate the
issuer of the identifier. Attribute 'INType' defines the type of identification number.
Java class for OrganisationIN_Type complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="OrganisationIN_Type">
<simpleContent>
<extension base="<urn:oecd:ties:dpistf:v1>StringMin1Max200_Type">
<attribute name="issuedBy" type="{urn:oecd:ties:isodpitypes:v1}CountryCode_Type" />
<attribute name="INType" use="required" type="{urn:oecd:ties:dpi:v1}INType_EnumType" />
</extension>
</simpleContent>
</complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected INTypeEnumTypeprotected CountryCodeTypeprotected String -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the inType property.Gets the value of the issuedBy property.getValue()Defines a string with minimum length 1 and maximum length of 200.voidsetINType(INTypeEnumType value) Sets the value of the inType property.voidsetIssuedBy(CountryCodeType value) Sets the value of the issuedBy property.voidSets the value of the value property.
-
Field Details
-
value
-
issuedBy
-
inType
-
-
Constructor Details
-
OrganisationINType
public OrganisationINType()
-
-
Method Details
-
getValue
Defines a string with minimum length 1 and maximum length of 200.- Returns:
- possible object is
String
-
setValue
Sets the value of the value property.- Parameters:
value- allowed object isString
-
getIssuedBy
Gets the value of the issuedBy property.- Returns:
- possible object is
CountryCodeType
-
setIssuedBy
Sets the value of the issuedBy property.- Parameters:
value- allowed object isCountryCodeType
-
getINType
Gets the value of the inType property.- Returns:
- possible object is
INTypeEnumType
-
setINType
Sets the value of the inType property.- Parameters:
value- allowed object isINTypeEnumType
-