public class CompanySearch 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="{}companies"/>
<element ref="{}num-results"/>
<element ref="{}facets"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Companies |
companies |
protected Facets |
facets |
protected Long |
numResults |
| Constructor and Description |
|---|
CompanySearch() |
| Modifier and Type | Method and Description |
|---|---|
Companies |
getCompanies()
Gets the value of the companies property.
|
Facets |
getFacets()
Gets the value of the facets property.
|
Long |
getNumResults()
Gets the value of the numResults property.
|
void |
setCompanies(Companies value)
Sets the value of the companies property.
|
void |
setFacets(Facets value)
Sets the value of the facets property.
|
void |
setNumResults(Long value)
Sets the value of the numResults property.
|
protected Companies companies
protected Long numResults
protected Facets facets
public Companies getCompanies()
Companiespublic void setCompanies(Companies value)
value - allowed object is
Companiespublic Long getNumResults()
Stringpublic void setNumResults(Long value)
value - allowed object is
Stringpublic Facets getFacets()
FacetsApache Camel