public class SearchLinkNameValue extends Object
Java class for search_link_name_value complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="search_link_name_value">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<all>
<element name="name" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="records" type="{http://www.sugarcrm.com/sugarcrm}search_link_array_list"/>
</all>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
name |
protected SearchLinkArrayList |
records |
| Constructor and Description |
|---|
SearchLinkNameValue() |
| Modifier and Type | Method and Description |
|---|---|
String |
getName()
Gets the value of the name property.
|
SearchLinkArrayList |
getRecords()
Gets the value of the records property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setRecords(SearchLinkArrayList value)
Sets the value of the records property.
|
protected String name
protected SearchLinkArrayList records
public String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic SearchLinkArrayList getRecords()
SearchLinkArrayListpublic void setRecords(SearchLinkArrayList value)
value - allowed object is
SearchLinkArrayListCopyright © 2007–2015 The Apache Software Foundation. All rights reserved.