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, hasAttributesXID getID()
void setID(XID ID)
XAttributeMap getAttributes()
XAttributablegetAttributes in interface XAttributablevoid setAttributes(XAttributeMap attributes)
XAttributablesetAttributes in interface XAttributableattributes - A map of attributes.java.lang.String getClassName()
void setClassName(java.lang.String className)