com.sugarcrm.ws.soap.LastViewedList 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 last_viewed_list complex type.
*
*
The following schema fragment specifies the expected content contained within this class.
*
*
* <complexType name="last_viewed_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 = "last_viewed_list")
public class LastViewedList
extends Array
{
}