public class SetRelationshipListResult extends Object
<xs:complexType xmlns:ns="http://www.sugarcrm.com/sugarcrm" xmlns:xs="http://www.w3.org/2001/XMLSchema" name="set_relationship_list_result">
<xs:all>
<xs:element type="xs:int" name="created"/>
<xs:element type="xs:int" name="failed"/>
<xs:element type="ns:error_value" name="error"/>
</xs:all>
</xs:complexType>
| Constructor and Description |
|---|
SetRelationshipListResult() |
| Modifier and Type | Method and Description |
|---|---|
int |
getCreated()
Get the 'created' element value.
|
ErrorValue |
getError()
Get the 'error' element value.
|
int |
getFailed()
Get the 'failed' element value.
|
void |
setCreated(int created)
Set the 'created' element value.
|
void |
setError(ErrorValue error)
Set the 'error' element value.
|
void |
setFailed(int failed)
Set the 'failed' element value.
|
public int getCreated()
public void setCreated(int created)
created - public int getFailed()
public void setFailed(int failed)
failed - public ErrorValue getError()
public void setError(ErrorValue error)
error - Copyright © 2015 Europeana Foundation. All rights reserved.