public class

LinkList2

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

Class Overview

Java class for link_list2 complex type.

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

 <complexType name="link_list2">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <all>
         <element name="link_list" type="{http://www.sugarcrm.com/sugarcrm}link_list"/>
       </all>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected LinkList linkList
Public Constructors
LinkList2()
Public Methods
LinkList getLinkList()
Gets the value of the linkList property.
void setLinkList(LinkList value)
Sets the value of the linkList property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected LinkList linkList

Public Constructors

public LinkList2 ()

Public Methods

public LinkList getLinkList ()

Gets the value of the linkList property.

Returns

public void setLinkList (LinkList value)

Sets the value of the linkList property.

Parameters
value Allowed object is LinkList