public class ContextChangedReportPart extends ReportPart
Java class for ContextChangedReportPart complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ContextChangedReportPart">
<complexContent>
<extension base="{http://message-model-uri/15/04}AbstractReportPart">
<sequence>
<element name="ChangedContextState" type="{http://domain-model-uri/15/04}HandleRef" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<String> |
changedContextStates |
extension, sourceMDS| Constructor and Description |
|---|
ContextChangedReportPart() |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getChangedContextStates()
List of abstract contexts that build the content of this report.Gets the value of the changedContextStates property.
|
void |
setChangedContextStates(List<String> value) |
getExtension, getSourceMDS, setExtension, setSourceMDSpublic List<String> getChangedContextStates()
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 changedContextStates property.
For example, to add a new item, do as follows:
getChangedContextStates().add(newItem);
Objects of the following type(s) are allowed in the list
String
Copyright © 2016. All rights reserved.