public static class AbstractContextChangedReport.ContextChangedReportPart 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="ChangedContextState" type="{http://p11073-10207/draft6/pm/2016/12/08}AbstractContextState" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<AbstractContextState> |
changedContextStates |
extension, sourceMDS| Constructor and Description |
|---|
ContextChangedReportPart() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object that) |
List<AbstractContextState> |
getChangedContextStates()
List of changed pm:AbstractContextState instances.Gets the value of the changedContextStates property.
|
int |
hashCode() |
void |
setChangedContextStates(List<AbstractContextState> value) |
String |
toString() |
getExtension, getSourceMDS, setExtension, setSourceMDSprotected List<AbstractContextState> changedContextStates
public List<AbstractContextState> 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
AbstractContextState
public void setChangedContextStates(List<AbstractContextState> value)
public String toString()
toString in class ReportPartpublic boolean equals(Object that)
equals in class ReportPartpublic int hashCode()
hashCode in class ReportPartCopyright © 2018. All rights reserved.