
public class GetOperatingStatus extends Object
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="request" type="{urn:org:miloss:fgsms:services:interfaces:common}GetOperatingStatusRequestMessage"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected GetOperatingStatusRequestMessage |
request |
| Constructor and Description |
|---|
GetOperatingStatus() |
| Modifier and Type | Method and Description |
|---|---|
GetOperatingStatusRequestMessage |
getRequest()
Gets the value of the request property.
|
void |
setRequest(GetOperatingStatusRequestMessage value)
Sets the value of the request property.
|
protected GetOperatingStatusRequestMessage request
public GetOperatingStatusRequestMessage getRequest()
GetOperatingStatusRequestMessagepublic void setRequest(GetOperatingStatusRequestMessage value)
value - allowed object is
GetOperatingStatusRequestMessageCopyright © 2008–2017 MIL-OSS. All rights reserved.