public class GetQuickStatsRequestMsg extends Object implements Serializable
Java class for GetQuickStatsRequestMsg complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="GetQuickStatsRequestMsg"> <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"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected SecurityWrapper |
classification |
protected String |
uri |
Constructor and Description |
---|
GetQuickStatsRequestMsg() |
Modifier and Type | Method and Description |
---|---|
SecurityWrapper |
getClassification()
Gets the value of the classification property.
|
String |
getUri()
Gets the value of the uri property.
|
boolean |
isSetClassification() |
boolean |
isSetUri() |
void |
setClassification(SecurityWrapper value)
Sets the value of the classification property.
|
void |
setUri(String value)
Sets the value of the uri property.
|
protected SecurityWrapper classification
protected String uri
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()
Copyright © 2008–2017 MIL-OSS. All rights reserved.