Class CTGeoData
java.lang.Object
org.docx4j.com.microsoft.schemas.office.drawing.x2014.chartex.CTGeoData
- All Implemented Interfaces:
Child
public class CTGeoData extends java.lang.Object implements Child
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
Fields Modifier and Type Field Description protected CTCopyrightscopyrightsprotected doubleeastprotected java.lang.StringentityIdprotected java.lang.StringentityNameprotected CTGeoPolygonsgeoPolygonsprotected doublenorthprotected doublesouthprotected doublewest -
Constructor Summary
Constructors Constructor Description CTGeoData() -
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.CTCopyrightsgetCopyrights()Gets the value of the copyrights property.doublegetEast()Gets the value of the east property.java.lang.StringgetEntityId()Gets the value of the entityId property.java.lang.StringgetEntityName()Gets the value of the entityName property.CTGeoPolygonsgetGeoPolygons()Gets the value of the geoPolygons property.doublegetNorth()Gets the value of the north property.java.lang.ObjectgetParent()Gets the parent object in the object tree representing the unmarshalled xml document.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(java.lang.String value)Sets the value of the entityId property.voidsetEntityName(java.lang.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.voidsetParent(java.lang.Object parent)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
protected java.lang.String entityName -
entityId
protected java.lang.String 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
public java.lang.String getEntityName()Gets the value of the entityName property.- Returns:
- possible object is
String
-
setEntityName
public void setEntityName(java.lang.String value)Sets the value of the entityName property.- Parameters:
value- allowed object isString
-
getEntityId
public java.lang.String getEntityId()Gets the value of the entityId property.- Returns:
- possible object is
String
-
setEntityId
public void setEntityId(java.lang.String value)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. -
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.
-