public class

GetModuleFieldsResponseType

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

Class Overview

Java class for get_module_fieldsResponseType complex type.

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

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

Summary

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

Fields

protected NewModuleFields _return

Public Constructors

public GetModuleFieldsResponseType ()

Public Methods

public NewModuleFields getReturn ()

Gets the value of the return property.

Returns

public void setReturn (NewModuleFields value)

Sets the value of the return property.

Parameters
value Allowed object is NewModuleFields