java.lang.Object
org.docx4j.com.microsoft.schemas.office.drawing.x2014.chartex.CTGeoParentEntity

public class CTGeoParentEntity extends Object

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 Details

    • entityId

      protected String entityId
  • Constructor Details

    • CTGeoParentEntity

      public CTGeoParentEntity()
  • Method Details

    • getEntityId

      public String getEntityId()
      Gets the value of the entityId property.
      Returns:
      possible object is String
    • setEntityId

      public void setEntityId(String value)
      Sets the value of the entityId property.
      Parameters:
      value - allowed object is String