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