public class EntryValue extends Object
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>
| Modifier and Type | Field and Description |
|---|---|
protected String |
id |
protected String |
moduleName |
protected NameValueList |
nameValueList |
| Constructor and Description |
|---|
EntryValue() |
| Modifier and Type | Method and Description |
|---|---|
String |
getId()
Gets the value of the id property.
|
String |
getModuleName()
Gets the value of the moduleName property.
|
NameValueList |
getNameValueList()
Gets the value of the nameValueList property.
|
void |
setId(String value)
Sets the value of the id property.
|
void |
setModuleName(String value)
Sets the value of the moduleName property.
|
void |
setNameValueList(NameValueList value)
Sets the value of the nameValueList property.
|
protected String id
protected String moduleName
protected NameValueList nameValueList
public void setId(String value)
value - allowed object is
Stringpublic String getModuleName()
Stringpublic void setModuleName(String value)
value - allowed object is
Stringpublic NameValueList getNameValueList()
NameValueListpublic void setNameValueList(NameValueList value)
value - allowed object is
NameValueListCopyright © 2007–2015 The Apache Software Foundation. All rights reserved.