public class GetMostRecentMachineDataResponse extends Object implements Serializable
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="GetMostRecentMachineDataResponse" type="{urn:org:miloss:fgsms:services:interfaces:dataAccessService}GetMostRecentMachineDataResponseMsg"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected GetMostRecentMachineDataResponseMsg |
getMostRecentMachineDataResponse |
Constructor and Description |
---|
GetMostRecentMachineDataResponse() |
Modifier and Type | Method and Description |
---|---|
GetMostRecentMachineDataResponseMsg |
getGetMostRecentMachineDataResponse()
Gets the value of the getMostRecentMachineDataResponse property.
|
boolean |
isSetGetMostRecentMachineDataResponse() |
void |
setGetMostRecentMachineDataResponse(GetMostRecentMachineDataResponseMsg value)
Sets the value of the getMostRecentMachineDataResponse property.
|
protected GetMostRecentMachineDataResponseMsg getMostRecentMachineDataResponse
public GetMostRecentMachineDataResponseMsg getGetMostRecentMachineDataResponse()
GetMostRecentMachineDataResponseMsg
public void setGetMostRecentMachineDataResponse(GetMostRecentMachineDataResponseMsg value)
value
- allowed object is
GetMostRecentMachineDataResponseMsg
public boolean isSetGetMostRecentMachineDataResponse()
Copyright © 2008–2017 MIL-OSS. All rights reserved.