public class CTGeoData extends Object
Java class for CT_GeoData complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_GeoData">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="geoPolygons" type="{http://schemas.microsoft.com/office/drawing/2014/chartex}CT_GeoPolygons" minOccurs="0"/>
<element name="copyrights" type="{http://schemas.microsoft.com/office/drawing/2014/chartex}CT_Copyrights" minOccurs="0"/>
</sequence>
<attribute name="entityName" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="entityId" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="east" use="required" type="{http://www.w3.org/2001/XMLSchema}double" />
<attribute name="west" use="required" type="{http://www.w3.org/2001/XMLSchema}double" />
<attribute name="north" use="required" type="{http://www.w3.org/2001/XMLSchema}double" />
<attribute name="south" use="required" type="{http://www.w3.org/2001/XMLSchema}double" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected CTCopyrights |
copyrights |
protected double |
east |
protected String |
entityId |
protected String |
entityName |
protected CTGeoPolygons |
geoPolygons |
protected double |
north |
protected double |
south |
protected double |
west |
| Constructor and Description |
|---|
CTGeoData() |
| Modifier and Type | Method and Description |
|---|---|
CTCopyrights |
getCopyrights()
Gets the value of the copyrights property.
|
double |
getEast()
Gets the value of the east property.
|
String |
getEntityId()
Gets the value of the entityId property.
|
String |
getEntityName()
Gets the value of the entityName property.
|
CTGeoPolygons |
getGeoPolygons()
Gets the value of the geoPolygons property.
|
double |
getNorth()
Gets the value of the north property.
|
double |
getSouth()
Gets the value of the south property.
|
double |
getWest()
Gets the value of the west property.
|
void |
setCopyrights(CTCopyrights value)
Sets the value of the copyrights property.
|
void |
setEast(double value)
Sets the value of the east property.
|
void |
setEntityId(String value)
Sets the value of the entityId property.
|
void |
setEntityName(String value)
Sets the value of the entityName property.
|
void |
setGeoPolygons(CTGeoPolygons value)
Sets the value of the geoPolygons property.
|
void |
setNorth(double value)
Sets the value of the north property.
|
void |
setSouth(double value)
Sets the value of the south property.
|
void |
setWest(double value)
Sets the value of the west property.
|
protected CTGeoPolygons geoPolygons
protected CTCopyrights copyrights
protected String entityName
protected String entityId
protected double east
protected double west
protected double north
protected double south
public CTGeoPolygons getGeoPolygons()
CTGeoPolygonspublic void setGeoPolygons(CTGeoPolygons value)
value - allowed object is
CTGeoPolygonspublic CTCopyrights getCopyrights()
CTCopyrightspublic void setCopyrights(CTCopyrights value)
value - allowed object is
CTCopyrightspublic String getEntityName()
Stringpublic void setEntityName(String value)
value - allowed object is
Stringpublic String getEntityId()
Stringpublic void setEntityId(String value)
value - allowed object is
Stringpublic double getEast()
public void setEast(double value)
public double getWest()
public void setWest(double value)
public double getNorth()
public void setNorth(double value)
public double getSouth()
public void setSouth(double value)
Copyright © 2007-2022. All Rights Reserved.