Class CTGeography
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 Summary
Fields Modifier and Type Field Description protected java.lang.Stringattributionprotected java.lang.StringcultureLanguageprotected java.lang.StringcultureRegionprotected CTGeoCachegeoCacheprotected STGeoProjectionTypeprojectionTypeprotected STGeoMappingLevelviewedRegionType -
Constructor Summary
Constructors Constructor Description CTGeography() -
Method Summary
Modifier and Type Method Description voidafterUnmarshal(javax.xml.bind.Unmarshaller unmarshaller, java.lang.Object parent)This method is invoked by the JAXB implementation on each instance when unmarshalling completes.java.lang.StringgetAttribution()Gets the value of the attribution property.java.lang.StringgetCultureLanguage()Gets the value of the cultureLanguage property.java.lang.StringgetCultureRegion()Gets the value of the cultureRegion property.CTGeoCachegetGeoCache()Gets the value of the geoCache property.java.lang.ObjectgetParent()Gets the parent object in the object tree representing the unmarshalled xml document.STGeoProjectionTypegetProjectionType()Gets the value of the projectionType property.STGeoMappingLevelgetViewedRegionType()Gets the value of the viewedRegionType property.voidsetAttribution(java.lang.String value)Sets the value of the attribution property.voidsetCultureLanguage(java.lang.String value)Sets the value of the cultureLanguage property.voidsetCultureRegion(java.lang.String value)Sets the value of the cultureRegion property.voidsetGeoCache(CTGeoCache value)Sets the value of the geoCache property.voidsetParent(java.lang.Object parent)voidsetProjectionType(STGeoProjectionType value)Sets the value of the projectionType property.voidsetViewedRegionType(STGeoMappingLevel value)Sets the value of the viewedRegionType property.
-
Field Details
-
geoCache
-
projectionType
-
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
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
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 isString
-
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 isString
-
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 isString
-
getParent
public java.lang.Object getParent()Gets the parent object in the object tree representing the unmarshalled xml document. -
setParent
public void setParent(java.lang.Object parent) -
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.
-