public class

SeamlessLoginResponseType

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

Class Overview

Java class for seamless_loginResponseType complex type.

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

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

Summary

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

Fields

protected int _return

Public Constructors

public SeamlessLoginResponseType ()

Public Methods

public int getReturn ()

Gets the value of the return property.

public void setReturn (int value)

Sets the value of the return property.

Parameters
value