public class GetContextStates extends AbstractGet
| Modifier and Type | Field and Description |
|---|---|
protected List<String> |
handles |
extension| Constructor and Description |
|---|
GetContextStates() |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getHandles()
List of handles that specify which patients SHOULD be returned.
|
void |
setHandles(List<String> value) |
getExtension, setExtensionpublic List<String> getHandles()
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 handles property.
For example, to add a new item, do as follows:
getHandles().add(newItem);
Objects of the following type(s) are allowed in the list
String
Copyright © 2016. All rights reserved.