public class GetOperatingStatusResponse 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="response" type="{urn:org:miloss:fgsms:services:interfaces:common}GetOperatingStatusResponseMessage"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected GetOperatingStatusResponseMessage |
response |
Constructor and Description |
---|
GetOperatingStatusResponse() |
Modifier and Type | Method and Description |
---|---|
GetOperatingStatusResponseMessage |
getResponse()
Gets the value of the response property.
|
void |
setResponse(GetOperatingStatusResponseMessage value)
Sets the value of the response property.
|
protected GetOperatingStatusResponseMessage response
public GetOperatingStatusResponseMessage getResponse()
GetOperatingStatusResponseMessage
public void setResponse(GetOperatingStatusResponseMessage value)
value
- allowed object is
GetOperatingStatusResponseMessage
Copyright © 2008–2017 MIL-OSS. All rights reserved.