public class TINType extends Object
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:globestf:v5>StringMin1Max200_Type">
<attribute name="issuedBy" type="{urn:oecd:ties:isoglobetypes:v1}CountryCode_Type" />
<attribute name="unknown" type="{http://www.w3.org/2001/XMLSchema}boolean" />
<attribute name="TypeOfTIN" type="{urn:oecd:ties:globe:v2}TIN_EnumType" />
</extension>
</simpleContent>
</complexType>
| Modifier and Type | Field | Description |
|---|---|---|
protected CountryCodeType |
issuedBy |
|
protected TINEnumType |
typeOfTIN |
|
protected Boolean |
unknown |
|
protected @Size(min=1,max=200) String |
value |
| Constructor | Description |
|---|---|
TINType() |
| Modifier and Type | Method | Description |
|---|---|---|
CountryCodeType |
getIssuedBy() |
Gets the value of the issuedBy property.
|
TINEnumType |
getTypeOfTIN() |
Gets the value of the typeOfTIN property.
|
Boolean |
getUnknown() |
Gets the value of the unknown property.
|
String |
getValue() |
Defines a string with minimum length 1 and maximum length of 200
|
void |
setIssuedBy(CountryCodeType value) |
Sets the value of the issuedBy property.
|
void |
setTypeOfTIN(TINEnumType value) |
Sets the value of the typeOfTIN property.
|
void |
setUnknown(Boolean value) |
Sets the value of the unknown property.
|
void |
setValue(String value) |
Sets the value of the value property.
|
@Size(min=1,
max=200)
protected @Size(min=1,max=200) String value
protected CountryCodeType issuedBy
protected Boolean unknown
protected TINEnumType typeOfTIN
public String getValue()
Stringpublic void setValue(String value)
value - allowed object is
Stringpublic CountryCodeType getIssuedBy()
CountryCodeTypepublic void setIssuedBy(CountryCodeType value)
value - allowed object is
CountryCodeTypepublic Boolean getUnknown()
Booleanpublic void setUnknown(Boolean value)
value - allowed object is
Booleanpublic TINEnumType getTypeOfTIN()
TINEnumTypepublic void setTypeOfTIN(TINEnumType value)
value - allowed object is
TINEnumTypeCopyright © 2025. All rights reserved.