public interface XOCClass extends XOCElement
Modifier and Type | Method and Description |
---|---|
XAttributeMap |
getAttributes()
Retrieves the attributes set for this element.
|
java.lang.String |
getClassName() |
XID |
getID()
Returns the id of the event
|
void |
setAttributes(XAttributeMap attributes)
Sets the map of attributes for this element.
|
void |
setClassName(java.lang.String className) |
void |
setID(XID ID) |
getExtensions, hasAttributes
XID getID()
void setID(XID ID)
XAttributeMap getAttributes()
XAttributable
getAttributes
in interface XAttributable
void setAttributes(XAttributeMap attributes)
XAttributable
setAttributes
in interface XAttributable
attributes
- A map of attributes.java.lang.String getClassName()
void setClassName(java.lang.String className)