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://message-model-uri/15/04}AbstractSet">
<sequence>
<element name="ProposedContextState" type="{http://domain-model-uri/15/04}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 |
|---|---|
List<AbstractContextState> |
getProposedContextStates()
Defines the context states that has to be inserted or updated.
|
void |
setProposedContextStates(List<AbstractContextState> value) |
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)
Copyright © 2016. All rights reserved.