Class CTGeoParentEntity
java.lang.Object
org.docx4j.com.microsoft.schemas.office.drawing.x2014.chartex.CTGeoParentEntity
Java class for CT_GeoParentEntity complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_GeoParentEntity">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="entityId" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the entityId property.voidsetEntityId(String value) Sets the value of the entityId property.