org.apache.cxf.wsdl.TDefinitions 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: 2011.12.15 at 11:10:53 AM EST
//
package org.apache.cxf.wsdl;
import java.util.ArrayList;
import java.util.List;
import javax.xml.bind.JAXBElement;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlAnyElement;
import javax.xml.bind.annotation.XmlAttribute;
import javax.xml.bind.annotation.XmlElement;
import javax.xml.bind.annotation.XmlElementRef;
import javax.xml.bind.annotation.XmlElementRefs;
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 org.w3c.dom.Element;
/**
* Java class for tDefinitions complex type.
*
*
The following schema fragment specifies the expected content contained within this class.
*
*
* <complexType name="tDefinitions">
* <complexContent>
* <extension base="{http://schemas.xmlsoap.org/wsdl/}tExtensibleDocumented">
* <sequence minOccurs="0">
* <group ref="{http://schemas.xmlsoap.org/wsdl/}anyTopLevelOptionalElement"/>
* <choice maxOccurs="unbounded" minOccurs="0">
* <group ref="{http://schemas.xmlsoap.org/wsdl/}anyTopLevelOptionalElement"/>
* <any processContents='lax' namespace='##other'/>
* </choice>
* </sequence>
* <attribute name="targetNamespace" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
* <attribute name="name" type="{http://www.w3.org/2001/XMLSchema}NCName" />
* <anyAttribute processContents='lax' namespace='##other'/>
* </extension>
* </complexContent>
* </complexType>
*
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "tDefinitions", propOrder = {
"_import",
"types",
"message",
"portType",
"binding",
"service",
"importOrTypesOrMessage"
})
public class TDefinitions
extends TExtensibleDocumented
{
@XmlElement(name = "import")
protected TImport _import;
protected TTypes types;
protected TMessage message;
protected TPortType portType;
protected TBinding binding;
protected TService service;
@XmlElementRefs({
@XmlElementRef(name = "types", namespace = "http://schemas.xmlsoap.org/wsdl/", type = JAXBElement.class),
@XmlElementRef(name = "import", namespace = "http://schemas.xmlsoap.org/wsdl/", type = JAXBElement.class),
@XmlElementRef(name = "service", namespace = "http://schemas.xmlsoap.org/wsdl/", type = JAXBElement.class),
@XmlElementRef(name = "portType", namespace = "http://schemas.xmlsoap.org/wsdl/", type = JAXBElement.class),
@XmlElementRef(name = "message", namespace = "http://schemas.xmlsoap.org/wsdl/", type = JAXBElement.class),
@XmlElementRef(name = "binding", namespace = "http://schemas.xmlsoap.org/wsdl/", type = JAXBElement.class)
})
@XmlAnyElement(lax = true)
protected List