public class SetComponentState extends AbstractSet
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}AbstractSet">
<sequence>
<element name="ProposedComponentState" type="{http://p11073-10207/draft6/pm/2016/12/08}AbstractDeviceComponentState" maxOccurs="unbounded"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<AbstractDeviceComponentState> |
proposedComponentStates |
extension, operationHandle| Constructor and Description |
|---|
SetComponentState() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object that) |
List<AbstractDeviceComponentState> |
getProposedComponentStates()
ProposedComponentState comprises the component states that have to be
updated.
|
int |
hashCode() |
void |
setProposedComponentStates(List<AbstractDeviceComponentState> value) |
String |
toString() |
getExtension, getOperationHandle, setExtension, setOperationHandleprotected List<AbstractDeviceComponentState> proposedComponentStates
public List<AbstractDeviceComponentState> getProposedComponentStates()
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 proposedComponentStates property.
For example, to add a new item, do as follows:
getProposedComponentStates().add(newItem);
Objects of the following type(s) are allowed in the list
AbstractDeviceComponentState
public void setProposedComponentStates(List<AbstractDeviceComponentState> value)
public String toString()
toString in class AbstractSetpublic boolean equals(Object that)
equals in class AbstractSetpublic int hashCode()
hashCode in class AbstractSetCopyright © 2017. All rights reserved.