ch.syabru.nagios.broker.xml
Class XmlActionScheduleServiceCheck

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

public class XmlActionScheduleServiceCheck
extends Object

Java class for XmlActionScheduleServiceCheck complex type.

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

 <complexType name="XmlActionScheduleServiceCheck">
   <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="checkTime" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
         <element name="delaySeconds" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  XMLGregorianCalendar checkTime
           
protected  Integer delaySeconds
           
protected  String hostName
           
protected  String serviceDescription
           
 
Constructor Summary
XmlActionScheduleServiceCheck()
           
 
Method Summary
 XMLGregorianCalendar getCheckTime()
          Gets the value of the checkTime property.
 Integer getDelaySeconds()
          Gets the value of the delaySeconds property.
 String getHostName()
          Gets the value of the hostName property.
 String getServiceDescription()
          Gets the value of the serviceDescription property.
 void setCheckTime(XMLGregorianCalendar value)
          Sets the value of the checkTime property.
 void setDelaySeconds(Integer value)
          Sets the value of the delaySeconds property.
 void setHostName(String value)
          Sets the value of the hostName 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

checkTime

protected XMLGregorianCalendar checkTime

delaySeconds

protected Integer delaySeconds
Constructor Detail

XmlActionScheduleServiceCheck

public XmlActionScheduleServiceCheck()
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

getCheckTime

public XMLGregorianCalendar getCheckTime()
Gets the value of the checkTime property.

Returns:
possible object is XMLGregorianCalendar

setCheckTime

public void setCheckTime(XMLGregorianCalendar value)
Sets the value of the checkTime property.

Parameters:
value - allowed object is XMLGregorianCalendar

getDelaySeconds

public Integer getDelaySeconds()
Gets the value of the delaySeconds property.

Returns:
possible object is Integer

setDelaySeconds

public void setDelaySeconds(Integer value)
Sets the value of the delaySeconds property.

Parameters:
value - allowed object is Integer


Copyright © 2010-2011 Syabru. All Rights Reserved.