|
||||||||||
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 null
type
- attribute value; may be null
id
- event-id attribute value; may be null
null
public void setLevel(StatusLevel someLevel)
someLevel
- the status level value; may be null
public void setType(StatusType someType)
someType
- the status type value; may be null
public void setEventID(String someID)
someID
- the event-id value; may be null
public StatusLevel getLevel()
null
public StatusType getType()
null
public String getEventID()
null
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |