public class JobSearch 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="{}jobs"/>
<element ref="{}facets"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Facets |
facets |
protected Jobs |
jobs |
| Constructor and Description |
|---|
JobSearch() |
| Modifier and Type | Method and Description |
|---|---|
Facets |
getFacets()
Gets the value of the facets property.
|
Jobs |
getJobs()
Gets the value of the jobs property.
|
void |
setFacets(Facets value)
Sets the value of the facets property.
|
void |
setJobs(Jobs value)
Sets the value of the jobs property.
|
Apache Camel