|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.novell.nds.dirxml.driver.xds.util.StatusAttributes
A collection of attribute values for a <status> element.
| Method Summary | |
static StatusAttributes |
factory(StatusLevel level,
StatusType type,
String id)
Constructs a new StatusAttributes instance. |
String |
getEventID()
Gets this objects event-id attribute value. |
StatusLevel |
getLevel()
Gets this objects status level attribute value. |
StatusType |
getType()
Gets this objects status type attribute value. |
void |
setEventID(String someID)
Sets this objects event-id attribute value. |
void |
setLevel(StatusLevel someLevel)
Sets this objects status level attribute value. |
void |
setType(StatusType someType)
Sets this objects status type attribute value. |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
public static StatusAttributes factory(StatusLevel level,
StatusType type,
String id)
level - level attribute value; may be nulltype - attribute value; may be nullid - event-id attribute value; may be null
nullpublic void setLevel(StatusLevel someLevel)
someLevel - the status level value; may be nullpublic void setType(StatusType someType)
someType - the status type value; may be nullpublic void setEventID(String someID)
someID - the event-id value; may be nullpublic StatusLevel getLevel()
nullpublic StatusType getType()
nullpublic String getEventID()
null
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||