Class CTGeoDataEntityQueryResult

java.lang.Object
org.docx4j.com.microsoft.schemas.office.drawing.x2014.chartex.CTGeoDataEntityQueryResult

public class CTGeoDataEntityQueryResult
extends java.lang.Object

Java class for CT_GeoDataEntityQueryResult complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="CT_GeoDataEntityQueryResult">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="geoDataEntityQuery" type="{http://schemas.microsoft.com/office/drawing/2014/chartex}CT_GeoDataEntityQuery" minOccurs="0"/>
         <element name="geoData" type="{http://schemas.microsoft.com/office/drawing/2014/chartex}CT_GeoData" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • CTGeoDataEntityQueryResult

      public CTGeoDataEntityQueryResult()
  • Method Details

    • getGeoDataEntityQuery

      public CTGeoDataEntityQuery getGeoDataEntityQuery()
      Gets the value of the geoDataEntityQuery property.
      Returns:
      possible object is CTGeoDataEntityQuery
    • setGeoDataEntityQuery

      public void setGeoDataEntityQuery​(CTGeoDataEntityQuery value)
      Sets the value of the geoDataEntityQuery property.
      Parameters:
      value - allowed object is CTGeoDataEntityQuery
    • getGeoData

      public CTGeoData getGeoData()
      Gets the value of the geoData property.
      Returns:
      possible object is CTGeoData
    • setGeoData

      public void setGeoData​(CTGeoData value)
      Sets the value of the geoData property.
      Parameters:
      value - allowed object is CTGeoData