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