public class HistoricalEventPolicyXto extends EvaluationPolicyXto
Java class for HistoricalEventPolicy complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="HistoricalEventPolicy">
<complexContent>
<extension base="{http://eclipse.org/stardust/ws/v2012a/api/query}EvaluationPolicy">
<sequence>
<element name="eventTypes" type="{http://eclipse.org/stardust/ws/v2012a/api/query}HistoricalEventTypes" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Constructor and Description |
|---|
HistoricalEventPolicyXto() |
public List<HistoricalEventTypeXto> getEventTypes()
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 eventTypes property.
For example, to add a new item, do as follows:
getEventTypes().add(newItem);
Objects of the following type(s) are allowed in the list
HistoricalEventTypeXto
Copyright © 2016 Eclipse Stardust. All Rights Reserved.