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

public class CTGeography
extends java.lang.Object

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

    • geoCache

      protected CTGeoCache geoCache
    • projectionType

      protected STGeoProjectionType projectionType
    • viewedRegionType

      protected STGeoMappingLevel viewedRegionType
    • cultureLanguage

      protected java.lang.String cultureLanguage
    • cultureRegion

      protected java.lang.String cultureRegion
    • attribution

      protected java.lang.String attribution
  • Constructor Details

    • CTGeography

      public CTGeography()
  • 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