public class

FieldList2

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

Class Overview

Java class for field_list2 complex type.

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

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

Summary

Fields
protected FieldList fieldList
Public Constructors
FieldList2()
Public Methods
FieldList getFieldList()
Gets the value of the fieldList property.
void setFieldList(FieldList value)
Sets the value of the fieldList property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected FieldList fieldList

Public Constructors

public FieldList2 ()

Public Methods

public FieldList getFieldList ()

Gets the value of the fieldList property.

Returns

public void setFieldList (FieldList value)

Sets the value of the fieldList property.

Parameters
value Allowed object is FieldList