public class GetStatusResponseMsg extends Object
Java class for GetStatusResponseMsg complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="GetStatusResponseMsg"> <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="Operational" type="{http://www.w3.org/2001/XMLSchema}boolean"/> <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="LastStatusChangeTimeStamp" type="{http://www.w3.org/2001/XMLSchema}dateTime"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected SecurityWrapper |
classification |
protected Calendar |
lastStatusChangeTimeStamp |
protected String |
message |
protected boolean |
operational |
protected Calendar |
timeStamp |
protected String |
uri |
Constructor and Description |
---|
GetStatusResponseMsg() |
Modifier and Type | Method and Description |
---|---|
SecurityWrapper |
getClassification()
Gets the value of the classification property.
|
Calendar |
getLastStatusChangeTimeStamp()
Gets the value of the lastStatusChangeTimeStamp property.
|
String |
getMessage()
Gets the value of the message property.
|
Calendar |
getTimeStamp()
Gets the value of the timeStamp property.
|
String |
getURI()
Gets the value of the uri property.
|
boolean |
isOperational()
Gets the value of the operational property.
|
void |
setClassification(SecurityWrapper value)
Sets the value of the classification property.
|
void |
setLastStatusChangeTimeStamp(Calendar value)
Sets the value of the lastStatusChangeTimeStamp property.
|
void |
setMessage(String value)
Sets the value of the message property.
|
void |
setOperational(boolean value)
Sets the value of the operational 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 boolean operational
protected String uri
protected String message
protected Calendar timeStamp
protected Calendar lastStatusChangeTimeStamp
public SecurityWrapper getClassification()
SecurityWrapper
public void setClassification(SecurityWrapper value)
value
- allowed object is
SecurityWrapper
public boolean isOperational()
public void setOperational(boolean value)
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 Calendar getLastStatusChangeTimeStamp()
Calendar
Copyright © 2008–2017 MIL-OSS. All rights reserved.