public class AbstractMetricReport extends AbstractReport
Java class for AbstractMetricReport complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AbstractMetricReport">
<complexContent>
<extension base="{http://message-model-uri/15/04}AbstractReport">
<sequence>
<element name="ReportPart" type="{http://message-model-uri/15/04}MetricReportPart" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<MetricReportPart> |
reportParts |
extension, sequenceNumber| Constructor and Description |
|---|
AbstractMetricReport() |
| Modifier and Type | Method and Description |
|---|---|
List<MetricReportPart> |
getReportParts()
List of report containers associated to one MDS.Gets the value of the reportParts property.
|
void |
setReportParts(List<MetricReportPart> value) |
getExtension, getSequenceNumber, setExtension, setSequenceNumberprotected List<MetricReportPart> reportParts
public List<MetricReportPart> getReportParts()
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 reportParts property.
For example, to add a new item, do as follows:
getReportParts().add(newItem);
Objects of the following type(s) are allowed in the list
MetricReportPart
public void setReportParts(List<MetricReportPart> value)
Copyright © 2016. All rights reserved.