public class CTGeoDataEntityQueryResult extends Object
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 |
|---|---|
CTGeoData |
getGeoData()
Gets the value of the geoData property.
|
CTGeoDataEntityQuery |
getGeoDataEntityQuery()
Gets the value of the geoDataEntityQuery property.
|
void |
setGeoData(CTGeoData value)
Sets the value of the geoData property.
|
void |
setGeoDataEntityQuery(CTGeoDataEntityQuery value)
Sets the value of the geoDataEntityQuery property.
|
protected CTGeoDataEntityQuery geoDataEntityQuery
protected CTGeoData geoData
public CTGeoDataEntityQuery getGeoDataEntityQuery()
CTGeoDataEntityQuerypublic void setGeoDataEntityQuery(CTGeoDataEntityQuery value)
value - allowed object is
CTGeoDataEntityQuerypublic CTGeoData getGeoData()
CTGeoDataCopyright © 2007-2022. All Rights Reserved.