
org.objectweb.celtix.wsdl.TDocumentation 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.XmlMixed;
import javax.xml.bind.annotation.XmlType;
import org.objectweb.celtix.wsdl.TDocumentation;
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/>
* </sequence>
* </restriction>
* </complexContent>
* </complexType>
*
*
*
*/
@XmlAccessorType(AccessType.FIELD)
@XmlType(name = "tDocumentation", propOrder = {
"content"
})
public class TDocumentation {
@XmlMixed
@XmlAnyElement(lax = true)
protected List
© 2015 - 2025 Weber Informatics LLC | Privacy Policy