public class CTGeoDataPointToEntityQueryResult
extends java.lang.Object
Java class for CT_GeoDataPointToEntityQueryResult complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_GeoDataPointToEntityQueryResult">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="geoDataPointQuery" type="{http://schemas.microsoft.com/office/drawing/2014/chartex}CT_GeoDataPointQuery" minOccurs="0"/>
<element name="geoDataPointToEntityQuery" type="{http://schemas.microsoft.com/office/drawing/2014/chartex}CT_GeoDataPointToEntityQuery" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected CTGeoDataPointQuery |
geoDataPointQuery |
protected CTGeoDataPointToEntityQuery |
geoDataPointToEntityQuery |
| Constructor and Description |
|---|
CTGeoDataPointToEntityQueryResult() |
| Modifier and Type | Method and Description |
|---|---|
CTGeoDataPointQuery |
getGeoDataPointQuery()
Gets the value of the geoDataPointQuery property.
|
CTGeoDataPointToEntityQuery |
getGeoDataPointToEntityQuery()
Gets the value of the geoDataPointToEntityQuery property.
|
void |
setGeoDataPointQuery(CTGeoDataPointQuery value)
Sets the value of the geoDataPointQuery property.
|
void |
setGeoDataPointToEntityQuery(CTGeoDataPointToEntityQuery value)
Sets the value of the geoDataPointToEntityQuery property.
|
protected CTGeoDataPointQuery geoDataPointQuery
protected CTGeoDataPointToEntityQuery geoDataPointToEntityQuery
public CTGeoDataPointQuery getGeoDataPointQuery()
CTGeoDataPointQuerypublic void setGeoDataPointQuery(CTGeoDataPointQuery value)
value - allowed object is
CTGeoDataPointQuerypublic CTGeoDataPointToEntityQuery getGeoDataPointToEntityQuery()
CTGeoDataPointToEntityQuerypublic void setGeoDataPointToEntityQuery(CTGeoDataPointToEntityQuery value)
value - allowed object is
CTGeoDataPointToEntityQueryCopyright © 2007–2025. All rights reserved.