public class Element
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
protected java.lang.String |
id |
Constructor and Description |
---|
Element() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getID()
The identifier of the element.
|
void |
setID(java.lang.String id)
The identifier of the element.
|