public class

SearchLinkNameValue

extends Object
java.lang.Object
   ↳ com.sugarcrm.sugarcrm.SearchLinkNameValue

Class Overview

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>
 

Summary

Fields
protected String name
protected SearchLinkArrayList records
Public Constructors
SearchLinkNameValue()
Public Methods
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.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected String name

protected SearchLinkArrayList records

Public Constructors

public SearchLinkNameValue ()

Public Methods

public String getName ()

Gets the value of the name property.

Returns
  • possible object is String

public SearchLinkArrayList getRecords ()

Gets the value of the records property.

Returns

public void setName (String value)

Sets the value of the name property.

Parameters
value Allowed object is String

public void setRecords (SearchLinkArrayList value)

Sets the value of the records property.

Parameters
value Allowed object is SearchLinkArrayList