public static class AbstractAlertReport.ReportPart extends AbstractReportPart
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<extension base="{http://standards.ieee.org/downloads/11073/11073-10207-2017/message}AbstractReportPart">
<sequence>
<element name="AlertState" type="{http://standards.ieee.org/downloads/11073/11073-10207-2017/participant}AbstractAlertState" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<AbstractAlertState> |
alertState |
extension, sourceMds| Constructor and Description |
|---|
ReportPart() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object that) |
List<AbstractAlertState> |
getAlertState()
Gets the value of the alertState property.
|
int |
hashCode() |
void |
setAlertState(List<AbstractAlertState> value) |
String |
toString() |
getExtension, getSourceMds, setExtension, setSourceMdsprotected List<AbstractAlertState> alertState
public List<AbstractAlertState> getAlertState()
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 alertState property.
For example, to add a new item, do as follows:
getAlertState().add(newItem);
Objects of the following type(s) are allowed in the list
AbstractAlertState
public void setAlertState(List<AbstractAlertState> value)
public String toString()
toString in class AbstractReportPartpublic boolean equals(Object that)
equals in class AbstractReportPartpublic int hashCode()
hashCode in class AbstractReportPartCopyright © 2018. All rights reserved.