
org.objectweb.celtix.wsdl.TExtensibleDocumented Maven / Gradle / Ivy
The newest version!
//
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.0-hudson-3037-ea3
// See http://java.sun.com/xml/jaxb
// Any modifications to this file will be lost upon recompilation of the source schema.
// Generated on: 2006.05.08 at 07:49:35 AM EDT
//
package org.objectweb.celtix.wsdl;
import java.util.ArrayList;
import java.util.List;
import javax.xml.bind.annotation.AccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlAnyElement;
import javax.xml.bind.annotation.XmlType;
import org.objectweb.celtix.wsdl.TDocumented;
import org.objectweb.celtix.wsdl.TExtensibleDocumented;
import org.w3c.dom.Element;
/**
* Java class for tExtensibleDocumented complex type.
*
*
The following schema fragment specifies the expected content contained within this class.
*
*
* <complexType name="tExtensibleDocumented">
* <complexContent>
* <extension base="{http://schemas.xmlsoap.org/wsdl/}tDocumented">
* <sequence>
* <any/>
* </sequence>
* </extension>
* </complexContent>
* </complexType>
*
*
*
*/
@XmlAccessorType(AccessType.FIELD)
@XmlType(name = "tExtensibleDocumented", propOrder = {
"any"
})
public abstract class TExtensibleDocumented
extends TDocumented
{
@XmlAnyElement(lax = true)
protected List
© 2015 - 2025 Weber Informatics LLC | Privacy Policy