com.sugarcrm.ws.soap.SearchLinkList Maven / Gradle / Ivy
package com.sugarcrm.ws.soap;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlType;
/**
* Java class for search_link_list complex type.
*
*
The following schema fragment specifies the expected content contained within this class.
*
*
* <complexType name="search_link_list">
* <complexContent>
* <restriction base="{http://schemas.xmlsoap.org/soap/encoding/}Array">
* <attribute ref="{http://schemas.xmlsoap.org/soap/encoding/}arrayType"/>
* </restriction>
* </complexContent>
* </complexType>
*
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "search_link_list")
public class SearchLinkList
extends Array
{
}