public class IDType extends Object
Java class for ID_Type complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ID_Type">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Name" type="{urn:oecd:ties:globestf:v5}StringMin1Max200_Type"/>
<element name="ResCountryCode" type="{urn:oecd:ties:isoglobetypes:v1}CountryCode_Type" maxOccurs="unbounded"/>
<element name="TIN" type="{urn:oecd:ties:globe:v2}TIN_Type" maxOccurs="unbounded"/>
<element name="Rules" type="{urn:oecd:ties:globe:v2}IDTypeRules_EnumType" maxOccurs="unbounded"/>
<element name="GlobeStatus" type="{urn:oecd:ties:globe:v2}IDTypeGloBEStatus_EnumType" maxOccurs="unbounded"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field | Description |
|---|---|---|
protected @NotNull @Size(min=1) List<IDTypeGloBEStatusEnumType> |
globeStatus |
|
protected @NotNull @Size(min=1,max=200) String |
name |
|
protected @NotNull @Size(min=1) List<CountryCodeType> |
resCountryCode |
|
protected @NotNull @Size(min=1) List<IDTypeRulesEnumType> |
rules |
|
protected @NotNull @Size(min=1) @Valid List<TINType> |
tin |
| Constructor | Description |
|---|---|
IDType() |
| Modifier and Type | Method | Description |
|---|---|---|
List<IDTypeGloBEStatusEnumType> |
getGlobeStatus() |
Gets the value of the globeStatus property.
|
String |
getName() |
Gets the value of the name property.
|
List<CountryCodeType> |
getResCountryCode() |
Gets the value of the resCountryCode property.
|
List<IDTypeRulesEnumType> |
getRules() |
Gets the value of the rules property.
|
List<TINType> |
getTIN() |
Gets the value of the tin property.
|
void |
setName(String value) |
Sets the value of the name property.
|
@NotNull
@Size(min=1,
max=200)
protected @NotNull @Size(min=1,max=200) String name
@NotNull @Size(min=1) protected @NotNull @Size(min=1) List<CountryCodeType> resCountryCode
@NotNull @Size(min=1) protected @NotNull @Size(min=1) List<IDTypeRulesEnumType> rules
@NotNull @Size(min=1) protected @NotNull @Size(min=1) List<IDTypeGloBEStatusEnumType> globeStatus
public String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic List<CountryCodeType> getResCountryCode()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the resCountryCode property.
For example, to add a new item, do as follows:
getResCountryCode().add(newItem);
Objects of the following type(s) are allowed in the list
CountryCodeType
public List<TINType> getTIN()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the tin property.
For example, to add a new item, do as follows:
getTIN().add(newItem);
Objects of the following type(s) are allowed in the list
TINType
public List<IDTypeRulesEnumType> getRules()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the rules property.
For example, to add a new item, do as follows:
getRules().add(newItem);
Objects of the following type(s) are allowed in the list
IDTypeRulesEnumType
public List<IDTypeGloBEStatusEnumType> getGlobeStatus()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the globeStatus property.
For example, to add a new item, do as follows:
getGlobeStatus().add(newItem);
Objects of the following type(s) are allowed in the list
IDTypeGloBEStatusEnumType
Copyright © 2025. All rights reserved.