java.lang.Object
org.docx4j.com.microsoft.schemas.office.drawing.x2014.chartex.CTGeoData
All Implemented Interfaces:
Child

public class CTGeoData
extends java.lang.Object
implements Child

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 Summary

    Fields 
    Modifier and Type Field Description
    protected CTCopyrights copyrights  
    protected double east  
    protected java.lang.String entityId  
    protected java.lang.String entityName  
    protected CTGeoPolygons geoPolygons  
    protected double north  
    protected double south  
    protected double west  
  • Constructor Summary

    Constructors 
    Constructor Description
    CTGeoData()  
  • Method Summary

    Modifier and Type Method Description
    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.
    CTCopyrights getCopyrights()
    Gets the value of the copyrights property.
    double getEast()
    Gets the value of the east property.
    java.lang.String getEntityId()
    Gets the value of the entityId property.
    java.lang.String getEntityName()
    Gets the value of the entityName property.
    CTGeoPolygons getGeoPolygons()
    Gets the value of the geoPolygons property.
    double getNorth()
    Gets the value of the north property.
    java.lang.Object getParent()
    Gets the parent object in the object tree representing the unmarshalled xml document.
    double getSouth()
    Gets the value of the south property.
    double getWest()
    Gets the value of the west property.
    void setCopyrights​(CTCopyrights value)
    Sets the value of the copyrights property.
    void setEast​(double value)
    Sets the value of the east property.
    void setEntityId​(java.lang.String value)
    Sets the value of the entityId property.
    void setEntityName​(java.lang.String value)
    Sets the value of the entityName property.
    void setGeoPolygons​(CTGeoPolygons value)
    Sets the value of the geoPolygons property.
    void setNorth​(double value)
    Sets the value of the north property.
    void setParent​(java.lang.Object parent)  
    void setSouth​(double value)
    Sets the value of the south property.
    void setWest​(double value)
    Sets the value of the west property.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

  • Constructor Details

  • 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 java.lang.String getEntityName()
      Gets the value of the entityName property.
      Returns:
      possible object is String
    • setEntityName

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

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

      public void setEntityId​(java.lang.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.
    • getParent

      public java.lang.Object getParent()
      Gets the parent object in the object tree representing the unmarshalled xml document.
      Specified by:
      getParent in interface Child
      Returns:
      The parent object.
    • setParent

      public void setParent​(java.lang.Object parent)
      Specified by:
      setParent in interface Child
    • 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.