public static class CorporateStructureType.CE.OwnershipChange 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="ChangeDate" type="{http://www.w3.org/2001/XMLSchema}date"/>
<element name="PreGlobeStatus" type="{urn:oecd:ties:globe:v2}IDGlobeStatus_EnumType" maxOccurs="unbounded"/>
<element name="PreOwnership" maxOccurs="unbounded" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="OwnershipType" type="{urn:oecd:ties:globe:v2}OwnershipType_EnumType"/>
<element name="TIN" type="{urn:oecd:ties:globe:v2}TIN_Type"/>
<element name="PreOwnershipPercentage" type="{urn:oecd:ties:globe:v2}percentage"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Class | Description |
|---|---|---|
static class |
CorporateStructureType.CE.OwnershipChange.PreOwnership |
Java class for anonymous complex type.
|
| Modifier and Type | Field | Description |
|---|---|---|
protected @NotNull XMLGregorianCalendar |
changeDate |
|
protected @NotNull @Size(min=1) List<IDGlobeStatusEnumType> |
preGlobeStatus |
|
protected @Valid List<CorporateStructureType.CE.OwnershipChange.PreOwnership> |
preOwnership |
| Constructor | Description |
|---|---|
OwnershipChange() |
| Modifier and Type | Method | Description |
|---|---|---|
XMLGregorianCalendar |
getChangeDate() |
Gets the value of the changeDate property.
|
List<IDGlobeStatusEnumType> |
getPreGlobeStatus() |
Gets the value of the preGlobeStatus property.
|
List<CorporateStructureType.CE.OwnershipChange.PreOwnership> |
getPreOwnership() |
Gets the value of the preOwnership property.
|
void |
setChangeDate(XMLGregorianCalendar value) |
Sets the value of the changeDate property.
|
@NotNull protected @NotNull XMLGregorianCalendar changeDate
@NotNull @Size(min=1) protected @NotNull @Size(min=1) List<IDGlobeStatusEnumType> preGlobeStatus
@Valid protected @Valid List<CorporateStructureType.CE.OwnershipChange.PreOwnership> preOwnership
public XMLGregorianCalendar getChangeDate()
XMLGregorianCalendarpublic void setChangeDate(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic List<IDGlobeStatusEnumType> getPreGlobeStatus()
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 preGlobeStatus property.
For example, to add a new item, do as follows:
getPreGlobeStatus().add(newItem);
Objects of the following type(s) are allowed in the list
IDGlobeStatusEnumType
public List<CorporateStructureType.CE.OwnershipChange.PreOwnership> getPreOwnership()
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 preOwnership property.
For example, to add a new item, do as follows:
getPreOwnership().add(newItem);
Objects of the following type(s) are allowed in the list
CorporateStructureType.CE.OwnershipChange.PreOwnership
Copyright © 2025. All rights reserved.