public class Statistics extends Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<simpleContent>
<extension base="<http://www.w3.org/2001/XMLSchema>string">
<attribute name="pages" type="{http://www.w3.org/2001/XMLSchema}int" />
<attribute name="articles" type="{http://www.w3.org/2001/XMLSchema}short" />
<attribute name="edits" type="{http://www.w3.org/2001/XMLSchema}int" />
<attribute name="images" type="{http://www.w3.org/2001/XMLSchema}short" />
<attribute name="users" type="{http://www.w3.org/2001/XMLSchema}int" />
<attribute name="activeusers" type="{http://www.w3.org/2001/XMLSchema}short" />
<attribute name="admins" type="{http://www.w3.org/2001/XMLSchema}short" />
<attribute name="jobs" type="{http://www.w3.org/2001/XMLSchema}byte" />
<attribute name="queued-massmessages" type="{http://www.w3.org/2001/XMLSchema}byte" />
</extension>
</simpleContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Short |
activeusers |
protected Short |
admins |
protected Short |
articles |
protected Integer |
edits |
protected Short |
images |
protected Byte |
jobs |
protected Integer |
pages |
protected Byte |
queuedMassmessages |
protected Integer |
users |
protected String |
value |
| Constructor and Description |
|---|
Statistics() |
| Modifier and Type | Method and Description |
|---|---|
Short |
getActiveusers()
Gets the value of the activeusers property.
|
Short |
getAdmins()
Gets the value of the admins property.
|
Short |
getArticles()
Gets the value of the articles property.
|
Integer |
getEdits()
Gets the value of the edits property.
|
Short |
getImages()
Gets the value of the images property.
|
Byte |
getJobs()
Gets the value of the jobs property.
|
Integer |
getPages()
Gets the value of the pages property.
|
Byte |
getQueuedMassmessages()
Gets the value of the queuedMassmessages property.
|
Integer |
getUsers()
Gets the value of the users property.
|
String |
getValue()
Gets the value of the value property.
|
void |
setActiveusers(Short value)
Sets the value of the activeusers property.
|
void |
setAdmins(Short value)
Sets the value of the admins property.
|
void |
setArticles(Short value)
Sets the value of the articles property.
|
void |
setEdits(Integer value)
Sets the value of the edits property.
|
void |
setImages(Short value)
Sets the value of the images property.
|
void |
setJobs(Byte value)
Sets the value of the jobs property.
|
void |
setPages(Integer value)
Sets the value of the pages property.
|
void |
setQueuedMassmessages(Byte value)
Sets the value of the queuedMassmessages property.
|
void |
setUsers(Integer value)
Sets the value of the users property.
|
void |
setValue(String value)
Sets the value of the value property.
|
protected String value
protected Integer pages
protected Short articles
protected Integer edits
protected Short images
protected Integer users
protected Short activeusers
protected Short admins
protected Byte jobs
protected Byte queuedMassmessages
public String getValue()
Stringpublic void setValue(String value)
value - allowed object is
Stringpublic Integer getPages()
Integerpublic void setPages(Integer value)
value - allowed object is
Integerpublic Short getArticles()
Shortpublic void setArticles(Short value)
value - allowed object is
Shortpublic Integer getEdits()
Integerpublic void setEdits(Integer value)
value - allowed object is
Integerpublic Short getImages()
Shortpublic void setImages(Short value)
value - allowed object is
Shortpublic Integer getUsers()
Integerpublic void setUsers(Integer value)
value - allowed object is
Integerpublic Short getActiveusers()
Shortpublic void setActiveusers(Short value)
value - allowed object is
Shortpublic Short getAdmins()
Shortpublic void setAdmins(Short value)
value - allowed object is
Shortpublic void setJobs(Byte value)
value - allowed object is
Bytepublic Byte getQueuedMassmessages()
ByteCopyright © 2018 BITPlan GmbH. All rights reserved.