
public class SetStatus 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}SetStatusRequestMsg"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected SetStatusRequestMsg |
req |
| Constructor and Description |
|---|
SetStatus() |
| Modifier and Type | Method and Description |
|---|---|
SetStatusRequestMsg |
getReq()
Gets the value of the req property.
|
void |
setReq(SetStatusRequestMsg value)
Sets the value of the req property.
|
protected SetStatusRequestMsg req
public SetStatusRequestMsg getReq()
SetStatusRequestMsgpublic void setReq(SetStatusRequestMsg value)
value - allowed object is
SetStatusRequestMsgCopyright © 2008–2017 MIL-OSS. All rights reserved.