Class GetSystemStatusResponse


  • public class GetSystemStatusResponse
    extends java.lang.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="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>
     
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getApplicationDisplayName()
      Gets the value of the applicationDisplayName property.
      java.lang.String getApplicationEnvironment()
      Gets the value of the applicationEnvironment property.
      java.lang.String getApplicationName()
      Gets the value of the applicationName property.
      javax.xml.datatype.XMLGregorianCalendar getBuildTime()
      Gets the value of the buildTime property.
      java.lang.String getStatus()
      Gets the value of the status property.
      javax.xml.datatype.XMLGregorianCalendar getTimestamp()
      Gets the value of the timestamp property.
      java.lang.String getVersion()
      Gets the value of the version property.
      void setApplicationDisplayName​(java.lang.String value)
      Sets the value of the applicationDisplayName property.
      void setApplicationEnvironment​(java.lang.String value)
      Sets the value of the applicationEnvironment property.
      void setApplicationName​(java.lang.String value)
      Sets the value of the applicationName property.
      void setBuildTime​(javax.xml.datatype.XMLGregorianCalendar value)
      Sets the value of the buildTime property.
      void setStatus​(java.lang.String value)
      Sets the value of the status property.
      void setTimestamp​(javax.xml.datatype.XMLGregorianCalendar value)
      Sets the value of the timestamp property.
      void setVersion​(java.lang.String value)
      Sets the value of the version property.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 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
    • Constructor Detail

      • GetSystemStatusResponse

        public GetSystemStatusResponse()
    • 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 is String
      • 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 is String
      • 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 is String
      • 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 is String
      • 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 is String
      • 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 is XMLGregorianCalendar
      • 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 is XMLGregorianCalendar