|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectch.syabru.nagios.broker.xml.XmlActionScheduleServiceCheck
public class XmlActionScheduleServiceCheck
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 |
|---|
protected String hostName
protected String serviceDescription
protected XMLGregorianCalendar checkTime
protected Integer delaySeconds
| Constructor Detail |
|---|
public XmlActionScheduleServiceCheck()
| Method Detail |
|---|
public String getHostName()
Stringpublic void setHostName(String value)
value - allowed object is
Stringpublic String getServiceDescription()
Stringpublic void setServiceDescription(String value)
value - allowed object is
Stringpublic XMLGregorianCalendar getCheckTime()
XMLGregorianCalendarpublic void setCheckTime(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic Integer getDelaySeconds()
Integerpublic 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 | |||||||||