public static class AbstractOperationalStateReport.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="OperationState" type="{http://standards.ieee.org/downloads/11073/11073-10207-2017/participant}AbstractOperationState" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<AbstractOperationState> |
operationState |
extension, sourceMds| Constructor and Description |
|---|
ReportPart() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object that) |
List<AbstractOperationState> |
getOperationState()
Gets the value of the operationState property.
|
int |
hashCode() |
void |
setOperationState(List<AbstractOperationState> value) |
String |
toString() |
getExtension, getSourceMds, setExtension, setSourceMdsprotected List<AbstractOperationState> operationState
public List<AbstractOperationState> getOperationState()
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 operationState property.
For example, to add a new item, do as follows:
getOperationState().add(newItem);
Objects of the following type(s) are allowed in the list
AbstractOperationState
public void setOperationState(List<AbstractOperationState> 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.