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()
Companies
public void setCompanies(Companies value)
value
- allowed object is
Companies
public Long getNumResults()
String
public void setNumResults(Long value)
value
- allowed object is
String
public Facets getFacets()
Facets
Apache Camel