public static class AbstractMetricReport.ReportPart extends ReportPart
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/draft6/msg/2016/12/08}AbstractReportPart">
<sequence>
<element name="MetricState" type="{http://p11073-10207/draft6/pm/2016/12/08}AbstractMetricState" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<AbstractMetricState> |
metrics |
extension, sourceMDS| Constructor and Description |
|---|
ReportPart() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object that) |
List<AbstractMetricState> |
getMetrics()
List of changed pm:AbstractMetricState instances.Gets the value of the metrics property.
|
int |
hashCode() |
void |
setMetrics(List<AbstractMetricState> value) |
String |
toString() |
getExtension, getSourceMDS, setExtension, setSourceMDSprotected List<AbstractMetricState> metrics
public List<AbstractMetricState> getMetrics()
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 metrics property.
For example, to add a new item, do as follows:
getMetrics().add(newItem);
Objects of the following type(s) are allowed in the list
AbstractMetricState
public void setMetrics(List<AbstractMetricState> value)
public String toString()
toString in class ReportPartpublic boolean equals(Object that)
equals in class ReportPartpublic int hashCode()
hashCode in class ReportPartCopyright © 2017. All rights reserved.