public class

GetUserTeamIdResponseType

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

Class Overview

Java class for get_user_team_idResponseType complex type.

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

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

Summary

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

Fields

protected String _return

Public Constructors

public GetUserTeamIdResponseType ()

Public Methods

public String getReturn ()

Gets the value of the return property.

Returns
  • possible object is String

public void setReturn (String value)

Sets the value of the return property.

Parameters
value Allowed object is String