ch.syabru.nagios.broker.xml
Class XmlJmxMatch

java.lang.Object
  extended by ch.syabru.nagios.broker.xml.XmlJmxMatch

public class XmlJmxMatch
extends Object

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

className

protected String className

type

protected String type

message

protected String message

source

protected String source
Constructor Detail

XmlJmxMatch

public XmlJmxMatch()
Method Detail

getClassName

public String getClassName()
Gets the value of the className property.

Returns:
possible object is String

setClassName

public void setClassName(String value)
Sets the value of the className property.

Parameters:
value - allowed object is String

getType

public String getType()
Gets the value of the type property.

Returns:
possible object is String

setType

public void setType(String value)
Sets the value of the type property.

Parameters:
value - allowed object is String

getMessage

public String getMessage()
Gets the value of the message property.

Returns:
possible object is String

setMessage

public void setMessage(String value)
Sets the value of the message property.

Parameters:
value - allowed object is String

getSource

public String getSource()
Gets the value of the source property.

Returns:
possible object is String

setSource

public void setSource(String value)
Sets the value of the source property.

Parameters:
value - allowed object is String


Copyright © 2010-2011 Syabru. All Rights Reserved.