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 Enumeration
           
 interface Extension
           
 interface Group
           
 interface Import
           
 interface Include
           
 interface Notation
           
 interface Redefine
           
 interface Restriction
           
 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<T extends AbsItfType>
           
 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 AbsItfEnumeration
           
 interface AbsItfExtension<T extends AbsItfType,S extends AbsItfSequence>
           
 interface AbsItfGroup<E extends AbsItfElement>
           
 interface AbsItfImport<S extends AbsItfSchema>
           
 interface AbsItfInclude<S extends AbsItfSchema>
           
 interface AbsItfNotation
           
 interface AbsItfRedefine<S extends AbsItfSchema>
           
 interface AbsItfRestriction<En extends AbsItfEnumeration>
           
 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,R extends AbsItfRestriction>
           
 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,T extends AbsItfType>
           
 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 AbstractEnumerationImpl<E>
           
 class AbstractExtensionImpl<E extends Annotated,T extends AbsItfType,S extends AbsItfSequence>
           
 class AbstractImportImpl<E,S extends AbsItfSchema>
           
 class AbstractIncludeImpl<E,S extends AbsItfSchema>
           
 class AbstractRestrictionImpl<E,En extends AbsItfEnumeration>
           
 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,R extends AbsItfRestriction>
           
 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
 

Classes in org.ow2.easywsdl.schema.decorator with type parameters of type SchemaElement
 class Decorator<IO extends SchemaElement>
           
 

Classes in org.ow2.easywsdl.schema.decorator that implement SchemaElement
 class Decorator<IO extends SchemaElement>
           
 class DecoratorAllImpl<E extends AbsItfElement>
           
 class DecoratorAnnotationImpl
           
 class DecoratorAttributeGroupImpl
           
 class DecoratorAttributeImpl<T extends AbsItfType>
           
 class DecoratorChoiceImpl<E extends AbsItfElement>
           
 class DecoratorComplexContentImpl<Ex extends AbsItfExtension>
           
 class DecoratorComplexTypeImpl<A extends AbsItfAttribute,S extends AbsItfSequence,All extends AbsItfAll,Ch extends AbsItfChoice,CC extends AbsItfComplexContent,SC extends AbsItfSimpleContent>
           
 class DecoratorElementImpl<T extends AbsItfType>
           
 class DecoratorEnumerationImpl
           
 class DecoratorExtensionImpl<T extends AbsItfType,S extends AbsItfSequence>
           
 class DecoratorGroupImpl<E extends AbsItfElement,G extends AbsItfGroup<E>>
           
 class DecoratorImportImpl<S extends AbsItfSchema>
           
 class DecoratorIncludeImpl<S extends AbsItfSchema>
           
 class DecoratorNotationImpl
           
 class DecoratorRedefineImpl<S extends AbsItfSchema>
           
 class DecoratorRestrictionImpl<En extends AbsItfEnumeration>
           
 class DecoratorSchemaImpl<T extends AbsItfType,E extends AbsItfElement,A extends AbsItfAttribute,Incl extends AbsItfInclude,Impt extends AbsItfImport>
           
 class DecoratorSequenceImpl<E extends AbsItfElement>
           
 class DecoratorSimpleContentImpl<Ex extends AbsItfExtension>
           
 class DecoratorSimpleTypeImpl<A extends AbsItfAttribute,R extends AbsItfRestriction>
           
 class DecoratorTypeImpl<T extends AbsItfType>
           
 

Fields in org.ow2.easywsdl.schema.decorator declared as SchemaElement
protected  IO Decorator.internalObject
           
 

Methods in org.ow2.easywsdl.schema.decorator that return SchemaElement
 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 EnumerationImpl
           
 class ExtensionImpl
           
 class ImportImpl
           
 class IncludeImpl
           
 class RedefineImpl
           
 class RestrictionImpl
           
 class SchemaImpl
           
 class SequenceImpl
           
 class SimpleContentImpl
           
 class SimpleTypeImpl
           
 



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