public class

LinkNameValue

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

Class Overview

Java class for link_name_value complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="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}link_array_list"/>
       </all>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected String name
protected LinkArrayList records
Public Constructors
LinkNameValue()
Public Methods
String getName()
Gets the value of the name property.
LinkArrayList getRecords()
Gets the value of the records property.
void setName(String value)
Sets the value of the name property.
void setRecords(LinkArrayList value)
Sets the value of the records property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected String name

protected LinkArrayList records

Public Constructors

public LinkNameValue ()

Public Methods

public String getName ()

Gets the value of the name property.

Returns
  • possible object is String

public LinkArrayList 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 (LinkArrayList value)

Sets the value of the records property.

Parameters
value Allowed object is LinkArrayList