|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object ch.syabru.nagios.broker.xml.XmlJmxMatch
public class XmlJmxMatch
Java class for XmlJmxMatch complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="XmlJmxMatch"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="className" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="type" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="message" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="source" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Field Summary | |
---|---|
protected String |
className
|
protected String |
message
|
protected String |
source
|
protected String |
type
|
Constructor Summary | |
---|---|
XmlJmxMatch()
|
Method Summary | |
---|---|
String |
getClassName()
Gets the value of the className property. |
String |
getMessage()
Gets the value of the message property. |
String |
getSource()
Gets the value of the source property. |
String |
getType()
Gets the value of the type property. |
void |
setClassName(String value)
Sets the value of the className property. |
void |
setMessage(String value)
Sets the value of the message property. |
void |
setSource(String value)
Sets the value of the source property. |
void |
setType(String value)
Sets the value of the type property. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected String className
protected String type
protected String message
protected String source
Constructor Detail |
---|
public XmlJmxMatch()
Method Detail |
---|
public String getClassName()
String
public void setClassName(String value)
value
- allowed object is
String
public String getType()
String
public void setType(String value)
value
- allowed object is
String
public String getMessage()
String
public void setMessage(String value)
value
- allowed object is
String
public String getSource()
String
public void setSource(String value)
value
- allowed object is
String
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |