org.apache.cxf.wsdl.TExtensibleAttributesDocumented Maven / Gradle / Ivy
//
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vhudson-jaxb-ri-2.1-2
// See http://java.sun.com/xml/jaxb
// Any modifications to this file will be lost upon recompilation of the source schema.
// Generated on: 2012.12.06 at 01:26:19 PM EST
//
package org.apache.cxf.wsdl;
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.XmlSeeAlso;
import javax.xml.bind.annotation.XmlType;
import javax.xml.namespace.QName;
import org.w3c.dom.Element;
/**
* Java class for tExtensibleAttributesDocumented complex type.
*
*
The following schema fragment specifies the expected content contained within this class.
*
*
* <complexType name="tExtensibleAttributesDocumented">
* <complexContent>
* <extension base="{http://schemas.xmlsoap.org/wsdl/}tDocumented">
* <sequence>
* <any processContents='lax' namespace='##other' maxOccurs="unbounded" minOccurs="0"/>
* </sequence>
* <anyAttribute processContents='lax' namespace='##other'/>
* </extension>
* </complexContent>
* </complexType>
*
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "tExtensibleAttributesDocumented", propOrder = {
"any"
})
@XmlSeeAlso({
TPart.class,
TFault.class,
TImport.class,
TPortType.class,
TParam.class
})
public abstract class TExtensibleAttributesDocumented
extends TDocumented
{
@XmlAnyElement(lax = true)
protected List