public class Bucket 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 ref="{}code"/> <element ref="{}count"/> <element ref="{}selected" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected String |
code |
protected Long |
count |
protected String |
name |
protected Boolean |
selected |
Constructor and Description |
---|
Bucket() |
Modifier and Type | Method and Description |
---|---|
String |
getCode()
Gets the value of the code property.
|
Long |
getCount()
Gets the value of the count property.
|
String |
getName()
Gets the value of the name property.
|
Boolean |
isSelected()
Gets the value of the selected property.
|
void |
setCode(String value)
Sets the value of the code property.
|
void |
setCount(Long value)
Sets the value of the count property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setSelected(Boolean value)
Sets the value of the selected property.
|
protected String name
protected String code
protected Long count
protected Boolean selected
public String getName()
String
public void setName(String value)
value
- allowed object is
String
public String getCode()
String
public void setCode(String value)
value
- allowed object is
String
public Long getCount()
String
public void setCount(Long value)
value
- allowed object is
String
public Boolean isSelected()
Boolean
Apache Camel