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