Class TINType
java.lang.Object
software.xdev.bzst.dip.client.xmldocument.model.TINType
This is the identification number/identification code for the party 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.
Java class for TIN_Type complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TIN_Type">
<simpleContent>
<extension base="<urn:oecd:ties:dpistf:v1>StringMin0Max200_Type">
<attribute name="issuedBy" type="{urn:oecd:ties:isodpitypes:v1}CountryCode_Type" />
<attribute name="unknown" type="{http://www.w3.org/2001/XMLSchema}boolean" />
</extension>
</simpleContent>
</complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the issuedBy property.getValue()Defines a string with minimum length 0 and maximum length of 200.Gets the value of the unknown property.voidsetIssuedBy(CountryCodeType value) Sets the value of the issuedBy property.voidsetUnknown(Boolean value) Sets the value of the unknown property.voidSets the value of the value property.
-
Field Details
-
value
-
issuedBy
-
unknown
-
-
Constructor Details
-
TINType
public TINType()
-
-
Method Details
-
getValue
Defines a string with minimum length 0 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
-
isUnknown
Gets the value of the unknown property.- Returns:
- possible object is
Boolean
-
setUnknown
Sets the value of the unknown property.- Parameters:
value- allowed object isBoolean
-