public class GetQuickStats extends Object implements Serializable
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="GetQuickStatsRequest" type="{urn:org:miloss:fgsms:services:interfaces:dataAccessService}GetQuickStatsRequestMsg"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected GetQuickStatsRequestMsg |
getQuickStatsRequest |
Constructor and Description |
---|
GetQuickStats() |
Modifier and Type | Method and Description |
---|---|
GetQuickStatsRequestMsg |
getGetQuickStatsRequest()
Gets the value of the getQuickStatsRequest property.
|
boolean |
isSetGetQuickStatsRequest() |
void |
setGetQuickStatsRequest(GetQuickStatsRequestMsg value)
Sets the value of the getQuickStatsRequest property.
|
protected GetQuickStatsRequestMsg getQuickStatsRequest
public GetQuickStatsRequestMsg getGetQuickStatsRequest()
GetQuickStatsRequestMsg
public void setGetQuickStatsRequest(GetQuickStatsRequestMsg value)
value
- allowed object is
GetQuickStatsRequestMsg
public boolean isSetGetQuickStatsRequest()
Copyright © 2008–2017 MIL-OSS. All rights reserved.