public class CTGeoChildEntitiesQueryResult extends Object
Java class for CT_GeoChildEntitiesQueryResult complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_GeoChildEntitiesQueryResult">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="geoChildEntitiesQuery" type="{http://schemas.microsoft.com/office/drawing/2014/chartex}CT_GeoChildEntitiesQuery" minOccurs="0"/>
<element name="geoChildEntities" type="{http://schemas.microsoft.com/office/drawing/2014/chartex}CT_GeoChildEntities" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected CTGeoChildEntities |
geoChildEntities |
protected CTGeoChildEntitiesQuery |
geoChildEntitiesQuery |
| Constructor and Description |
|---|
CTGeoChildEntitiesQueryResult() |
| Modifier and Type | Method and Description |
|---|---|
CTGeoChildEntities |
getGeoChildEntities()
Gets the value of the geoChildEntities property.
|
CTGeoChildEntitiesQuery |
getGeoChildEntitiesQuery()
Gets the value of the geoChildEntitiesQuery property.
|
void |
setGeoChildEntities(CTGeoChildEntities value)
Sets the value of the geoChildEntities property.
|
void |
setGeoChildEntitiesQuery(CTGeoChildEntitiesQuery value)
Sets the value of the geoChildEntitiesQuery property.
|
protected CTGeoChildEntitiesQuery geoChildEntitiesQuery
protected CTGeoChildEntities geoChildEntities
public CTGeoChildEntitiesQuery getGeoChildEntitiesQuery()
CTGeoChildEntitiesQuerypublic void setGeoChildEntitiesQuery(CTGeoChildEntitiesQuery value)
value - allowed object is
CTGeoChildEntitiesQuerypublic CTGeoChildEntities getGeoChildEntities()
CTGeoChildEntitiespublic void setGeoChildEntities(CTGeoChildEntities value)
value - allowed object is
CTGeoChildEntitiesCopyright © 2007-2022. All Rights Reserved.