Class CTGeography
java.lang.Object
org.docx4j.com.microsoft.schemas.office.drawing.x2014.chartex.CTGeography
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 Summary
FieldsModifier and TypeFieldDescriptionprotected Stringprotected Stringprotected Stringprotected CTGeoCacheprotected STGeoProjectionTypeprotected STGeoMappingLevel -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the attribution property.Gets the value of the cultureLanguage property.Gets the value of the cultureRegion property.Gets the value of the geoCache property.Gets the value of the projectionType property.Gets the value of the viewedRegionType property.voidsetAttribution(String value) Sets the value of the attribution property.voidsetCultureLanguage(String value) Sets the value of the cultureLanguage property.voidsetCultureRegion(String value) Sets the value of the cultureRegion property.voidsetGeoCache(CTGeoCache value) Sets the value of the geoCache property.voidSets the value of the projectionType property.voidSets the value of the viewedRegionType property.
-
Field Details
-
geoCache
-
projectionType
-
viewedRegionType
-
cultureLanguage
-
cultureRegion
-
attribution
-
-
Constructor Details
-
CTGeography
public CTGeography()
-
-
Method Details
-
getGeoCache
Gets the value of the geoCache property.- Returns:
- possible object is
CTGeoCache
-
setGeoCache
Sets the value of the geoCache property.- Parameters:
value- allowed object isCTGeoCache
-
getProjectionType
Gets the value of the projectionType property.- Returns:
- possible object is
STGeoProjectionType
-
setProjectionType
Sets the value of the projectionType property.- Parameters:
value- allowed object isSTGeoProjectionType
-
getViewedRegionType
Gets the value of the viewedRegionType property.- Returns:
- possible object is
STGeoMappingLevel
-
setViewedRegionType
Sets the value of the viewedRegionType property.- Parameters:
value- allowed object isSTGeoMappingLevel
-
getCultureLanguage
Gets the value of the cultureLanguage property.- Returns:
- possible object is
String
-
setCultureLanguage
Sets the value of the cultureLanguage property.- Parameters:
value- allowed object isString
-
getCultureRegion
Gets the value of the cultureRegion property.- Returns:
- possible object is
String
-
setCultureRegion
Sets the value of the cultureRegion property.- Parameters:
value- allowed object isString
-
getAttribution
Gets the value of the attribution property.- Returns:
- possible object is
String
-
setAttribution
Sets the value of the attribution property.- Parameters:
value- allowed object isString
-