public class AbstractContextChangedReport extends AbstractReport
| Modifier and Type | Field and Description |
|---|---|
protected List<ContextChangedReportPart> |
reportParts |
extension, sequenceNumber| Constructor and Description |
|---|
AbstractContextChangedReport() |
| Modifier and Type | Method and Description |
|---|---|
List<ContextChangedReportPart> |
getReportParts()
List of report containers associated to one MDS.Gets the value of the reportParts property.
|
void |
setReportParts(List<ContextChangedReportPart> value) |
getExtension, getSequenceNumber, setExtension, setSequenceNumberprotected List<ContextChangedReportPart> reportParts
public List<ContextChangedReportPart> 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
ContextChangedReportPart
public void setReportParts(List<ContextChangedReportPart> value)
Copyright © 2016. All rights reserved.