public class AlertMessageDefinition extends Object
Java class for AlertMessageDefinition complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AlertMessageDefinition"> <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="uri" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="message" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="timestamp" type="{http://www.w3.org/2001/XMLSchema}dateTime"/> <element name="PolicyType" type="{urn:org:miloss:fgsms:services:interfaces:common}policyType"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected SecurityWrapper |
classification |
protected String |
message |
protected PolicyType |
policyType |
protected Calendar |
timestamp |
protected String |
uri |
Constructor and Description |
---|
AlertMessageDefinition() |
Modifier and Type | Method and Description |
---|---|
SecurityWrapper |
getClassification()
Gets the value of the classification property.
|
String |
getMessage()
Gets the value of the message property.
|
PolicyType |
getPolicyType()
Gets the value of the policyType property.
|
Calendar |
getTimestamp()
Gets the value of the timestamp property.
|
String |
getUri()
Gets the value of the uri property.
|
void |
setClassification(SecurityWrapper value)
Sets the value of the classification property.
|
void |
setMessage(String value)
Sets the value of the message property.
|
void |
setPolicyType(PolicyType value)
Sets the value of the policyType property.
|
void |
setTimestamp(Calendar value)
Sets the value of the timestamp property.
|
void |
setUri(String value)
Sets the value of the uri property.
|
protected SecurityWrapper classification
protected String uri
protected String message
protected Calendar timestamp
protected PolicyType policyType
public SecurityWrapper getClassification()
SecurityWrapper
public void setClassification(SecurityWrapper value)
value
- allowed object is
SecurityWrapper
public void setUri(String value)
value
- allowed object is
String
public String getMessage()
String
public void setMessage(String value)
value
- allowed object is
String
public Calendar getTimestamp()
Calendar
public void setTimestamp(Calendar value)
value
- allowed object is
Calendar
public PolicyType getPolicyType()
PolicyType
public void setPolicyType(PolicyType value)
value
- allowed object is
PolicyType
Copyright © 2008–2017 MIL-OSS. All rights reserved.