
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()
SecurityWrapperpublic void setClassification(SecurityWrapper value)
value - allowed object is
SecurityWrapperpublic void setUri(String value)
value - allowed object is
Stringpublic String getMessage()
Stringpublic void setMessage(String value)
value - allowed object is
Stringpublic Calendar getTimestamp()
Calendarpublic void setTimestamp(Calendar value)
value - allowed object is
Calendarpublic PolicyType getPolicyType()
PolicyTypepublic void setPolicyType(PolicyType value)
value - allowed object is
PolicyTypeCopyright © 2008–2017 MIL-OSS. All rights reserved.