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