| java.lang.Object | |
| ↳ | com.sugarcrm.sugarcrm.GetModuleFieldsResponseType |
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>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| _return | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the return property.
| |||||||||||
Sets the value of the return property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the return property.
NewModuleFields
Sets the value of the return property.
| value | Allowed object is
NewModuleFields
|
|---|