public class QueryResult extends Object implements Result, Serializable
<complexType name="QueryResult">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{http://schema.samply.de/ccp/Patient}Patient" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="id" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
id |
protected List<Patient> |
patient |
| Constructor and Description |
|---|
QueryResult() |
| Modifier and Type | Method and Description |
|---|---|
String |
getId()
Gets the value of the id property.
|
List<Patient> |
getPatient()
Gets the value of the patient property.
|
void |
setId(String value)
Sets the value of the id property.
|
public List<Patient> getPatient()
set method for the patient property.
For example, to add a new item, do as follows:
getPatient().add(newItem);
Objects of the following type(s) are allowed in the list PatientCopyright © 2021 Samply Community. All rights reserved.