
public class GetOperationalStatusLogRequestMsg extends Object implements Serializable
Java class for GetOperationalStatusLogRequestMsg complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="GetOperationalStatusLogRequestMsg">
<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="URL" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="range" type="{urn:org:miloss:fgsms:services:interfaces:common}TimeRange"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected SecurityWrapper |
classification |
protected TimeRange |
range |
protected String |
url |
| Constructor and Description |
|---|
GetOperationalStatusLogRequestMsg() |
| Modifier and Type | Method and Description |
|---|---|
SecurityWrapper |
getClassification()
Gets the value of the classification property.
|
TimeRange |
getRange()
Gets the value of the range property.
|
String |
getURL()
Gets the value of the url property.
|
boolean |
isSetClassification() |
boolean |
isSetRange() |
boolean |
isSetURL() |
void |
setClassification(SecurityWrapper value)
Sets the value of the classification property.
|
void |
setRange(TimeRange value)
Sets the value of the range property.
|
void |
setURL(String value)
Sets the value of the url property.
|
protected SecurityWrapper classification
protected String url
protected TimeRange range
public SecurityWrapper getClassification()
SecurityWrapperpublic void setClassification(SecurityWrapper value)
value - allowed object is
SecurityWrapperpublic boolean isSetClassification()
public void setURL(String value)
value - allowed object is
Stringpublic boolean isSetURL()
public TimeRange getRange()
TimeRangepublic void setRange(TimeRange value)
value - allowed object is
TimeRangepublic boolean isSetRange()
Copyright © 2008–2017 MIL-OSS. All rights reserved.