public static class CorporateStructureType.UPE.ExcludedUPE 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="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>
| Modifier and Type | Field | Description |
|---|---|---|
protected CountryCodeType |
art1035 |
|
protected @NotNull ExcludedUPEEnumType |
excludedUPEStatus |
|
protected @NotNull @Valid ExcludedUPEIDType |
id |
| Constructor | Description |
|---|---|
ExcludedUPE() |
| Modifier and Type | Method | Description |
|---|---|---|
CountryCodeType |
getArt1035() |
Gets the value of the art1035 property.
|
ExcludedUPEEnumType |
getExcludedUPEStatus() |
Gets the value of the excludedUPEStatus property.
|
ExcludedUPEIDType |
getID() |
Gets the value of the id property.
|
void |
setArt1035(CountryCodeType value) |
Sets the value of the art1035 property.
|
void |
setExcludedUPEStatus(ExcludedUPEEnumType value) |
Sets the value of the excludedUPEStatus property.
|
void |
setID(ExcludedUPEIDType value) |
Sets the value of the id property.
|
@NotNull protected @NotNull ExcludedUPEEnumType excludedUPEStatus
protected CountryCodeType art1035
@NotNull @Valid protected @NotNull @Valid ExcludedUPEIDType id
public ExcludedUPEEnumType getExcludedUPEStatus()
ExcludedUPEEnumTypepublic void setExcludedUPEStatus(ExcludedUPEEnumType value)
value - allowed object is
ExcludedUPEEnumTypepublic CountryCodeType getArt1035()
CountryCodeTypepublic void setArt1035(CountryCodeType value)
value - allowed object is
CountryCodeTypepublic ExcludedUPEIDType getID()
ExcludedUPEIDTypepublic void setID(ExcludedUPEIDType value)
value - allowed object is
ExcludedUPEIDTypeCopyright © 2025. All rights reserved.