Package io.getlime.powerauth.soap.v3
Class GetSystemStatusResponse
- java.lang.Object
-
- io.getlime.powerauth.soap.v3.GetSystemStatusResponse
-
public class GetSystemStatusResponse extends java.lang.ObjectJava 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="version" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="buildTime" type="{http://www.w3.org/2001/XMLSchema}dateTime"/> <element name="timestamp" type="{http://www.w3.org/2001/XMLSchema}dateTime"/> </sequence> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.StringapplicationDisplayNameprotected java.lang.StringapplicationEnvironmentprotected java.lang.StringapplicationNameprotected javax.xml.datatype.XMLGregorianCalendarbuildTimeprotected java.lang.Stringstatusprotected javax.xml.datatype.XMLGregorianCalendartimestampprotected java.lang.Stringversion
-
Constructor Summary
Constructors Constructor Description GetSystemStatusResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetApplicationDisplayName()Gets the value of the applicationDisplayName property.java.lang.StringgetApplicationEnvironment()Gets the value of the applicationEnvironment property.java.lang.StringgetApplicationName()Gets the value of the applicationName property.javax.xml.datatype.XMLGregorianCalendargetBuildTime()Gets the value of the buildTime property.java.lang.StringgetStatus()Gets the value of the status property.javax.xml.datatype.XMLGregorianCalendargetTimestamp()Gets the value of the timestamp property.java.lang.StringgetVersion()Gets the value of the version property.voidsetApplicationDisplayName(java.lang.String value)Sets the value of the applicationDisplayName property.voidsetApplicationEnvironment(java.lang.String value)Sets the value of the applicationEnvironment property.voidsetApplicationName(java.lang.String value)Sets the value of the applicationName property.voidsetBuildTime(javax.xml.datatype.XMLGregorianCalendar value)Sets the value of the buildTime property.voidsetStatus(java.lang.String value)Sets the value of the status property.voidsetTimestamp(javax.xml.datatype.XMLGregorianCalendar value)Sets the value of the timestamp property.voidsetVersion(java.lang.String value)Sets the value of the version property.
-
-
-
Field Detail
-
status
protected java.lang.String status
-
applicationName
protected java.lang.String applicationName
-
applicationDisplayName
protected java.lang.String applicationDisplayName
-
applicationEnvironment
protected java.lang.String applicationEnvironment
-
version
protected java.lang.String version
-
buildTime
protected javax.xml.datatype.XMLGregorianCalendar buildTime
-
timestamp
protected javax.xml.datatype.XMLGregorianCalendar timestamp
-
-
Method Detail
-
getStatus
public java.lang.String getStatus()
Gets the value of the status property.- Returns:
- possible object is
String
-
setStatus
public void setStatus(java.lang.String value)
Sets the value of the status property.- Parameters:
value- allowed object isString
-
getApplicationName
public java.lang.String getApplicationName()
Gets the value of the applicationName property.- Returns:
- possible object is
String
-
setApplicationName
public void setApplicationName(java.lang.String value)
Sets the value of the applicationName property.- Parameters:
value- allowed object isString
-
getApplicationDisplayName
public java.lang.String getApplicationDisplayName()
Gets the value of the applicationDisplayName property.- Returns:
- possible object is
String
-
setApplicationDisplayName
public void setApplicationDisplayName(java.lang.String value)
Sets the value of the applicationDisplayName property.- Parameters:
value- allowed object isString
-
getApplicationEnvironment
public java.lang.String getApplicationEnvironment()
Gets the value of the applicationEnvironment property.- Returns:
- possible object is
String
-
setApplicationEnvironment
public void setApplicationEnvironment(java.lang.String value)
Sets the value of the applicationEnvironment property.- Parameters:
value- allowed object isString
-
getVersion
public java.lang.String getVersion()
Gets the value of the version property.- Returns:
- possible object is
String
-
setVersion
public void setVersion(java.lang.String value)
Sets the value of the version property.- Parameters:
value- allowed object isString
-
getBuildTime
public javax.xml.datatype.XMLGregorianCalendar getBuildTime()
Gets the value of the buildTime property.- Returns:
- possible object is
XMLGregorianCalendar
-
setBuildTime
public void setBuildTime(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the buildTime property.- Parameters:
value- allowed object isXMLGregorianCalendar
-
getTimestamp
public javax.xml.datatype.XMLGregorianCalendar getTimestamp()
Gets the value of the timestamp property.- Returns:
- possible object is
XMLGregorianCalendar
-
setTimestamp
public void setTimestamp(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the timestamp property.- Parameters:
value- allowed object isXMLGregorianCalendar
-
-