public class GetAlertsResponseMsg extends Object implements Serializable
Java class for GetAlertsResponseMsg complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="GetAlertsResponseMsg"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="classification" type="{urn:org:miloss:fgsms:services:interfaces:common}SecurityWrapper"/> <element name="message" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="type" type="{urn:org:miloss:fgsms:services:interfaces:dataAccessService}AlertType"/> <element name="url" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="transactionid" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="timestamp" type="{http://www.w3.org/2001/XMLSchema}dateTime"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected SecurityWrapper |
classification |
protected String |
message |
protected Calendar |
timestamp |
protected String |
transactionid |
protected AlertType |
type |
protected String |
url |
Constructor and Description |
---|
GetAlertsResponseMsg() |
Modifier and Type | Method and Description |
---|---|
SecurityWrapper |
getClassification()
Gets the value of the classification property.
|
String |
getMessage()
Gets the value of the message property.
|
Calendar |
getTimestamp()
Gets the value of the timestamp property.
|
String |
getTransactionid()
Gets the value of the transactionid property.
|
AlertType |
getType()
Gets the value of the type property.
|
String |
getUrl()
Gets the value of the url property.
|
boolean |
isSetClassification() |
boolean |
isSetMessage() |
boolean |
isSetTimestamp() |
boolean |
isSetTransactionid() |
boolean |
isSetType() |
boolean |
isSetUrl() |
void |
setClassification(SecurityWrapper value)
Sets the value of the classification property.
|
void |
setMessage(String value)
Sets the value of the message property.
|
void |
setTimestamp(Calendar value)
Sets the value of the timestamp property.
|
void |
setTransactionid(String value)
Sets the value of the transactionid property.
|
void |
setType(AlertType value)
Sets the value of the type property.
|
void |
setUrl(String value)
Sets the value of the url property.
|
protected SecurityWrapper classification
protected String message
protected AlertType type
protected String url
protected String transactionid
protected Calendar timestamp
public SecurityWrapper getClassification()
SecurityWrapper
public void setClassification(SecurityWrapper value)
value
- allowed object is
SecurityWrapper
public boolean isSetClassification()
public String getMessage()
String
public void setMessage(String value)
value
- allowed object is
String
public boolean isSetMessage()
public AlertType getType()
AlertType
public void setType(AlertType value)
value
- allowed object is
AlertType
public boolean isSetType()
public void setUrl(String value)
value
- allowed object is
String
public boolean isSetUrl()
public String getTransactionid()
String
public void setTransactionid(String value)
value
- allowed object is
String
public boolean isSetTransactionid()
public Calendar getTimestamp()
Calendar
public void setTimestamp(Calendar value)
value
- allowed object is
Calendar
public boolean isSetTimestamp()
Copyright © 2008–2017 MIL-OSS. All rights reserved.