public class SetRelationships extends Object
<xs:complexType xmlns:ns="http://www.sugarcrm.com/sugarcrm" xmlns:xs="http://www.w3.org/2001/XMLSchema" name="set_relationships">
<xs:all>
<xs:element type="xs:string" name="session"/>
<xs:element type="ns:set_relationship_list" name="set_relationship_list"/>
</xs:all>
</xs:complexType>
| Constructor and Description |
|---|
SetRelationships() |
| Modifier and Type | Method and Description |
|---|---|
String |
getSession()
Get the 'session' element value.
|
SetRelationshipList |
getSetRelationshipList()
Get the 'set_relationship_list' element value.
|
void |
setSession(String session)
Set the 'session' element value.
|
void |
setSetRelationshipList(SetRelationshipList setRelationshipList)
Set the 'set_relationship_list' element value.
|
public String getSession()
public void setSession(String session)
session - public SetRelationshipList getSetRelationshipList()
public void setSetRelationshipList(SetRelationshipList setRelationshipList)
setRelationshipList - Copyright © 2015 Europeana Foundation. All rights reserved.