public class

LoginResponseType

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

Class Overview

Java class for loginResponseType complex type.

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

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

Summary

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

Fields

protected EntryValue _return

Public Constructors

public LoginResponseType ()

Public Methods

public EntryValue getReturn ()

Gets the value of the return property.

Returns

public void setReturn (EntryValue value)

Sets the value of the return property.

Parameters
value Allowed object is EntryValue