public class Element extends GenericModel
| Constructor and Description | 
|---|
Element()  | 
| Modifier and Type | Method and Description | 
|---|---|
java.util.List<Attribute> | 
getAttributes()
Gets the attributes. 
 | 
java.util.List<Category> | 
getCategories()
Gets the categories. 
 | 
Location | 
getLocation()
Gets the location. 
 | 
java.lang.String | 
getText()
Gets the text. 
 | 
java.util.List<TypeLabel> | 
getTypes()
Gets the types. 
 | 
equals, hashCode, toStringpublic Location getLocation()
public java.lang.String getText()
public java.util.List<TypeLabel> getTypes()
public java.util.List<Category> getCategories()
public java.util.List<Attribute> getAttributes()