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://p11073-10207/draft10/msg/2017/10/05}AbstractReportPart">
<sequence>
<element name="MetricState" type="{http://p11073-10207/draft10/pm/2017/10/05}AbstractMetricState" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<AbstractMetricState> |
metricState |
extension, sourceMds| Constructor and Description |
|---|
ReportPart() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object that) |
List<AbstractMetricState> |
getMetricState()
Gets the value of the metricState property.
|
int |
hashCode() |
void |
setMetricState(List<AbstractMetricState> value) |
String |
toString() |
getExtension, getSourceMds, setExtension, setSourceMdsprotected List<AbstractMetricState> metricState
public 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 void setMetricState(List<AbstractMetricState> value)
public String toString()
toString in class AbstractReportPartpublic boolean equals(Object that)
equals in class AbstractReportPartpublic int hashCode()
hashCode in class AbstractReportPartCopyright © 2017. All rights reserved.