public class Count extends Object implements Serializable, org.jvnet.jaxb2_commons.lang.ToString
Java class for count complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="count">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<all>
<element name="total" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="queued" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
</all>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Integer |
queued |
protected Integer |
total |
| Constructor and Description |
|---|
Count() |
| Modifier and Type | Method and Description |
|---|---|
StringBuilder |
append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy) |
StringBuilder |
appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy) |
Integer |
getQueued()
Gets the value of the queued property.
|
Integer |
getTotal()
Gets the value of the total property.
|
boolean |
isSetQueued() |
boolean |
isSetTotal() |
void |
setQueued(Integer value)
Sets the value of the queued property.
|
void |
setTotal(Integer value)
Sets the value of the total property.
|
String |
toString() |
Count |
withQueued(Integer value) |
Count |
withTotal(Integer value) |
public Integer getTotal()
Integerpublic void setTotal(Integer value)
value - allowed object is
Integerpublic boolean isSetTotal()
public Integer getQueued()
Integerpublic void setQueued(Integer value)
value - allowed object is
Integerpublic boolean isSetQueued()
public StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
append in interface org.jvnet.jaxb2_commons.lang.ToStringpublic StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
appendFields in interface org.jvnet.jaxb2_commons.lang.ToStringCopyright © 2014. All rights reserved.