public class SetContextState 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="ProposedContextState" type="{http://p11073-10207/draft6/pm/2016/12/08}AbstractContextState" maxOccurs="unbounded"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<AbstractContextState> |
proposedContextStates |
extension, operationHandle| Constructor and Description |
|---|
SetContextState() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object that) |
List<AbstractContextState> |
getProposedContextStates()
ProposedContextState comprises the context states that have to be
inserted or updated: - If ProposedContextState/@Handle is empty, the proposed object
SHOULD be created as a new context state.
|
int |
hashCode() |
void |
setProposedContextStates(List<AbstractContextState> value) |
String |
toString() |
getExtension, getOperationHandle, setExtension, setOperationHandleprotected List<AbstractContextState> proposedContextStates
public List<AbstractContextState> getProposedContextStates()
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 proposedContextStates property.
For example, to add a new item, do as follows:
getProposedContextStates().add(newItem);
Objects of the following type(s) are allowed in the list
AbstractContextState
public void setProposedContextStates(List<AbstractContextState> 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.