ch.syabru.nagios.broker.xml
Class XmlActionScheduleForcedServiceCheck

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

public class XmlActionScheduleForcedServiceCheck
extends Object

Java class for XmlActionScheduleForcedServiceCheck complex type.

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

 <complexType name="XmlActionScheduleForcedServiceCheck">
   <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
XmlActionScheduleForcedServiceCheck()
           
 
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

XmlActionScheduleForcedServiceCheck

public XmlActionScheduleForcedServiceCheck()
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.