public interface Referable
ObjectReference| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getId()
Returns the value of the Id attribute for this object.
|
java.lang.String |
getType()
Returns a URI identifying the type of this object.
|
void |
setId(java.lang.String id)
Sets the Id attribute for this object.
|
void setId(java.lang.String id)
throws org.w3c.dom.DOMException
id - The ID name of this object.org.w3c.dom.DOMExceptionjava.lang.String getId()
java.lang.String getType()
null if none is defined.