public class

ReportFieldList

extends Array
java.lang.Object
   ↳ org.xmlsoap.schemas.soap.encoding.Array
     ↳ com.sugarcrm.sugarcrm.ReportFieldList

Class Overview

Java class for report_field_list complex type.

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

 <complexType name="report_field_list">
   <complexContent>
     <restriction base="{http://schemas.xmlsoap.org/soap/encoding/}Array">
       <attribute ref="{http://schemas.xmlsoap.org/soap/encoding/}arrayType"/>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

[Expand]
Inherited Fields
From class org.xmlsoap.schemas.soap.encoding.Array
Public Constructors
ReportFieldList()
[Expand]
Inherited Methods
From class org.xmlsoap.schemas.soap.encoding.Array
From class java.lang.Object

Public Constructors

public ReportFieldList ()