public class GetQuickStatsAllRequestMsg extends Object implements Serializable
Java class for GetQuickStatsAllRequestMsg complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="GetQuickStatsAllRequestMsg"> <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="AllMethodsOnly" type="{http://www.w3.org/2001/XMLSchema}boolean"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected boolean |
allMethodsOnly |
protected SecurityWrapper |
classification |
Constructor and Description |
---|
GetQuickStatsAllRequestMsg() |
Modifier and Type | Method and Description |
---|---|
SecurityWrapper |
getClassification()
Gets the value of the classification property.
|
boolean |
isAllMethodsOnly()
Gets the value of the allMethodsOnly property.
|
boolean |
isSetAllMethodsOnly() |
boolean |
isSetClassification() |
void |
setAllMethodsOnly(boolean value)
Sets the value of the allMethodsOnly property.
|
void |
setClassification(SecurityWrapper value)
Sets the value of the classification property.
|
protected SecurityWrapper classification
protected boolean allMethodsOnly
public SecurityWrapper getClassification()
SecurityWrapper
public void setClassification(SecurityWrapper value)
value
- allowed object is
SecurityWrapper
public boolean isSetClassification()
public boolean isAllMethodsOnly()
public void setAllMethodsOnly(boolean value)
public boolean isSetAllMethodsOnly()
Copyright © 2008–2017 MIL-OSS. All rights reserved.