public class SetRelationshipValue extends Object
<xs:complexType xmlns:ns="http://www.sugarcrm.com/sugarcrm" xmlns:xs="http://www.w3.org/2001/XMLSchema" name="set_relationship_value">
<xs:all>
<xs:element type="xs:string" name="module1"/>
<xs:element type="xs:string" name="module1_id"/>
<xs:element type="xs:string" name="module2"/>
<xs:element type="xs:string" name="module2_id"/>
</xs:all>
</xs:complexType>
| Constructor and Description |
|---|
SetRelationshipValue() |
| Modifier and Type | Method and Description |
|---|---|
String |
getModule1()
Get the 'module1' element value.
|
String |
getModule1Id()
Get the 'module1_id' element value.
|
String |
getModule2()
Get the 'module2' element value.
|
String |
getModule2Id()
Get the 'module2_id' element value.
|
void |
setModule1(String module1)
Set the 'module1' element value.
|
void |
setModule1Id(String module1Id)
Set the 'module1_id' element value.
|
void |
setModule2(String module2)
Set the 'module2' element value.
|
void |
setModule2Id(String module2Id)
Set the 'module2_id' element value.
|
public String getModule1()
public void setModule1(String module1)
module1 - public String getModule1Id()
public void setModule1Id(String module1Id)
module1Id - public String getModule2()
public void setModule2(String module2)
module2 - public String getModule2Id()
public void setModule2Id(String module2Id)
module2Id - Copyright © 2018 Europeana Foundation. All rights reserved.