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()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic String getCode()
Stringpublic void setCode(String value)
value - allowed object is
Stringpublic Long getCount()
Stringpublic void setCount(Long value)
value - allowed object is
Stringpublic Boolean isSelected()
BooleanApache Camel