public class CTGeoChildEntitiesQueryResult extends Object implements Child
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 |
|---|---|
void |
afterUnmarshal(Unmarshaller unmarshaller,
Object parent)
This method is invoked by the JAXB implementation on each instance when unmarshalling completes.
|
CTGeoChildEntities |
getGeoChildEntities()
Gets the value of the geoChildEntities property.
|
CTGeoChildEntitiesQuery |
getGeoChildEntitiesQuery()
Gets the value of the geoChildEntitiesQuery property.
|
Object |
getParent()
Gets the parent object in the object tree representing the unmarshalled xml document.
|
void |
setGeoChildEntities(CTGeoChildEntities value)
Sets the value of the geoChildEntities property.
|
void |
setGeoChildEntitiesQuery(CTGeoChildEntitiesQuery value)
Sets the value of the geoChildEntitiesQuery property.
|
void |
setParent(Object parent) |
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
CTGeoChildEntitiespublic Object getParent()
public void afterUnmarshal(Unmarshaller unmarshaller, Object parent)
parent - The parent object in the object tree.unmarshaller - The unmarshaller that generated the instance.Copyright © 2007-2019. All Rights Reserved.