public class GetSystemStatusResponse extends Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="status" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="applicationName" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="applicationDisplayName" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="applicationEnvironment" 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 String |
applicationDisplayName |
protected String |
applicationEnvironment |
protected String |
applicationName |
protected String |
status |
protected XMLGregorianCalendar |
timestamp |
| Constructor and Description |
|---|
GetSystemStatusResponse() |
| Modifier and Type | Method and Description |
|---|---|
String |
getApplicationDisplayName()
Gets the value of the applicationDisplayName property.
|
String |
getApplicationEnvironment()
Gets the value of the applicationEnvironment property.
|
String |
getApplicationName()
Gets the value of the applicationName property.
|
String |
getStatus()
Gets the value of the status property.
|
XMLGregorianCalendar |
getTimestamp()
Gets the value of the timestamp property.
|
void |
setApplicationDisplayName(String value)
Sets the value of the applicationDisplayName property.
|
void |
setApplicationEnvironment(String value)
Sets the value of the applicationEnvironment property.
|
void |
setApplicationName(String value)
Sets the value of the applicationName property.
|
void |
setStatus(String value)
Sets the value of the status property.
|
void |
setTimestamp(XMLGregorianCalendar value)
Sets the value of the timestamp property.
|
protected String status
protected String applicationName
protected String applicationDisplayName
protected String applicationEnvironment
protected XMLGregorianCalendar timestamp
public String getStatus()
Stringpublic void setStatus(String value)
value - allowed object is
Stringpublic String getApplicationName()
Stringpublic void setApplicationName(String value)
value - allowed object is
Stringpublic String getApplicationDisplayName()
Stringpublic void setApplicationDisplayName(String value)
value - allowed object is
Stringpublic String getApplicationEnvironment()
Stringpublic void setApplicationEnvironment(String value)
value - allowed object is
Stringpublic XMLGregorianCalendar getTimestamp()
XMLGregorianCalendarpublic void setTimestamp(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarCopyright © 2017 Lime - HighTech Solutions Inc.. All rights reserved.