public class RecieveServiceAlert extends Object
Java class for RecieveServiceAlert complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="RecieveServiceAlert"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="utcdatetime" type="{http://www.w3.org/2001/XMLSchema}dateTime"/> <element name="message" type="{http://www.w3.org/2001/XMLSchema}string"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected String |
message |
protected Calendar |
timestamp |
Constructor and Description |
---|
RecieveServiceAlert() |
Modifier and Type | Method and Description |
---|---|
String |
getMessage()
Gets the value of the message property.
|
Calendar |
getTimestamp()
Gets the value of the timestamp property.
|
void |
setMessage(String value)
Sets the value of the message property.
|
void |
setTimestamp(Calendar value)
Sets the value of the timestamp property.
|
public Calendar getTimestamp()
Calendar
public void setTimestamp(Calendar value)
value
- allowed object is
Calendar
public String getMessage()
String
Copyright © 2008–2017 MIL-OSS. All rights reserved.