public class Facet 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="{}name"/> <element name="code"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <enumeration value="location"/> <enumeration value="industry"/> <enumeration value="network"/> <enumeration value="language"/> <enumeration value="current-company"/> <enumeration value="past-company"/> <enumeration value="school"/> <enumeration value="company-size"/> <enumeration value="num-followers-range"/> <enumeration value="fortune"/> <enumeration value="company"/> <enumeration value="date-posted"/> <enumeration value="job-function"/> <enumeration value="experience-level"/> <enumeration value="salary"/> </restriction> </simpleType> </element> <element ref="{}buckets" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected Buckets |
buckets |
protected FacetType |
code |
protected String |
name |
Constructor and Description |
---|
Facet() |
Modifier and Type | Method and Description |
---|---|
Buckets |
getBuckets()
Gets the value of the buckets property.
|
FacetType |
getCode()
Gets the value of the code property.
|
String |
getName()
Gets the value of the name property.
|
void |
setBuckets(Buckets value)
Sets the value of the buckets property.
|
void |
setCode(FacetType value)
Sets the value of the code property.
|
void |
setName(String value)
Sets the value of the name property.
|
protected String name
protected FacetType code
protected Buckets buckets
public String getName()
String
public void setName(String value)
value
- allowed object is
String
public FacetType getCode()
FacetType
public void setCode(FacetType value)
value
- allowed object is
FacetType
public Buckets getBuckets()
Buckets
Apache Camel