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()
String
public void setNumResults(Long value)
value
- allowed object is
String
public People getPeople()
People
public void setPeople(People value)
value
- allowed object is
People
public Facets getFacets()
Facets
Apache Camel