public class

LinkValue2

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

Class Overview

Java class for link_value2 complex type.

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

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

Summary

Fields
protected LinkValue linkValue
Public Constructors
LinkValue2()
Public Methods
LinkValue getLinkValue()
Gets the value of the linkValue property.
void setLinkValue(LinkValue value)
Sets the value of the linkValue property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected LinkValue linkValue

Public Constructors

public LinkValue2 ()

Public Methods

public LinkValue getLinkValue ()

Gets the value of the linkValue property.

Returns

public void setLinkValue (LinkValue value)

Sets the value of the linkValue property.

Parameters
value Allowed object is LinkValue