|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.opennms.netmgt.xml.event.Operaction
public class Operaction
The operator action to be taken when this event occurs with state controlling if action takes place. The menutext gets displayed in the UI.
| Constructor Summary | |
|---|---|
Operaction()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getContent()
Returns the value of field 'content'. |
java.lang.String |
getMenutext()
Returns the value of field 'menutext'. |
java.lang.String |
getState()
Returns the value of field 'state'. |
boolean |
isValid()
Method isValid |
void |
marshal(org.xml.sax.ContentHandler handler)
Method marshal |
void |
marshal(java.io.Writer out)
Method marshal |
void |
setContent(java.lang.String content)
Sets the value of field 'content'. |
void |
setMenutext(java.lang.String menutext)
Sets the value of field 'menutext'. |
void |
setState(java.lang.String state)
Sets the value of field 'state'. |
static java.lang.Object |
unmarshal(java.io.Reader reader)
Method unmarshal |
void |
validate()
Method validate |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Operaction()
| Method Detail |
|---|
public java.lang.String getContent()
public java.lang.String getMenutext()
public java.lang.String getState()
public boolean isValid()
public void marshal(java.io.Writer out)
throws org.exolab.castor.xml.MarshalException,
org.exolab.castor.xml.ValidationException
out -
org.exolab.castor.xml.MarshalException
org.exolab.castor.xml.ValidationException
public void marshal(org.xml.sax.ContentHandler handler)
throws java.io.IOException,
org.exolab.castor.xml.MarshalException,
org.exolab.castor.xml.ValidationException
handler -
java.io.IOException
org.exolab.castor.xml.MarshalException
org.exolab.castor.xml.ValidationExceptionpublic void setContent(java.lang.String content)
content - the value of field 'content'.public void setMenutext(java.lang.String menutext)
menutext - the value of field 'menutext'.public void setState(java.lang.String state)
state - the value of field 'state'.
public static java.lang.Object unmarshal(java.io.Reader reader)
throws org.exolab.castor.xml.MarshalException,
org.exolab.castor.xml.ValidationException
reader -
org.exolab.castor.xml.MarshalException
org.exolab.castor.xml.ValidationException
public void validate()
throws org.exolab.castor.xml.ValidationException
org.exolab.castor.xml.ValidationException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||