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

public class CTGeography
extends java.lang.Object
implements Child

Java class for CT_Geography complex type.

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

 <complexType name="CT_Geography">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="geoCache" type="{http://schemas.microsoft.com/office/drawing/2014/chartex}CT_GeoCache" minOccurs="0"/>
       </sequence>
       <attribute name="projectionType" type="{http://schemas.microsoft.com/office/drawing/2014/chartex}ST_GeoProjectionType" />
       <attribute name="viewedRegionType" type="{http://schemas.microsoft.com/office/drawing/2014/chartex}ST_GeoMappingLevel" />
       <attribute name="cultureLanguage" use="required" type="{http://www.w3.org/2001/XMLSchema}language" />
       <attribute name="cultureRegion" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="attribution" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

  • Method Details

    • getGeoCache

      public CTGeoCache getGeoCache()
      Gets the value of the geoCache property.
      Returns:
      possible object is CTGeoCache
    • setGeoCache

      public void setGeoCache​(CTGeoCache value)
      Sets the value of the geoCache property.
      Parameters:
      value - allowed object is CTGeoCache
    • getProjectionType

      public STGeoProjectionType getProjectionType()
      Gets the value of the projectionType property.
      Returns:
      possible object is STGeoProjectionType
    • setProjectionType

      public void setProjectionType​(STGeoProjectionType value)
      Sets the value of the projectionType property.
      Parameters:
      value - allowed object is STGeoProjectionType
    • getViewedRegionType

      public STGeoMappingLevel getViewedRegionType()
      Gets the value of the viewedRegionType property.
      Returns:
      possible object is STGeoMappingLevel
    • setViewedRegionType

      public void setViewedRegionType​(STGeoMappingLevel value)
      Sets the value of the viewedRegionType property.
      Parameters:
      value - allowed object is STGeoMappingLevel
    • getCultureLanguage

      public java.lang.String getCultureLanguage()
      Gets the value of the cultureLanguage property.
      Returns:
      possible object is String
    • setCultureLanguage

      public void setCultureLanguage​(java.lang.String value)
      Sets the value of the cultureLanguage property.
      Parameters:
      value - allowed object is String
    • getCultureRegion

      public java.lang.String getCultureRegion()
      Gets the value of the cultureRegion property.
      Returns:
      possible object is String
    • setCultureRegion

      public void setCultureRegion​(java.lang.String value)
      Sets the value of the cultureRegion property.
      Parameters:
      value - allowed object is String
    • getAttribution

      public java.lang.String getAttribution()
      Gets the value of the attribution property.
      Returns:
      possible object is String
    • setAttribution

      public void setAttribution​(java.lang.String value)
      Sets the value of the attribution property.
      Parameters:
      value - allowed object is String
    • 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.