public class

LinkNamesToFieldsArray

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

Class Overview

Java class for link_names_to_fields_array complex type.

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

 <complexType name="link_names_to_fields_array">
   <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
LinkNamesToFieldsArray()
[Expand]
Inherited Methods
From class org.xmlsoap.schemas.soap.encoding.Array
From class java.lang.Object

Public Constructors

public LinkNamesToFieldsArray ()