public class CTGeoDataEntityQueryResult extends Object implements Child
Java class for CT_GeoDataEntityQueryResult complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_GeoDataEntityQueryResult">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="geoDataEntityQuery" type="{http://schemas.microsoft.com/office/drawing/2014/chartex}CT_GeoDataEntityQuery" minOccurs="0"/>
<element name="geoData" type="{http://schemas.microsoft.com/office/drawing/2014/chartex}CT_GeoData" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected CTGeoData |
geoData |
protected CTGeoDataEntityQuery |
geoDataEntityQuery |
| Constructor and Description |
|---|
CTGeoDataEntityQueryResult() |
| 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.
|
CTGeoData |
getGeoData()
Gets the value of the geoData property.
|
CTGeoDataEntityQuery |
getGeoDataEntityQuery()
Gets the value of the geoDataEntityQuery property.
|
Object |
getParent()
Gets the parent object in the object tree representing the unmarshalled xml document.
|
void |
setGeoData(CTGeoData value)
Sets the value of the geoData property.
|
void |
setGeoDataEntityQuery(CTGeoDataEntityQuery value)
Sets the value of the geoDataEntityQuery property.
|
void |
setParent(Object parent) |
protected CTGeoDataEntityQuery geoDataEntityQuery
protected CTGeoData geoData
public CTGeoDataEntityQuery getGeoDataEntityQuery()
CTGeoDataEntityQuerypublic void setGeoDataEntityQuery(CTGeoDataEntityQuery value)
value - allowed object is
CTGeoDataEntityQuerypublic CTGeoData getGeoData()
CTGeoDatapublic void setGeoData(CTGeoData value)
value - allowed object is
CTGeoDatapublic 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-2020. All Rights Reserved.