
public class QuickStatWrapper extends Object implements Serializable
Java class for QuickStatWrapper complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="QuickStatWrapper">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="action" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="uptime" type="{http://www.w3.org/2001/XMLSchema}duration"/>
<element name="QuickStatData" type="{urn:org:miloss:fgsms:services:interfaces:dataAccessService}QuickStatData" maxOccurs="unbounded"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
action |
protected List<QuickStatData> |
quickStatData |
protected Duration |
uptime |
| Constructor and Description |
|---|
QuickStatWrapper() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAction()
Gets the value of the action property.
|
List<QuickStatData> |
getQuickStatData()
Gets the value of the quickStatData property.
|
Duration |
getUptime()
Gets the value of the uptime property.
|
boolean |
isSetAction() |
boolean |
isSetQuickStatData() |
boolean |
isSetUptime() |
void |
setAction(String value)
Sets the value of the action property.
|
void |
setUptime(Duration value)
Sets the value of the uptime property.
|
void |
unsetQuickStatData() |
protected String action
protected Duration uptime
protected List<QuickStatData> quickStatData
public String getAction()
Stringpublic void setAction(String value)
value - allowed object is
Stringpublic boolean isSetAction()
public Duration getUptime()
Durationpublic void setUptime(Duration value)
value - allowed object is
Durationpublic boolean isSetUptime()
public List<QuickStatData> getQuickStatData()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the quickStatData property.
For example, to add a new item, do as follows:
getQuickStatData().add(newItem);
Objects of the following type(s) are allowed in the list
QuickStatData
public boolean isSetQuickStatData()
public void unsetQuickStatData()
Copyright © 2008–2017 MIL-OSS. All rights reserved.