ch.syabru.nagios.broker.xml
Class XmlActions
java.lang.Object
ch.syabru.nagios.broker.xml.XmlActions
public class XmlActions
- extends Object
Java class for XmlActions complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="XmlActions">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<choice maxOccurs="unbounded">
<element name="processServiceCheckResult" type="{http://www.syabru.ch/nagios-msg-broker/1.0}XmlActionProcessServiceCheckResult"/>
<element name="scheduleServiceCheck" type="{http://www.syabru.ch/nagios-msg-broker/1.0}XmlActionScheduleServiceCheck"/>
<element name="scheduleForcedServiceCheck" type="{http://www.syabru.ch/nagios-msg-broker/1.0}XmlActionScheduleForcedServiceCheck"/>
</choice>
</restriction>
</complexContent>
</complexType>
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
xmlAction
protected List<Object> xmlAction
XmlActions
public XmlActions()
getXmlAction
public List<Object> getXmlAction()
- Gets the value of the xmlAction property.
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set
method for the xmlAction property.
For example, to add a new item, do as follows:
getXmlAction().add(newItem);
Objects of the following type(s) are allowed in the list
XmlActionProcessServiceCheckResult
XmlActionScheduleForcedServiceCheck
XmlActionScheduleServiceCheck
Copyright © 2010-2011 Syabru. All Rights Reserved.