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

public class CTGeoData extends Object

Java class for CT_GeoData complex type.

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

 <complexType name="CT_GeoData">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="geoPolygons" type="{http://schemas.microsoft.com/office/drawing/2014/chartex}CT_GeoPolygons" minOccurs="0"/>
         <element name="copyrights" type="{http://schemas.microsoft.com/office/drawing/2014/chartex}CT_Copyrights" minOccurs="0"/>
       </sequence>
       <attribute name="entityName" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="entityId" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="east" use="required" type="{http://www.w3.org/2001/XMLSchema}double" />
       <attribute name="west" use="required" type="{http://www.w3.org/2001/XMLSchema}double" />
       <attribute name="north" use="required" type="{http://www.w3.org/2001/XMLSchema}double" />
       <attribute name="south" use="required" type="{http://www.w3.org/2001/XMLSchema}double" />
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

    • geoPolygons

      protected CTGeoPolygons geoPolygons
    • copyrights

      protected CTCopyrights copyrights
    • entityName

      protected String entityName
    • entityId

      protected String entityId
    • east

      protected double east
    • west

      protected double west
    • north

      protected double north
    • south

      protected double south
  • Constructor Details

    • CTGeoData

      public CTGeoData()
  • Method Details

    • getGeoPolygons

      public CTGeoPolygons getGeoPolygons()
      Gets the value of the geoPolygons property.
      Returns:
      possible object is CTGeoPolygons
    • setGeoPolygons

      public void setGeoPolygons(CTGeoPolygons value)
      Sets the value of the geoPolygons property.
      Parameters:
      value - allowed object is CTGeoPolygons
    • getCopyrights

      public CTCopyrights getCopyrights()
      Gets the value of the copyrights property.
      Returns:
      possible object is CTCopyrights
    • setCopyrights

      public void setCopyrights(CTCopyrights value)
      Sets the value of the copyrights property.
      Parameters:
      value - allowed object is CTCopyrights
    • getEntityName

      public String getEntityName()
      Gets the value of the entityName property.
      Returns:
      possible object is String
    • setEntityName

      public void setEntityName(String value)
      Sets the value of the entityName property.
      Parameters:
      value - allowed object is String
    • getEntityId

      public String getEntityId()
      Gets the value of the entityId property.
      Returns:
      possible object is String
    • setEntityId

      public void setEntityId(String value)
      Sets the value of the entityId property.
      Parameters:
      value - allowed object is String
    • getEast

      public double getEast()
      Gets the value of the east property.
    • setEast

      public void setEast(double value)
      Sets the value of the east property.
    • getWest

      public double getWest()
      Gets the value of the west property.
    • setWest

      public void setWest(double value)
      Sets the value of the west property.
    • getNorth

      public double getNorth()
      Gets the value of the north property.
    • setNorth

      public void setNorth(double value)
      Sets the value of the north property.
    • getSouth

      public double getSouth()
      Gets the value of the south property.
    • setSouth

      public void setSouth(double value)
      Sets the value of the south property.