public class PeopleSearch extends Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{}num-results"/>
<element ref="{}people" minOccurs="0"/>
<element ref="{}facets" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Facets |
facets |
protected Long |
numResults |
protected People |
people |
| Constructor and Description |
|---|
PeopleSearch() |
| Modifier and Type | Method and Description |
|---|---|
Facets |
getFacets()
Gets the value of the facets property.
|
Long |
getNumResults()
Gets the value of the numResults property.
|
People |
getPeople()
Gets the value of the people property.
|
void |
setFacets(Facets value)
Sets the value of the facets property.
|
void |
setNumResults(Long value)
Sets the value of the numResults property.
|
void |
setPeople(People value)
Sets the value of the people property.
|
protected Long numResults
protected People people
protected Facets facets
public Long getNumResults()
Stringpublic void setNumResults(Long value)
value - allowed object is
Stringpublic People getPeople()
Peoplepublic void setPeople(People value)
value - allowed object is
Peoplepublic Facets getFacets()
FacetsApache Camel