public class SummaryType extends Object
Java class for SummaryType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SummaryType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="RecJurCode" type="{urn:oecd:ties:isoglobetypes:v1}CountryCode_Type" maxOccurs="unbounded"/>
<element name="Jurisdiction">
<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>
</element>
<element name="JurWithTaxingRights" maxOccurs="unbounded" minOccurs="0">
<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="DiffDomesticTut" type="{urn:oecd:ties:globe:v2}GlobeTuT_EnumType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
<element name="SafeHarbour" type="{urn:oecd:ties:globe:v2}SafeHarbour_EnumType" maxOccurs="unbounded" minOccurs="0"/>
<element name="ETRRange" type="{urn:oecd:ties:globe:v2}ETRRange_EnumType" minOccurs="0"/>
<element name="SBIE" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="NotApplicable" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="NoTut" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
<element name="QDMTTut" type="{urn:oecd:ties:globe:v2}QDMTTuT_EnumType" minOccurs="0"/>
<element name="GLoBETut" type="{urn:oecd:ties:globe:v2}GlobeTuT_EnumType" minOccurs="0"/>
<element name="AdditionalDataPoint" type="{urn:oecd:ties:globe:v2}AdditionalDataPointType" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Class | Description |
|---|---|---|
static class |
SummaryType.Jurisdiction |
Java class for anonymous complex type.
|
static class |
SummaryType.JurWithTaxingRights |
Java class for anonymous complex type.
|
static class |
SummaryType.SBIE |
Java class for anonymous complex type.
|
| Modifier and Type | Field | Description |
|---|---|---|
protected @Valid List<AdditionalDataPointType> |
additionalDataPoint |
|
protected ETRRangeEnumType |
etrRange |
|
protected GlobeTuTEnumType |
gLoBETut |
|
protected SummaryType.Jurisdiction |
jurisdiction |
|
protected @Valid List<SummaryType.JurWithTaxingRights> |
jurWithTaxingRights |
|
protected QDMTTuTEnumType |
qdmtTut |
|
protected @NotNull @Size(min=1) List<CountryCodeType> |
recJurCode |
|
protected List<SafeHarbourEnumType> |
safeHarbour |
|
protected SummaryType.SBIE |
sbie |
| Constructor | Description |
|---|---|
SummaryType() |
| Modifier and Type | Method | Description |
|---|---|---|
List<AdditionalDataPointType> |
getAdditionalDataPoint() |
Gets the value of the additionalDataPoint property.
|
ETRRangeEnumType |
getETRRange() |
Gets the value of the etrRange property.
|
GlobeTuTEnumType |
getGLoBETut() |
Gets the value of the gLoBETut property.
|
SummaryType.Jurisdiction |
getJurisdiction() |
Gets the value of the jurisdiction property.
|
List<SummaryType.JurWithTaxingRights> |
getJurWithTaxingRights() |
Gets the value of the jurWithTaxingRights property.
|
QDMTTuTEnumType |
getQDMTTut() |
Gets the value of the qdmtTut property.
|
List<CountryCodeType> |
getRecJurCode() |
Gets the value of the recJurCode property.
|
List<SafeHarbourEnumType> |
getSafeHarbour() |
Gets the value of the safeHarbour property.
|
SummaryType.SBIE |
getSBIE() |
Gets the value of the sbie property.
|
void |
setETRRange(ETRRangeEnumType value) |
Sets the value of the etrRange property.
|
void |
setGLoBETut(GlobeTuTEnumType value) |
Sets the value of the gLoBETut property.
|
void |
setJurisdiction(SummaryType.Jurisdiction value) |
Sets the value of the jurisdiction property.
|
void |
setQDMTTut(QDMTTuTEnumType value) |
Sets the value of the qdmtTut property.
|
void |
setSBIE(SummaryType.SBIE value) |
Sets the value of the sbie property.
|
@NotNull @Size(min=1) protected @NotNull @Size(min=1) List<CountryCodeType> recJurCode
@NotNull @Valid protected SummaryType.Jurisdiction jurisdiction
@Valid protected @Valid List<SummaryType.JurWithTaxingRights> jurWithTaxingRights
protected List<SafeHarbourEnumType> safeHarbour
protected ETRRangeEnumType etrRange
@Valid protected SummaryType.SBIE sbie
protected QDMTTuTEnumType qdmtTut
protected GlobeTuTEnumType gLoBETut
@Valid protected @Valid List<AdditionalDataPointType> additionalDataPoint
public List<CountryCodeType> getRecJurCode()
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 recJurCode property.
For example, to add a new item, do as follows:
getRecJurCode().add(newItem);
Objects of the following type(s) are allowed in the list
CountryCodeType
public SummaryType.Jurisdiction getJurisdiction()
SummaryType.Jurisdictionpublic void setJurisdiction(SummaryType.Jurisdiction value)
value - allowed object is
SummaryType.Jurisdictionpublic List<SummaryType.JurWithTaxingRights> getJurWithTaxingRights()
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 jurWithTaxingRights property.
For example, to add a new item, do as follows:
getJurWithTaxingRights().add(newItem);
Objects of the following type(s) are allowed in the list
SummaryType.JurWithTaxingRights
public List<SafeHarbourEnumType> getSafeHarbour()
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 safeHarbour property.
For example, to add a new item, do as follows:
getSafeHarbour().add(newItem);
Objects of the following type(s) are allowed in the list
SafeHarbourEnumType
public ETRRangeEnumType getETRRange()
ETRRangeEnumTypepublic void setETRRange(ETRRangeEnumType value)
value - allowed object is
ETRRangeEnumTypepublic SummaryType.SBIE getSBIE()
SummaryType.SBIEpublic void setSBIE(SummaryType.SBIE value)
value - allowed object is
SummaryType.SBIEpublic QDMTTuTEnumType getQDMTTut()
QDMTTuTEnumTypepublic void setQDMTTut(QDMTTuTEnumType value)
value - allowed object is
QDMTTuTEnumTypepublic GlobeTuTEnumType getGLoBETut()
GlobeTuTEnumTypepublic void setGLoBETut(GlobeTuTEnumType value)
value - allowed object is
GlobeTuTEnumTypepublic List<AdditionalDataPointType> getAdditionalDataPoint()
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 additionalDataPoint property.
For example, to add a new item, do as follows:
getAdditionalDataPoint().add(newItem);
Objects of the following type(s) are allowed in the list
AdditionalDataPointType
Copyright © 2025. All rights reserved.