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