| java.lang.Object | |
| ↳ | com.sugarcrm.sugarcrm.EntryValue |
Java class for entry_value complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="entry_value">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<all>
<element name="id" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="module_name" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="name_value_list" type="{http://www.sugarcrm.com/sugarcrm}name_value_list"/>
</all>
</restriction>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| id | |||||||||||
| moduleName | |||||||||||
| nameValueList | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the id property.
| |||||||||||
Gets the value of the moduleName property.
| |||||||||||
Gets the value of the nameValueList property.
| |||||||||||
Sets the value of the id property.
| |||||||||||
Sets the value of the moduleName property.
| |||||||||||
Sets the value of the nameValueList property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the id property.
Gets the value of the moduleName property.
Gets the value of the nameValueList property.
NameValueList
Sets the value of the id property.
| value | Allowed object is String |
|---|
Sets the value of the moduleName property.
| value | Allowed object is String |
|---|
Sets the value of the nameValueList property.
| value | Allowed object is
NameValueList
|
|---|