public static class AbstractComponentReport.ReportPart 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="ComponentState" type="{http://p11073-10207/draft6/pm/2016/12/08}AbstractDeviceComponentState" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<AbstractDeviceComponentState> |
componentStates |
extension, sourceMDS| Constructor and Description |
|---|
ReportPart() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object that) |
List<AbstractDeviceComponentState> |
getComponentStates()
List of changed pm:AbstractComponentState instances.Gets the value of the componentStates property.
|
int |
hashCode() |
void |
setComponentStates(List<AbstractDeviceComponentState> value) |
String |
toString() |
getExtension, getSourceMDS, setExtension, setSourceMDSprotected List<AbstractDeviceComponentState> componentStates
public List<AbstractDeviceComponentState> getComponentStates()
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 componentStates property.
For example, to add a new item, do as follows:
getComponentStates().add(newItem);
Objects of the following type(s) are allowed in the list
AbstractDeviceComponentState
public void setComponentStates(List<AbstractDeviceComponentState> value)
public String toString()
toString in class ReportPartpublic boolean equals(Object that)
equals in class ReportPartpublic int hashCode()
hashCode in class ReportPartCopyright © 2017. All rights reserved.