Class CTGeoData
java.lang.Object
org.docx4j.com.microsoft.schemas.office.drawing.x2014.chartex.CTGeoData
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>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected CTCopyrightsprotected doubleprotected Stringprotected Stringprotected CTGeoPolygonsprotected doubleprotected doubleprotected double -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the copyrights property.doublegetEast()Gets the value of the east property.Gets the value of the entityId property.Gets the value of the entityName property.Gets the value of the geoPolygons property.doublegetNorth()Gets the value of the north property.doublegetSouth()Gets the value of the south property.doublegetWest()Gets the value of the west property.voidsetCopyrights(CTCopyrights value) Sets the value of the copyrights property.voidsetEast(double value) Sets the value of the east property.voidsetEntityId(String value) Sets the value of the entityId property.voidsetEntityName(String value) Sets the value of the entityName property.voidsetGeoPolygons(CTGeoPolygons value) Sets the value of the geoPolygons property.voidsetNorth(double value) Sets the value of the north property.voidsetSouth(double value) Sets the value of the south property.voidsetWest(double value) Sets the value of the west property.
-
Field Details
-
geoPolygons
-
copyrights
-
entityName
-
entityId
-
east
protected double east -
west
protected double west -
north
protected double north -
south
protected double south
-
-
Constructor Details
-
CTGeoData
public CTGeoData()
-
-
Method Details
-
getGeoPolygons
Gets the value of the geoPolygons property.- Returns:
- possible object is
CTGeoPolygons
-
setGeoPolygons
Sets the value of the geoPolygons property.- Parameters:
value- allowed object isCTGeoPolygons
-
getCopyrights
Gets the value of the copyrights property.- Returns:
- possible object is
CTCopyrights
-
setCopyrights
Sets the value of the copyrights property.- Parameters:
value- allowed object isCTCopyrights
-
getEntityName
Gets the value of the entityName property.- Returns:
- possible object is
String
-
setEntityName
Sets the value of the entityName property.- Parameters:
value- allowed object isString
-
getEntityId
Gets the value of the entityId property.- Returns:
- possible object is
String
-
setEntityId
Sets the value of the entityId property.- Parameters:
value- allowed object isString
-
getEast
public double getEast()Gets the value of the east property. -
setEast
public void setEast(double value) Sets the value of the east property. -
getWest
public double getWest()Gets the value of the west property. -
setWest
public void setWest(double value) Sets the value of the west property. -
getNorth
public double getNorth()Gets the value of the north property. -
setNorth
public void setNorth(double value) Sets the value of the north property. -
getSouth
public double getSouth()Gets the value of the south property. -
setSouth
public void setSouth(double value) Sets the value of the south property.
-