public class OperationalStateChangedReport extends AbstractReport
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<extension base="{http://message-model-uri/15/04}AbstractReport">
<sequence>
<element name="ReportDetail" type="{http://message-model-uri/15/04}OperationalStateChangedReportPart" maxOccurs="unbounded"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<OperationalStateChangedReportPart> |
reportDetails |
extension, sequenceNumber| Constructor and Description |
|---|
OperationalStateChangedReport() |
| Modifier and Type | Method and Description |
|---|---|
List<OperationalStateChangedReportPart> |
getReportDetails()
List of report details.Gets the value of the reportDetails property.
|
void |
setReportDetails(List<OperationalStateChangedReportPart> value) |
getExtension, getSequenceNumber, setExtension, setSequenceNumberprotected List<OperationalStateChangedReportPart> reportDetails
public List<OperationalStateChangedReportPart> getReportDetails()
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 reportDetails property.
For example, to add a new item, do as follows:
getReportDetails().add(newItem);
Objects of the following type(s) are allowed in the list
OperationalStateChangedReportPart
public void setReportDetails(List<OperationalStateChangedReportPart> value)
Copyright © 2016. All rights reserved.