|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectch.syabru.nagios.broker.xml.XmlJmxNotification
public class XmlJmxNotification
Java class for XmlJmxNotification complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="XmlJmxNotification">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="objectName" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="match" type="{http://www.syabru.ch/nagios-msg-broker/1.0}XmlJmxMatch"/>
<element name="action" type="{http://www.syabru.ch/nagios-msg-broker/1.0}XmlActions"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected XmlActions |
action
|
protected XmlJmxMatch |
match
|
protected String |
objectName
|
| Constructor Summary | |
|---|---|
XmlJmxNotification()
|
|
| Method Summary | |
|---|---|
XmlActions |
getAction()
Gets the value of the action property. |
XmlJmxMatch |
getMatch()
Gets the value of the match property. |
String |
getObjectName()
Gets the value of the objectName property. |
void |
setAction(XmlActions value)
Sets the value of the action property. |
void |
setMatch(XmlJmxMatch value)
Sets the value of the match property. |
void |
setObjectName(String value)
Sets the value of the objectName property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected String objectName
protected XmlJmxMatch match
protected XmlActions action
| Constructor Detail |
|---|
public XmlJmxNotification()
| Method Detail |
|---|
public String getObjectName()
Stringpublic void setObjectName(String value)
value - allowed object is
Stringpublic XmlJmxMatch getMatch()
XmlJmxMatchpublic void setMatch(XmlJmxMatch value)
value - allowed object is
XmlJmxMatchpublic XmlActions getAction()
XmlActionspublic void setAction(XmlActions value)
value - allowed object is
XmlActions
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||