public class CTClear extends Object
Java class for CT_Clear complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_Clear">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="geoLocationQueryResults" type="{http://schemas.microsoft.com/office/drawing/2014/chartex}CT_GeoLocationQueryResults" minOccurs="0"/>
<element name="geoDataEntityQueryResults" type="{http://schemas.microsoft.com/office/drawing/2014/chartex}CT_GeoDataEntityQueryResults" minOccurs="0"/>
<element name="geoDataPointToEntityQueryResults" type="{http://schemas.microsoft.com/office/drawing/2014/chartex}CT_GeoDataPointToEntityQueryResults" minOccurs="0"/>
<element name="geoChildEntitiesQueryResults" type="{http://schemas.microsoft.com/office/drawing/2014/chartex}CT_GeoChildEntitiesQueryResults" minOccurs="0"/>
<element name="geoParentEntitiesQueryResults" type="{http://schemas.microsoft.com/office/drawing/2014/chartex}CT_GeoParentEntitiesQueryResults" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected CTGeoChildEntitiesQueryResults |
geoChildEntitiesQueryResults |
protected CTGeoDataEntityQueryResults |
geoDataEntityQueryResults |
protected CTGeoDataPointToEntityQueryResults |
geoDataPointToEntityQueryResults |
protected CTGeoLocationQueryResults |
geoLocationQueryResults |
protected CTGeoParentEntitiesQueryResults |
geoParentEntitiesQueryResults |
| Constructor and Description |
|---|
CTClear() |
| Modifier and Type | Method and Description |
|---|---|
CTGeoChildEntitiesQueryResults |
getGeoChildEntitiesQueryResults()
Gets the value of the geoChildEntitiesQueryResults property.
|
CTGeoDataEntityQueryResults |
getGeoDataEntityQueryResults()
Gets the value of the geoDataEntityQueryResults property.
|
CTGeoDataPointToEntityQueryResults |
getGeoDataPointToEntityQueryResults()
Gets the value of the geoDataPointToEntityQueryResults property.
|
CTGeoLocationQueryResults |
getGeoLocationQueryResults()
Gets the value of the geoLocationQueryResults property.
|
CTGeoParentEntitiesQueryResults |
getGeoParentEntitiesQueryResults()
Gets the value of the geoParentEntitiesQueryResults property.
|
void |
setGeoChildEntitiesQueryResults(CTGeoChildEntitiesQueryResults value)
Sets the value of the geoChildEntitiesQueryResults property.
|
void |
setGeoDataEntityQueryResults(CTGeoDataEntityQueryResults value)
Sets the value of the geoDataEntityQueryResults property.
|
void |
setGeoDataPointToEntityQueryResults(CTGeoDataPointToEntityQueryResults value)
Sets the value of the geoDataPointToEntityQueryResults property.
|
void |
setGeoLocationQueryResults(CTGeoLocationQueryResults value)
Sets the value of the geoLocationQueryResults property.
|
void |
setGeoParentEntitiesQueryResults(CTGeoParentEntitiesQueryResults value)
Sets the value of the geoParentEntitiesQueryResults property.
|
protected CTGeoLocationQueryResults geoLocationQueryResults
protected CTGeoDataEntityQueryResults geoDataEntityQueryResults
protected CTGeoDataPointToEntityQueryResults geoDataPointToEntityQueryResults
protected CTGeoChildEntitiesQueryResults geoChildEntitiesQueryResults
protected CTGeoParentEntitiesQueryResults geoParentEntitiesQueryResults
public CTGeoLocationQueryResults getGeoLocationQueryResults()
CTGeoLocationQueryResultspublic void setGeoLocationQueryResults(CTGeoLocationQueryResults value)
value - allowed object is
CTGeoLocationQueryResultspublic CTGeoDataEntityQueryResults getGeoDataEntityQueryResults()
CTGeoDataEntityQueryResultspublic void setGeoDataEntityQueryResults(CTGeoDataEntityQueryResults value)
value - allowed object is
CTGeoDataEntityQueryResultspublic CTGeoDataPointToEntityQueryResults getGeoDataPointToEntityQueryResults()
CTGeoDataPointToEntityQueryResultspublic void setGeoDataPointToEntityQueryResults(CTGeoDataPointToEntityQueryResults value)
value - allowed object is
CTGeoDataPointToEntityQueryResultspublic CTGeoChildEntitiesQueryResults getGeoChildEntitiesQueryResults()
CTGeoChildEntitiesQueryResultspublic void setGeoChildEntitiesQueryResults(CTGeoChildEntitiesQueryResults value)
value - allowed object is
CTGeoChildEntitiesQueryResultspublic CTGeoParentEntitiesQueryResults getGeoParentEntitiesQueryResults()
CTGeoParentEntitiesQueryResultspublic void setGeoParentEntitiesQueryResults(CTGeoParentEntitiesQueryResults value)
value - allowed object is
CTGeoParentEntitiesQueryResultsCopyright © 2007-2022. All Rights Reserved.