com.sugarcrm.ws.soap.Array Maven / Gradle / Ivy
package com.sugarcrm.ws.soap;
import java.util.ArrayList;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlAnyAttribute;
import javax.xml.bind.annotation.XmlAnyElement;
import javax.xml.bind.annotation.XmlAttribute;
import javax.xml.bind.annotation.XmlID;
import javax.xml.bind.annotation.XmlSchemaType;
import javax.xml.bind.annotation.XmlSeeAlso;
import javax.xml.bind.annotation.XmlType;
import javax.xml.bind.annotation.adapters.CollapsedStringAdapter;
import javax.xml.bind.annotation.adapters.XmlJavaTypeAdapter;
import javax.xml.namespace.QName;
import org.w3c.dom.Element;
/**
*
* 'Array' is a complex type for accessors identified by position
*
*
* Java class for Array complex type.
*
*
The following schema fragment specifies the expected content contained within this class.
*
*
* <complexType name="Array">
* <complexContent>
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
* <group ref="{http://schemas.xmlsoap.org/soap/encoding/}Array" minOccurs="0"/>
* <attGroup ref="{http://schemas.xmlsoap.org/soap/encoding/}arrayAttributes"/>
* <attGroup ref="{http://schemas.xmlsoap.org/soap/encoding/}commonAttributes"/>
* <anyAttribute processContents='lax' namespace='##other'/>
* </restriction>
* </complexContent>
* </complexType>
*
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "Array", namespace = "http://schemas.xmlsoap.org/soap/encoding/", propOrder = {
"any"
})
@XmlSeeAlso({
LinkArrayList.class,
Md5Results.class,
SelectFields.class,
DeletedArray.class,
EntryList.class,
FieldList.class,
AclList.class,
NameValueList.class,
ModuleListArray.class,
LinkValue.class,
ReportFieldList.class,
SearchLinkArrayList.class,
ModuleNames.class,
LinkNamesToFieldsArray.class,
LinkLists.class,
ReportEntryList.class,
NewSetRelationhipIds.class,
LastViewedList.class,
LinkList.class,
NameValueLists.class,
SearchLinkList.class,
LinkFieldList.class,
UpcomingActivitiesList.class
})
public class Array {
@XmlAnyElement(lax = true)
protected List