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