public class ServiceInformation
extends java.lang.Object
Java class for ServiceInformation complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ServiceInformation"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="version" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="uptime" type="{http://www.w3.org/2001/XMLSchema}long"/> </sequence> </restriction> </complexContent> </complexType>
Constructor and Description |
---|
ServiceInformation() |
Modifier and Type | Method and Description |
---|---|
long |
getUptime()
Gets the value of the uptime property.
|
java.lang.String |
getVersion()
Gets the value of the version property.
|
void |
setUptime(long value)
Sets the value of the uptime property.
|
void |
setVersion(java.lang.String value)
Sets the value of the version property.
|
public java.lang.String getVersion()
String
public void setVersion(java.lang.String value)
value
- allowed object is
String
public long getUptime()
public void setUptime(long value)
Copyright © 2010 All Rights Reserved.