@Exported public class CounterBean 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 name="name" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="total" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="increment" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Integer |
increment |
protected String |
name |
protected Integer |
total |
| Constructor and Description |
|---|
CounterBean() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getIncrement()
Gets the value of the increment property.
|
String |
getName()
Gets the value of the name property.
|
Integer |
getTotal()
Gets the value of the total property.
|
void |
setIncrement(Integer value)
Sets the value of the increment property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setTotal(Integer value)
Sets the value of the total property.
|
protected String name
protected Integer total
protected Integer increment
public String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic Integer getTotal()
Integerpublic void setTotal(Integer value)
value - allowed object is
Integerpublic Integer getIncrement()
Integer