public static class SummaryType.Jurisdiction extends Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="JurisdictionName" type="{urn:oecd:ties:isoglobetypes:v1}CountryCode_Type" minOccurs="0"/>
<element name="Subgroup" maxOccurs="unbounded" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="TIN" type="{urn:oecd:ties:globe:v2}TIN_Type"/>
<element name="TypeofSubGroup" type="{urn:oecd:ties:globe:v2}TypeofSubGroup_EnumType" maxOccurs="unbounded"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Class | Description |
|---|---|---|
static class |
SummaryType.Jurisdiction.Subgroup |
Java class for anonymous complex type.
|
| Modifier and Type | Field | Description |
|---|---|---|
protected CountryCodeType |
jurisdictionName |
|
protected @Valid List<SummaryType.Jurisdiction.Subgroup> |
subgroup |
| Constructor | Description |
|---|---|
Jurisdiction() |
| Modifier and Type | Method | Description |
|---|---|---|
CountryCodeType |
getJurisdictionName() |
Gets the value of the jurisdictionName property.
|
List<SummaryType.Jurisdiction.Subgroup> |
getSubgroup() |
Gets the value of the subgroup property.
|
void |
setJurisdictionName(CountryCodeType value) |
Sets the value of the jurisdictionName property.
|
protected CountryCodeType jurisdictionName
@Valid protected @Valid List<SummaryType.Jurisdiction.Subgroup> subgroup
public CountryCodeType getJurisdictionName()
CountryCodeTypepublic void setJurisdictionName(CountryCodeType value)
value - allowed object is
CountryCodeTypepublic List<SummaryType.Jurisdiction.Subgroup> getSubgroup()
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 subgroup property.
For example, to add a new item, do as follows:
getSubgroup().add(newItem);
Objects of the following type(s) are allowed in the list
SummaryType.Jurisdiction.Subgroup
Copyright © 2025. All rights reserved.