public class GetServerInfoResult extends Object
<xs:complexType xmlns:ns="http://www.sugarcrm.com/sugarcrm" xmlns:xs="http://www.w3.org/2001/XMLSchema" name="get_server_info_result">
<xs:all>
<xs:element type="xs:string" name="flavor"/>
<xs:element type="xs:string" name="version"/>
<xs:element type="xs:string" name="gmt_time"/>
</xs:all>
</xs:complexType>
| Constructor and Description |
|---|
GetServerInfoResult() |
| Modifier and Type | Method and Description |
|---|---|
String |
getFlavor()
Get the 'flavor' element value.
|
String |
getGmtTime()
Get the 'gmt_time' element value.
|
String |
getVersion()
Get the 'version' element value.
|
void |
setFlavor(String flavor)
Set the 'flavor' element value.
|
void |
setGmtTime(String gmtTime)
Set the 'gmt_time' element value.
|
void |
setVersion(String version)
Set the 'version' element value.
|
public String getFlavor()
public void setFlavor(String flavor)
flavor - public String getVersion()
public void setVersion(String version)
version - public String getGmtTime()
public void setGmtTime(String gmtTime)
gmtTime - Copyright © 2018 Europeana Foundation. All rights reserved.