Uses of Interface
org.ow2.easywsdl.schema.api.SchemaElement

Packages that use SchemaElement
org.ow2.easywsdl.schema   
org.ow2.easywsdl.schema.api   
org.ow2.easywsdl.schema.api.absItf   
org.ow2.easywsdl.schema.api.abstractElmt   
org.ow2.easywsdl.schema.decorator   
org.ow2.easywsdl.schema.impl   
 

Uses of SchemaElement in org.ow2.easywsdl.schema
 

Subinterfaces of SchemaElement in org.ow2.easywsdl.schema
 interface DefaultSchema
           
 

Classes in org.ow2.easywsdl.schema that implement SchemaElement
 class DefaultSchemaImpl
           
 

Uses of SchemaElement in org.ow2.easywsdl.schema.api
 

Subinterfaces of SchemaElement in org.ow2.easywsdl.schema.api
 interface All
           
 interface Annotation
           
 interface Attribute
           
 interface AttributeGroup
           
 interface Choice
           
 interface ComplexContent
           
 interface ComplexType
           
 interface Documentation
          This interface represents an documentation, and contains the content of the input and the message itself.
 interface Element
           
 interface Extension
           
 interface Group
           
 interface Import
           
 interface Include
           
 interface Notation
           
 interface Redefine
           
 interface Schema
           
 interface Sequence
           
 interface SimpleContent
           
 interface SimpleType
           
 interface Type
           
 interface XMLElement
          This interface represents all WSDL Elements
 

Uses of SchemaElement in org.ow2.easywsdl.schema.api.absItf
 

Subinterfaces of SchemaElement in org.ow2.easywsdl.schema.api.absItf
 interface AbsItfAll<E extends AbsItfElement>
           
 interface AbsItfAnnotation
           
 interface AbsItfAttribute
           
 interface AbsItfAttributeGroup
           
 interface AbsItfChoice<E extends AbsItfElement>
           
 interface AbsItfComplexContent<E extends AbsItfExtension>
           
 interface AbsItfComplexType<A extends AbsItfAttribute,S extends AbsItfSequence,All extends AbsItfAll,Ch extends AbsItfChoice,CC extends AbsItfComplexContent,SC extends AbsItfSimpleContent>
           
 interface AbsItfElement<T extends AbsItfType>
           
 interface AbsItfExtension<T extends AbsItfType,S extends AbsItfSequence>
           
 interface AbsItfGroup
           
 interface AbsItfImport<S extends AbsItfSchema>
           
 interface AbsItfInclude<S extends AbsItfSchema>
           
 interface AbsItfNotation
           
 interface AbsItfRedefine<S extends AbsItfSchema>
           
 interface AbsItfSchema<T extends AbsItfType,E extends AbsItfElement,A extends AbsItfAttribute,Incl extends AbsItfInclude,Impt extends AbsItfImport>
           
 interface AbsItfSequence<E extends AbsItfElement>
           
 interface AbsItfSimpleContent<E extends AbsItfExtension>
           
 interface AbsItfSimpleType<A extends AbsItfAttribute>
           
 interface AbsItfType
           
 

Uses of SchemaElement in org.ow2.easywsdl.schema.api.abstractElmt
 

Classes in org.ow2.easywsdl.schema.api.abstractElmt that implement SchemaElement
 class AbstractAllImpl<E extends Annotated,Elmt extends AbsItfElement>
           
 class AbstractAttributeImpl<E>
           
 class AbstractChoiceImpl<E extends Annotated,Elmt extends AbsItfElement>
           
 class AbstractComplexContentImpl<E extends Annotated,Ex extends AbsItfExtension>
           
 class AbstractComplexTypeImpl<E extends Annotated,V,A extends AbsItfAttribute,S extends AbsItfSequence,All extends AbsItfAll,Ch extends AbsItfChoice,CC extends AbsItfComplexContent,SC extends AbsItfSimpleContent>
           
 class AbstractElementImpl<E,T extends AbsItfType>
           
 class AbstractExtensionImpl<E extends Annotated,T extends AbsItfType,S extends AbsItfSequence>
           
 class AbstractImportImpl<E,S extends AbsItfSchema>
           
 class AbstractIncludeImpl<E,S extends AbsItfSchema>
           
 class AbstractSchemaElementImpl<E>
           
 class AbstractSchemaImpl<E,T extends AbsItfType,El extends AbsItfElement,A extends AbsItfAttribute,Incl extends AbsItfInclude,Impt extends AbsItfImport>
           
 class AbstractSequenceImpl<E extends Annotated,Elmt extends AbsItfElement>
           
 class AbstractSimpleContentImpl<E extends Annotated,Ex extends AbsItfExtension>
           
 class AbstractSimpleTypeImpl<E extends Annotated,V,A extends AbsItfAttribute>
           
 class AbstractTypeImpl<E extends Annotated,V>
           
 class AbstractXMLElementImpl<E>
          Abstract super class for all WSDL Elements, providing some basic common functionality.
 

Uses of SchemaElement in org.ow2.easywsdl.schema.decorator
 

Methods in org.ow2.easywsdl.schema.decorator that return SchemaElement
 SchemaElement DecoratorTypeImpl.getInternalObject()
           
 SchemaElement DecoratorSimpleTypeImpl.getInternalObject()
           
 SchemaElement DecoratorSimpleContentImpl.getInternalObject()
           
 SchemaElement DecoratorSequenceImpl.getInternalObject()
           
 SchemaElement DecoratorSchemaImpl.getInternalObject()
           
 SchemaElement DecoratorRedefineImpl.getInternalObject()
           
 SchemaElement DecoratorNotationImpl.getInternalObject()
           
 SchemaElement DecoratorIncludeImpl.getInternalObject()
           
 SchemaElement DecoratorImportImpl.getInternalObject()
           
 SchemaElement DecoratorGroupImpl.getInternalObject()
           
 SchemaElement DecoratorExtensionImpl.getInternalObject()
           
 SchemaElement DecoratorElementImpl.getInternalObject()
           
 SchemaElement DecoratorComplexTypeImpl.getInternalObject()
           
 SchemaElement DecoratorComplexContentImpl.getInternalObject()
           
 SchemaElement DecoratorChoiceImpl.getInternalObject()
           
 SchemaElement DecoratorAttributeImpl.getInternalObject()
           
 SchemaElement DecoratorAttributeGroupImpl.getInternalObject()
           
 SchemaElement DecoratorAnnotationImpl.getInternalObject()
           
 SchemaElement DecoratorAllImpl.getInternalObject()
           
 SchemaElement Decorator.getInternalObject()
           
 

Uses of SchemaElement in org.ow2.easywsdl.schema.impl
 

Classes in org.ow2.easywsdl.schema.impl that implement SchemaElement
 class AllImpl
           
 class AttributeImpl
           
 class ChoiceImpl
           
 class ComplexContentImpl
           
 class ComplexTypeImpl
           
 class DocumentationImpl
           
 class ElementImpl
           
 class ExtensionImpl
           
 class ImportImpl
           
 class IncludeImpl
           
 class RedefineImpl
           
 class SchemaImpl
           
 class SequenceImpl
           
 class SimpleContentImpl
           
 class SimpleTypeImpl
           
 



Copyright © 2008-2009 Petals Link (previously EBM WebSourcing). All Rights Reserved.