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