public class CTGeoParentEntitiesQueryResult
extends java.lang.Object
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 |
|---|---|
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.
|
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.
|
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
CTGeoParentEntityCopyright © 2007–2023. All rights reserved.