public class LinkField extends Object
<xs:complexType xmlns:ns="http://www.sugarcrm.com/sugarcrm" xmlns:xs="http://www.w3.org/2001/XMLSchema" name="link_field">
<xs:all>
<xs:element type="xs:string" name="name"/>
<xs:element type="xs:string" name="type"/>
<xs:element type="xs:string" name="relationship"/>
<xs:element type="xs:string" name="module"/>
<xs:element type="xs:string" name="bean_name"/>
</xs:all>
</xs:complexType>
| Constructor and Description |
|---|
LinkField() |
| Modifier and Type | Method and Description |
|---|---|
String |
getBeanName()
Get the 'bean_name' element value.
|
String |
getModule()
Get the 'module' element value.
|
String |
getName()
Get the 'name' element value.
|
String |
getRelationship()
Get the 'relationship' element value.
|
String |
getType()
Get the 'type' element value.
|
void |
setBeanName(String beanName)
Set the 'bean_name' element value.
|
void |
setModule(String module)
Set the 'module' element value.
|
void |
setName(String name)
Set the 'name' element value.
|
void |
setRelationship(String relationship)
Set the 'relationship' element value.
|
void |
setType(String type)
Set the 'type' element value.
|
public String getName()
public void setName(String name)
name - public String getType()
public void setType(String type)
type - public String getRelationship()
public void setRelationship(String relationship)
relationship - public String getModule()
public void setModule(String module)
module - public String getBeanName()
public void setBeanName(String beanName)
beanName - Copyright © 2018 Europeana Foundation. All rights reserved.