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