|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object ch.syabru.nagios.broker.xml.XmlActionProcessServiceCheckResult
public class XmlActionProcessServiceCheckResult
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 |
---|
protected String hostName
protected String serviceDescription
protected int returnCode
protected String pluginOutput
Constructor Detail |
---|
public XmlActionProcessServiceCheckResult()
Method Detail |
---|
public String getHostName()
String
public void setHostName(String value)
value
- allowed object is
String
public String getServiceDescription()
String
public void setServiceDescription(String value)
value
- allowed object is
String
public int getReturnCode()
public void setReturnCode(int value)
public String getPluginOutput()
String
public void setPluginOutput(String value)
value
- allowed object is
String
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |