public class AbstractContextChangedReport extends AbstractReport
| Modifier and Type | Class and Description |
|---|---|
static class |
AbstractContextChangedReport.ContextChangedReportPart
Java class for anonymous complex type.
|
| Modifier and Type | Field and Description |
|---|---|
protected List<AbstractContextChangedReport.ContextChangedReportPart> |
reportParts |
extension, instanceId, sequenceId, sequenceNumber| Constructor and Description |
|---|
AbstractContextChangedReport() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object that) |
List<AbstractContextChangedReport.ContextChangedReportPart> |
getReportParts()
List of report containers associated to one MDS.Gets the value of the reportParts property.
|
int |
hashCode() |
void |
setReportParts(List<AbstractContextChangedReport.ContextChangedReportPart> value) |
String |
toString() |
getExtension, getInstanceId, getSequenceId, getSequenceNumber, setExtension, setInstanceId, setSequenceId, setSequenceNumberprotected List<AbstractContextChangedReport.ContextChangedReportPart> reportParts
public List<AbstractContextChangedReport.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
AbstractContextChangedReport.ContextChangedReportPart
public void setReportParts(List<AbstractContextChangedReport.ContextChangedReportPart> value)
public String toString()
toString in class AbstractReportpublic boolean equals(Object that)
equals in class AbstractReportpublic int hashCode()
hashCode in class AbstractReportCopyright © 2017. All rights reserved.