public class ScheduleDefinition extends Object implements Serializable
Java class for scheduleDefinition complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="scheduleDefinition"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="triggers" type="{urn:org:miloss:fgsms:services:interfaces:automatedReportingService}abstractSchedule" maxOccurs="unbounded"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected List<AbstractSchedule> |
triggers |
Constructor and Description |
---|
ScheduleDefinition() |
Modifier and Type | Method and Description |
---|---|
List<AbstractSchedule> |
getTriggers()
Gets the value of the triggers property.
|
boolean |
isSetTriggers() |
void |
unsetTriggers() |
protected List<AbstractSchedule> triggers
public List<AbstractSchedule> getTriggers()
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 triggers property.
For example, to add a new item, do as follows:
getTriggers().add(newItem);
Objects of the following type(s) are allowed in the list
AbstractSchedule
public boolean isSetTriggers()
public void unsetTriggers()
Copyright © 2008–2017 MIL-OSS. All rights reserved.