public class CTGeography extends 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>
| Modifier and Type | Field and Description |
|---|---|
protected String |
attribution |
protected String |
cultureLanguage |
protected String |
cultureRegion |
protected CTGeoCache |
geoCache |
protected STGeoProjectionType |
projectionType |
protected STGeoMappingLevel |
viewedRegionType |
| Constructor and Description |
|---|
CTGeography() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterUnmarshal(Unmarshaller unmarshaller,
Object parent)
This method is invoked by the JAXB implementation on each instance when unmarshalling completes.
|
String |
getAttribution()
Gets the value of the attribution property.
|
String |
getCultureLanguage()
Gets the value of the cultureLanguage property.
|
String |
getCultureRegion()
Gets the value of the cultureRegion property.
|
CTGeoCache |
getGeoCache()
Gets the value of the geoCache property.
|
Object |
getParent()
Gets the parent object in the object tree representing the unmarshalled xml document.
|
STGeoProjectionType |
getProjectionType()
Gets the value of the projectionType property.
|
STGeoMappingLevel |
getViewedRegionType()
Gets the value of the viewedRegionType property.
|
void |
setAttribution(String value)
Sets the value of the attribution property.
|
void |
setCultureLanguage(String value)
Sets the value of the cultureLanguage property.
|
void |
setCultureRegion(String value)
Sets the value of the cultureRegion property.
|
void |
setGeoCache(CTGeoCache value)
Sets the value of the geoCache property.
|
void |
setParent(Object parent) |
void |
setProjectionType(STGeoProjectionType value)
Sets the value of the projectionType property.
|
void |
setViewedRegionType(STGeoMappingLevel value)
Sets the value of the viewedRegionType property.
|
protected CTGeoCache geoCache
protected STGeoProjectionType projectionType
protected STGeoMappingLevel viewedRegionType
protected String cultureLanguage
protected String cultureRegion
protected String attribution
public CTGeoCache getGeoCache()
CTGeoCachepublic void setGeoCache(CTGeoCache value)
value - allowed object is
CTGeoCachepublic STGeoProjectionType getProjectionType()
STGeoProjectionTypepublic void setProjectionType(STGeoProjectionType value)
value - allowed object is
STGeoProjectionTypepublic STGeoMappingLevel getViewedRegionType()
STGeoMappingLevelpublic void setViewedRegionType(STGeoMappingLevel value)
value - allowed object is
STGeoMappingLevelpublic String getCultureLanguage()
Stringpublic void setCultureLanguage(String value)
value - allowed object is
Stringpublic String getCultureRegion()
Stringpublic void setCultureRegion(String value)
value - allowed object is
Stringpublic String getAttribution()
Stringpublic void setAttribution(String value)
value - allowed object is
Stringpublic Object getParent()
public void afterUnmarshal(Unmarshaller unmarshaller, Object parent)
parent - The parent object in the object tree.unmarshaller - The unmarshaller that generated the instance.Copyright © 2007-2019. All Rights Reserved.