public class CTGeoEntity
extends java.lang.Object
Java class for CT_GeoEntity complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_GeoEntity">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="entityName" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="entityType" use="required" type="{http://schemas.microsoft.com/office/drawing/2014/chartex}ST_EntityType" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
entityName |
protected STEntityType |
entityType |
| Constructor and Description |
|---|
CTGeoEntity() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getEntityName()
Gets the value of the entityName property.
|
STEntityType |
getEntityType()
Gets the value of the entityType property.
|
void |
setEntityName(java.lang.String value)
Sets the value of the entityName property.
|
void |
setEntityType(STEntityType value)
Sets the value of the entityType property.
|
protected java.lang.String entityName
protected STEntityType entityType
public java.lang.String getEntityName()
Stringpublic void setEntityName(java.lang.String value)
value - allowed object is
Stringpublic STEntityType getEntityType()
STEntityTypepublic void setEntityType(STEntityType value)
value - allowed object is
STEntityTypeCopyright © 2007–2023. All rights reserved.