Class CTClear
java.lang.Object
org.docx4j.com.microsoft.schemas.office.drawing.x2014.chartex.CTClear
public class CTClear
extends java.lang.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>
-
Field Summary
Fields Modifier and Type Field Description protected CTGeoChildEntitiesQueryResultsgeoChildEntitiesQueryResultsprotected CTGeoDataEntityQueryResultsgeoDataEntityQueryResultsprotected CTGeoDataPointToEntityQueryResultsgeoDataPointToEntityQueryResultsprotected CTGeoLocationQueryResultsgeoLocationQueryResultsprotected CTGeoParentEntitiesQueryResultsgeoParentEntitiesQueryResults -
Constructor Summary
Constructors Constructor Description CTClear() -
Method Summary
Modifier and Type Method Description CTGeoChildEntitiesQueryResultsgetGeoChildEntitiesQueryResults()Gets the value of the geoChildEntitiesQueryResults property.CTGeoDataEntityQueryResultsgetGeoDataEntityQueryResults()Gets the value of the geoDataEntityQueryResults property.CTGeoDataPointToEntityQueryResultsgetGeoDataPointToEntityQueryResults()Gets the value of the geoDataPointToEntityQueryResults property.CTGeoLocationQueryResultsgetGeoLocationQueryResults()Gets the value of the geoLocationQueryResults property.CTGeoParentEntitiesQueryResultsgetGeoParentEntitiesQueryResults()Gets the value of the geoParentEntitiesQueryResults property.voidsetGeoChildEntitiesQueryResults(CTGeoChildEntitiesQueryResults value)Sets the value of the geoChildEntitiesQueryResults property.voidsetGeoDataEntityQueryResults(CTGeoDataEntityQueryResults value)Sets the value of the geoDataEntityQueryResults property.voidsetGeoDataPointToEntityQueryResults(CTGeoDataPointToEntityQueryResults value)Sets the value of the geoDataPointToEntityQueryResults property.voidsetGeoLocationQueryResults(CTGeoLocationQueryResults value)Sets the value of the geoLocationQueryResults property.voidsetGeoParentEntitiesQueryResults(CTGeoParentEntitiesQueryResults value)Sets the value of the geoParentEntitiesQueryResults property.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
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
-