public class SetEntryResult extends Object
<xs:complexType xmlns:ns="http://www.sugarcrm.com/sugarcrm" xmlns:xs="http://www.w3.org/2001/XMLSchema" name="set_entry_result">
<xs:all>
<xs:element type="xs:string" name="id"/>
<xs:element type="ns:error_value" name="error"/>
</xs:all>
</xs:complexType>
| Constructor and Description |
|---|
SetEntryResult() |
| Modifier and Type | Method and Description |
|---|---|
ErrorValue |
getError()
Get the 'error' element value.
|
String |
getId()
Get the 'id' element value.
|
void |
setError(ErrorValue error)
Set the 'error' element value.
|
void |
setId(String id)
Set the 'id' element value.
|
public String getId()
public void setId(String id)
id - public ErrorValue getError()
public void setError(ErrorValue error)
error - Copyright © 2017 Europeana Foundation. All rights reserved.