Class CTClear
java.lang.Object
org.docx4j.com.microsoft.schemas.office.drawing.x2014.chartex.CTClear
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>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected CTGeoChildEntitiesQueryResultsprotected CTGeoDataEntityQueryResultsprotected CTGeoDataPointToEntityQueryResultsprotected CTGeoLocationQueryResultsprotected CTGeoParentEntitiesQueryResults -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the geoChildEntitiesQueryResults property.Gets the value of the geoDataEntityQueryResults property.Gets the value of the geoDataPointToEntityQueryResults property.Gets the value of the geoLocationQueryResults property.Gets the value of the geoParentEntitiesQueryResults property.voidSets the value of the geoChildEntitiesQueryResults property.voidSets the value of the geoDataEntityQueryResults property.voidSets the value of the geoDataPointToEntityQueryResults property.voidSets the value of the geoLocationQueryResults property.voidSets the value of the geoParentEntitiesQueryResults property.
-
Field Details
-
geoLocationQueryResults
-
geoDataEntityQueryResults
-
geoDataPointToEntityQueryResults
-
geoChildEntitiesQueryResults
-
geoParentEntitiesQueryResults
-
-
Constructor Details
-
CTClear
public CTClear()
-
-
Method Details
-
getGeoLocationQueryResults
Gets the value of the geoLocationQueryResults property.- Returns:
- possible object is
CTGeoLocationQueryResults
-
setGeoLocationQueryResults
Sets the value of the geoLocationQueryResults property.- Parameters:
value- allowed object isCTGeoLocationQueryResults
-
getGeoDataEntityQueryResults
Gets the value of the geoDataEntityQueryResults property.- Returns:
- possible object is
CTGeoDataEntityQueryResults
-
setGeoDataEntityQueryResults
Sets the value of the geoDataEntityQueryResults property.- Parameters:
value- allowed object isCTGeoDataEntityQueryResults
-
getGeoDataPointToEntityQueryResults
Gets the value of the geoDataPointToEntityQueryResults property.- Returns:
- possible object is
CTGeoDataPointToEntityQueryResults
-
setGeoDataPointToEntityQueryResults
Sets the value of the geoDataPointToEntityQueryResults property.- Parameters:
value- allowed object isCTGeoDataPointToEntityQueryResults
-
getGeoChildEntitiesQueryResults
Gets the value of the geoChildEntitiesQueryResults property.- Returns:
- possible object is
CTGeoChildEntitiesQueryResults
-
setGeoChildEntitiesQueryResults
Sets the value of the geoChildEntitiesQueryResults property.- Parameters:
value- allowed object isCTGeoChildEntitiesQueryResults
-
getGeoParentEntitiesQueryResults
Gets the value of the geoParentEntitiesQueryResults property.- Returns:
- possible object is
CTGeoParentEntitiesQueryResults
-
setGeoParentEntitiesQueryResults
Sets the value of the geoParentEntitiesQueryResults property.- Parameters:
value- allowed object isCTGeoParentEntitiesQueryResults
-