
public class DeleteReport 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="request" type="{urn:org:miloss:fgsms:services:interfaces:automatedReportingService}DeleteReportRequestMsg"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected DeleteReportRequestMsg |
request |
| Constructor and Description |
|---|
DeleteReport() |
| Modifier and Type | Method and Description |
|---|---|
DeleteReportRequestMsg |
getRequest()
Gets the value of the request property.
|
boolean |
isSetRequest() |
void |
setRequest(DeleteReportRequestMsg value)
Sets the value of the request property.
|
protected DeleteReportRequestMsg request
public DeleteReportRequestMsg getRequest()
DeleteReportRequestMsgpublic void setRequest(DeleteReportRequestMsg value)
value - allowed object is
DeleteReportRequestMsgpublic boolean isSetRequest()
Copyright © 2008–2017 MIL-OSS. All rights reserved.