ch.syabru.nagios.broker.xml
Class XmlActionProcessServiceCheckResult

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

public class XmlActionProcessServiceCheckResult
extends Object

Java class for XmlActionProcessServiceCheckResult complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="XmlActionProcessServiceCheckResult">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="hostName" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="serviceDescription" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="returnCode" type="{http://www.syabru.ch/nagios-msg-broker/1.0}XmlNagiosReturnCode"/>
         <element name="pluginOutput" type="{http://www.w3.org/2001/XMLSchema}string"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  String hostName
           
protected  String pluginOutput
           
protected  int returnCode
           
protected  String serviceDescription
           
 
Constructor Summary
XmlActionProcessServiceCheckResult()
           
 
Method Summary
 String getHostName()
          Gets the value of the hostName property.
 String getPluginOutput()
          Gets the value of the pluginOutput property.
 int getReturnCode()
          Gets the value of the returnCode property.
 String getServiceDescription()
          Gets the value of the serviceDescription property.
 void setHostName(String value)
          Sets the value of the hostName property.
 void setPluginOutput(String value)
          Sets the value of the pluginOutput property.
 void setReturnCode(int value)
          Sets the value of the returnCode property.
 void setServiceDescription(String value)
          Sets the value of the serviceDescription property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

hostName

protected String hostName

serviceDescription

protected String serviceDescription

returnCode

protected int returnCode

pluginOutput

protected String pluginOutput
Constructor Detail

XmlActionProcessServiceCheckResult

public XmlActionProcessServiceCheckResult()
Method Detail

getHostName

public String getHostName()
Gets the value of the hostName property.

Returns:
possible object is String

setHostName

public void setHostName(String value)
Sets the value of the hostName property.

Parameters:
value - allowed object is String

getServiceDescription

public String getServiceDescription()
Gets the value of the serviceDescription property.

Returns:
possible object is String

setServiceDescription

public void setServiceDescription(String value)
Sets the value of the serviceDescription property.

Parameters:
value - allowed object is String

getReturnCode

public int getReturnCode()
Gets the value of the returnCode property.


setReturnCode

public void setReturnCode(int value)
Sets the value of the returnCode property.


getPluginOutput

public String getPluginOutput()
Gets the value of the pluginOutput property.

Returns:
possible object is String

setPluginOutput

public void setPluginOutput(String value)
Sets the value of the pluginOutput property.

Parameters:
value - allowed object is String


Copyright © 2010-2011 Syabru. All Rights Reserved.