public class

GetModuleFieldsMd5ResponseType

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

Class Overview

Java class for get_module_fields_md5ResponseType complex type.

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

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

Summary

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

Fields

protected Md5Results _return

Public Constructors

public GetModuleFieldsMd5ResponseType ()

Public Methods

public Md5Results getReturn ()

Gets the value of the return property.

Returns

public void setReturn (Md5Results value)

Sets the value of the return property.

Parameters
value Allowed object is Md5Results