public class GetContextStatesResponse extends AbstractGetResponse
| Modifier and Type | Field and Description |
|---|---|
protected List<AbstractContextState> |
contextStates |
extension, sequenceNumber| Constructor and Description |
|---|
GetContextStatesResponse() |
| Modifier and Type | Method and Description |
|---|---|
List<AbstractContextState> |
getContextStates()
List of context values that includes all or just a subset of the requested context information.Gets the value of the contextStates property.
|
void |
setContextStates(List<AbstractContextState> value) |
getExtension, getSequenceNumber, setExtension, setSequenceNumberprotected List<AbstractContextState> contextStates
public List<AbstractContextState> getContextStates()
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 contextStates property.
For example, to add a new item, do as follows:
getContextStates().add(newItem);
Objects of the following type(s) are allowed in the list
AbstractContextState
public void setContextStates(List<AbstractContextState> value)
Copyright © 2016. All rights reserved.