public class CTGeoParentEntitiesQueryResult extends Object implements Child
Java class for CT_GeoParentEntitiesQueryResult complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_GeoParentEntitiesQueryResult">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="geoParentEntitiesQuery" type="{http://schemas.microsoft.com/office/drawing/2014/chartex}CT_GeoParentEntitiesQuery"/>
<element name="geoEntity" type="{http://schemas.microsoft.com/office/drawing/2014/chartex}CT_GeoEntity" minOccurs="0"/>
<element name="geoParentEntity" type="{http://schemas.microsoft.com/office/drawing/2014/chartex}CT_GeoParentEntity" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected CTGeoEntity |
geoEntity |
protected CTGeoParentEntitiesQuery |
geoParentEntitiesQuery |
protected CTGeoParentEntity |
geoParentEntity |
| Constructor and Description |
|---|
CTGeoParentEntitiesQueryResult() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterUnmarshal(Unmarshaller unmarshaller,
Object parent)
This method is invoked by the JAXB implementation on each instance when unmarshalling completes.
|
CTGeoEntity |
getGeoEntity()
Gets the value of the geoEntity property.
|
CTGeoParentEntitiesQuery |
getGeoParentEntitiesQuery()
Gets the value of the geoParentEntitiesQuery property.
|
CTGeoParentEntity |
getGeoParentEntity()
Gets the value of the geoParentEntity property.
|
Object |
getParent()
Gets the parent object in the object tree representing the unmarshalled xml document.
|
void |
setGeoEntity(CTGeoEntity value)
Sets the value of the geoEntity property.
|
void |
setGeoParentEntitiesQuery(CTGeoParentEntitiesQuery value)
Sets the value of the geoParentEntitiesQuery property.
|
void |
setGeoParentEntity(CTGeoParentEntity value)
Sets the value of the geoParentEntity property.
|
void |
setParent(Object parent) |
protected CTGeoParentEntitiesQuery geoParentEntitiesQuery
protected CTGeoEntity geoEntity
protected CTGeoParentEntity geoParentEntity
public CTGeoParentEntitiesQuery getGeoParentEntitiesQuery()
CTGeoParentEntitiesQuerypublic void setGeoParentEntitiesQuery(CTGeoParentEntitiesQuery value)
value - allowed object is
CTGeoParentEntitiesQuerypublic CTGeoEntity getGeoEntity()
CTGeoEntitypublic void setGeoEntity(CTGeoEntity value)
value - allowed object is
CTGeoEntitypublic CTGeoParentEntity getGeoParentEntity()
CTGeoParentEntitypublic void setGeoParentEntity(CTGeoParentEntity value)
value - allowed object is
CTGeoParentEntitypublic Object getParent()
public void afterUnmarshal(Unmarshaller unmarshaller, Object parent)
parent - The parent object in the object tree.unmarshaller - The unmarshaller that generated the instance.Copyright © 2007-2019. All Rights Reserved.