public class GetMostRecentMachineData 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="GetMostRecentMachineDataRequest" type="{urn:org:miloss:fgsms:services:interfaces:dataAccessService}GetMostRecentMachineDataRequestMsg"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected GetMostRecentMachineDataRequestMsg |
getMostRecentMachineDataRequest |
Constructor and Description |
---|
GetMostRecentMachineData() |
Modifier and Type | Method and Description |
---|---|
GetMostRecentMachineDataRequestMsg |
getGetMostRecentMachineDataRequest()
Gets the value of the getMostRecentMachineDataRequest property.
|
boolean |
isSetGetMostRecentMachineDataRequest() |
void |
setGetMostRecentMachineDataRequest(GetMostRecentMachineDataRequestMsg value)
Sets the value of the getMostRecentMachineDataRequest property.
|
protected GetMostRecentMachineDataRequestMsg getMostRecentMachineDataRequest
public GetMostRecentMachineDataRequestMsg getGetMostRecentMachineDataRequest()
GetMostRecentMachineDataRequestMsg
public void setGetMostRecentMachineDataRequest(GetMostRecentMachineDataRequestMsg value)
value
- allowed object is
GetMostRecentMachineDataRequestMsg
public boolean isSetGetMostRecentMachineDataRequest()
Copyright © 2008–2017 MIL-OSS. All rights reserved.