public class GetEntryResult extends Object
<xs:complexType xmlns:ns="http://www.sugarcrm.com/sugarcrm" xmlns:xs="http://www.w3.org/2001/XMLSchema" name="get_entry_result">
<xs:all>
<xs:element type="ns:field_list" name="field_list" minOccurs="0"/>
<xs:element type="ns:entry_list" name="entry_list"/>
<xs:element type="ns:error_value" name="error"/>
</xs:all>
</xs:complexType>
| Constructor and Description |
|---|
GetEntryResult() |
| Modifier and Type | Method and Description |
|---|---|
EntryList |
getEntryList()
Get the 'entry_list' element value.
|
ErrorValue |
getError()
Get the 'error' element value.
|
FieldList |
getFieldList()
Get the 'field_list' element value.
|
void |
setEntryList(EntryList entryList)
Set the 'entry_list' element value.
|
void |
setError(ErrorValue error)
Set the 'error' element value.
|
void |
setFieldList(FieldList fieldList)
Set the 'field_list' element value.
|
public FieldList getFieldList()
public void setFieldList(FieldList fieldList)
fieldList - public EntryList getEntryList()
public void setEntryList(EntryList entryList)
entryList - public ErrorValue getError()
public void setError(ErrorValue error)
error - Copyright © 2017 Europeana Foundation. All rights reserved.