public class AlertReportPart extends ReportPart
Java class for AlertReportPart complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AlertReportPart">
<complexContent>
<extension base="{http://message-model-uri/15/04}AbstractReportPart">
<sequence>
<element name="AlertState" type="{http://domain-model-uri/15/04}AbstractAlertState" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<AbstractAlertState> |
alertStates |
extension, sourceMDS| Constructor and Description |
|---|
AlertReportPart() |
| Modifier and Type | Method and Description |
|---|---|
List<AbstractAlertState> |
getAlertStates()
List of alert states that build the content of this report.Gets the value of the alertStates property.
|
void |
setAlertStates(List<AbstractAlertState> value) |
getExtension, getSourceMDS, setExtension, setSourceMDSprotected List<AbstractAlertState> alertStates
public List<AbstractAlertState> getAlertStates()
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 alertStates property.
For example, to add a new item, do as follows:
getAlertStates().add(newItem);
Objects of the following type(s) are allowed in the list
AbstractAlertState
public void setAlertStates(List<AbstractAlertState> value)
Copyright © 2016. All rights reserved.