public class QueryResultList extends Object
Java class for QueryResultList complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="QueryResultList">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="result" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
QueryResultList() |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getResult()
Gets the value of the result property.
|
public List<String> getResult()
set method for the result property.
For example, to add a new item, do as follows:
getResult().add(newItem);
Objects of the following type(s) are allowed in the list
StringApache Camel