public class

GetServerInfoResponseType

extends Object
java.lang.Object
   ↳ com.sugarcrm.sugarcrm.GetServerInfoResponseType

Class Overview

Java class for get_server_infoResponseType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="get_server_infoResponseType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <all>
         <element name="return" type="{http://www.sugarcrm.com/sugarcrm}get_server_info_result" form="unqualified"/>
       </all>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected GetServerInfoResult _return
Public Constructors
GetServerInfoResponseType()
Public Methods
GetServerInfoResult getReturn()
Gets the value of the return property.
void setReturn(GetServerInfoResult value)
Sets the value of the return property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected GetServerInfoResult _return

Public Constructors

public GetServerInfoResponseType ()

Public Methods

public GetServerInfoResult getReturn ()

Gets the value of the return property.

Returns

public void setReturn (GetServerInfoResult value)

Sets the value of the return property.

Parameters
value Allowed object is GetServerInfoResult