Class CTClear
java.lang.Object
org.docx4j.com.microsoft.schemas.office.drawing.x2014.chartex.CTClear
- All Implemented Interfaces:
Child
public class CTClear extends java.lang.Object implements Child
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 voidafterUnmarshal(javax.xml.bind.Unmarshaller unmarshaller, java.lang.Object parent)This method is invoked by the JAXB implementation on each instance when unmarshalling completes.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.java.lang.ObjectgetParent()Gets the parent object in the object tree representing the unmarshalled xml document.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.voidsetParent(java.lang.Object parent)
-
Field Details
-
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
-
getParent
public java.lang.Object getParent()Gets the parent object in the object tree representing the unmarshalled xml document. -
setParent
public void setParent(java.lang.Object parent) -
afterUnmarshal
public void afterUnmarshal(javax.xml.bind.Unmarshaller unmarshaller, java.lang.Object parent)This method is invoked by the JAXB implementation on each instance when unmarshalling completes.- Parameters:
parent- The parent object in the object tree.unmarshaller- The unmarshaller that generated the instance.
-