Class CTGeoParentEntitiesQuery
java.lang.Object
org.docx4j.com.microsoft.schemas.office.drawing.x2014.chartex.CTGeoParentEntitiesQuery
Java class for CT_GeoParentEntitiesQuery complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_GeoParentEntitiesQuery">
<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.
-
Field Details
-
entityId
-
-
Constructor Details
-
CTGeoParentEntitiesQuery
public CTGeoParentEntitiesQuery()
-
-
Method Details