public static class CorporateStructureType.UPE 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">
<choice>
<element name="ExcludedUPE">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="ExcludedUPEStatus" type="{urn:oecd:ties:globe:v2}ExcludedUPE_EnumType"/>
<element name="Art10.3.5" type="{urn:oecd:ties:isoglobetypes:v1}CountryCode_Type" minOccurs="0"/>
<sequence>
<element name="ID" type="{urn:oecd:ties:globe:v2}ExcludedUPE_ID_Type"/>
</sequence>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
<element name="OtherUPE">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="ID" type="{urn:oecd:ties:globe:v2}ID_Type"/>
<element name="Art10.3.5" type="{urn:oecd:ties:isoglobetypes:v1}CountryCode_Type" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
</choice>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Class | Description |
|---|---|---|
static class |
CorporateStructureType.UPE.ExcludedUPE |
Java class for anonymous complex type.
|
static class |
CorporateStructureType.UPE.OtherUPE |
Java class for anonymous complex type.
|
| Modifier and Type | Field | Description |
|---|---|---|
protected CorporateStructureType.UPE.ExcludedUPE |
excludedUPE |
|
protected CorporateStructureType.UPE.OtherUPE |
otherUPE |
| Constructor | Description |
|---|---|
UPE() |
| Modifier and Type | Method | Description |
|---|---|---|
CorporateStructureType.UPE.ExcludedUPE |
getExcludedUPE() |
Gets the value of the excludedUPE property.
|
CorporateStructureType.UPE.OtherUPE |
getOtherUPE() |
Gets the value of the otherUPE property.
|
void |
setExcludedUPE(CorporateStructureType.UPE.ExcludedUPE value) |
Sets the value of the excludedUPE property.
|
void |
setOtherUPE(CorporateStructureType.UPE.OtherUPE value) |
Sets the value of the otherUPE property.
|
@Valid protected CorporateStructureType.UPE.ExcludedUPE excludedUPE
@Valid protected CorporateStructureType.UPE.OtherUPE otherUPE
public CorporateStructureType.UPE.ExcludedUPE getExcludedUPE()
CorporateStructureType.UPE.ExcludedUPEpublic void setExcludedUPE(CorporateStructureType.UPE.ExcludedUPE value)
value - allowed object is
CorporateStructureType.UPE.ExcludedUPEpublic CorporateStructureType.UPE.OtherUPE getOtherUPE()
CorporateStructureType.UPE.OtherUPEpublic void setOtherUPE(CorporateStructureType.UPE.OtherUPE value)
value - allowed object is
CorporateStructureType.UPE.OtherUPECopyright © 2025. All rights reserved.