All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.sugarcrm.ws.soap.SearchLinkList Maven / Gradle / Ivy

There is a newer version: 5.3.3
Show newest version

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 { }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy