public class CTGeoEntity extends 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 String |
entityName |
protected STEntityType |
entityType |
| Constructor and Description |
|---|
CTGeoEntity() |
| Modifier and Type | Method and Description |
|---|---|
String |
getEntityName()
Gets the value of the entityName property.
|
STEntityType |
getEntityType()
Gets the value of the entityType property.
|
void |
setEntityName(String value)
Sets the value of the entityName property.
|
void |
setEntityType(STEntityType value)
Sets the value of the entityType property.
|
protected String entityName
protected STEntityType entityType
public String getEntityName()
Stringpublic void setEntityName(String value)
value - allowed object is
Stringpublic STEntityType getEntityType()
STEntityTypepublic void setEntityType(STEntityType value)
value - allowed object is
STEntityTypeCopyright © 2007-2022. All Rights Reserved.