|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object ch.syabru.nagios.broker.xml.XmlActionScheduleForcedServiceCheck
public class XmlActionScheduleForcedServiceCheck
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 |
---|
protected String hostName
protected String serviceDescription
protected XMLGregorianCalendar checkTime
protected Integer delaySeconds
Constructor Detail |
---|
public XmlActionScheduleForcedServiceCheck()
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 XMLGregorianCalendar getCheckTime()
XMLGregorianCalendar
public void setCheckTime(XMLGregorianCalendar value)
value
- allowed object is
XMLGregorianCalendar
public Integer getDelaySeconds()
Integer
public void setDelaySeconds(Integer value)
value
- allowed object is
Integer
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |