public class GetQuickStatsResponseMsg extends Object implements Serializable
Java class for GetQuickStatsResponseMsg complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="GetQuickStatsResponseMsg"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="classification" type="{urn:org:miloss:fgsms:services:interfaces:common}SecurityWrapper"/> <element name="uri" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="QuickStatWrapper" type="{urn:org:miloss:fgsms:services:interfaces:dataAccessService}QuickStatWrapper" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected SecurityWrapper |
classification |
protected List<QuickStatWrapper> |
quickStatWrapper |
protected String |
uri |
Constructor and Description |
---|
GetQuickStatsResponseMsg() |
Modifier and Type | Method and Description |
---|---|
SecurityWrapper |
getClassification()
Gets the value of the classification property.
|
List<QuickStatWrapper> |
getQuickStatWrapper()
Gets the value of the quickStatWrapper property.
|
String |
getUri()
Gets the value of the uri property.
|
boolean |
isSetClassification() |
boolean |
isSetQuickStatWrapper() |
boolean |
isSetUri() |
void |
setClassification(SecurityWrapper value)
Sets the value of the classification property.
|
void |
setUri(String value)
Sets the value of the uri property.
|
void |
unsetQuickStatWrapper() |
protected SecurityWrapper classification
protected String uri
protected List<QuickStatWrapper> quickStatWrapper
public SecurityWrapper getClassification()
SecurityWrapper
public void setClassification(SecurityWrapper value)
value
- allowed object is
SecurityWrapper
public boolean isSetClassification()
public void setUri(String value)
value
- allowed object is
String
public boolean isSetUri()
public List<QuickStatWrapper> getQuickStatWrapper()
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 quickStatWrapper property.
For example, to add a new item, do as follows:
getQuickStatWrapper().add(newItem);
Objects of the following type(s) are allowed in the list
QuickStatWrapper
public boolean isSetQuickStatWrapper()
public void unsetQuickStatWrapper()
Copyright © 2008–2017 MIL-OSS. All rights reserved.