public class LinkNameValue extends Object
<xs:complexType xmlns:ns="http://www.sugarcrm.com/sugarcrm" xmlns:xs="http://www.w3.org/2001/XMLSchema" name="link_name_value">
<xs:all>
<xs:element type="xs:string" name="name"/>
<xs:element type="ns:link_array_list" name="records"/>
</xs:all>
</xs:complexType>
| Constructor and Description |
|---|
LinkNameValue() |
| Modifier and Type | Method and Description |
|---|---|
String |
getName()
Get the 'name' element value.
|
LinkArrayList |
getRecords()
Get the 'records' element value.
|
void |
setName(String name)
Set the 'name' element value.
|
void |
setRecords(LinkArrayList records)
Set the 'records' element value.
|
public String getName()
public void setName(String name)
name - public LinkArrayList getRecords()
public void setRecords(LinkArrayList records)
records - Copyright © 2018 Europeana Foundation. All rights reserved.