com.sugarcrm.ws.soap.TDocumentation Maven / Gradle / Ivy
package com.sugarcrm.ws.soap;
import java.util.ArrayList;
import java.util.List;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlAnyElement;
import javax.xml.bind.annotation.XmlMixed;
import javax.xml.bind.annotation.XmlType;
import org.w3c.dom.Element;
/**
* Java class for tDocumentation complex type.
*
*
The following schema fragment specifies the expected content contained within this class.
*
*
* <complexType name="tDocumentation">
* <complexContent>
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
* <sequence>
* <any processContents='lax' maxOccurs="unbounded" minOccurs="0"/>
* </sequence>
* </restriction>
* </complexContent>
* </complexType>
*
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "tDocumentation", namespace = "http://schemas.xmlsoap.org/wsdl/", propOrder = {
"content"
})
public class TDocumentation {
@XmlMixed
@XmlAnyElement(lax = true)
protected List