com.sugarcrm.ws.soap.Struct 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.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;
/**
* Java class for Struct complex type.
*
*
The following schema fragment specifies the expected content contained within this class.
*
*
* <complexType name="Struct">
* <complexContent>
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
* <group ref="{http://schemas.xmlsoap.org/soap/encoding/}Struct" minOccurs="0"/>
* <attGroup ref="{http://schemas.xmlsoap.org/soap/encoding/}commonAttributes"/>
* <anyAttribute processContents='lax' namespace='##other'/>
* </restriction>
* </complexContent>
* </complexType>
*
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "Struct", namespace = "http://schemas.xmlsoap.org/soap/encoding/", propOrder = {
"any"
})
public class Struct {
@XmlAnyElement(lax = true)
protected List