public class SetEntriesDetailResult extends Object
Java class for set_entries_detail_result complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="set_entries_detail_result">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<all>
<element name="name_value_lists" type="{http://www.sugarcrm.com/sugarcrm}name_value_lists"/>
</all>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected NameValueLists |
nameValueLists |
| Constructor and Description |
|---|
SetEntriesDetailResult() |
| Modifier and Type | Method and Description |
|---|---|
NameValueLists |
getNameValueLists()
Gets the value of the nameValueLists property.
|
void |
setNameValueLists(NameValueLists value)
Sets the value of the nameValueLists property.
|
protected NameValueLists nameValueLists
public NameValueLists getNameValueLists()
NameValueListspublic void setNameValueLists(NameValueLists value)
value - allowed object is
NameValueListsCopyright © 2007–2015 The Apache Software Foundation. All rights reserved.