Uses of Class
org.ow2.easywsdl.schema.api.abstractElmt.AbstractSchemaElementImpl

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

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

Subclasses of AbstractSchemaElementImpl in org.ow2.easywsdl.schema.api.abstractElmt
 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 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.
 

Fields in org.ow2.easywsdl.schema.api.abstractElmt declared as AbstractSchemaElementImpl
protected  AbstractSchemaElementImpl AbstractSchemaElementImpl.parent
           
 

Methods in org.ow2.easywsdl.schema.api.abstractElmt that return AbstractSchemaElementImpl
 AbstractSchemaElementImpl AbstractSchemaElementImpl.getParent()
           
 AbstractSchemaElementImpl AbstractElementImpl.getParent()
           
 AbstractSchemaElementImpl AbstractSchemaElementImpl.getTopParent()
           
 

Methods in org.ow2.easywsdl.schema.api.abstractElmt with parameters of type AbstractSchemaElementImpl
 void AbstractSchemaElementImpl.setParent(AbstractSchemaElementImpl parent)
           
 

Constructors in org.ow2.easywsdl.schema.api.abstractElmt with parameters of type AbstractSchemaElementImpl
AbstractAllImpl(E model, AbstractSchemaElementImpl parent)
           
AbstractAttributeImpl(E model, AbstractSchemaElementImpl parent)
           
AbstractChoiceImpl(E model, AbstractSchemaElementImpl parent)
           
AbstractComplexContentImpl(E model, AbstractSchemaElementImpl parent)
           
AbstractComplexTypeImpl(E model, AbstractSchemaElementImpl parent)
           
AbstractElementImpl(E model, AbstractSchemaElementImpl parent)
           
AbstractEnumerationImpl(E model, AbstractSchemaElementImpl parent)
           
AbstractExtensionImpl(E model, AbstractSchemaElementImpl parent)
           
AbstractImportImpl(E model, AbstractSchemaElementImpl parent, java.util.Map<java.net.URI,AbsItfSchema> imports, java.net.URI baseURI, AbstractSchemaReader reader)
          Default constructor
AbstractIncludeImpl(E model, AbstractSchemaElementImpl parent, java.util.Map<java.net.URI,AbsItfSchema> imports, java.net.URI baseURI, AbstractSchemaReader reader)
          Default constructor
AbstractRestrictionImpl(E model, AbstractSchemaElementImpl parent)
           
AbstractSchemaElementImpl(E model, AbstractSchemaElementImpl parent)
           
AbstractSequenceImpl(E model, AbstractSchemaElementImpl parent)
           
AbstractSimpleContentImpl(E model, AbstractSchemaElementImpl parent)
           
AbstractSimpleTypeImpl(E model, AbstractSchemaElementImpl parent)
           
AbstractTypeImpl(E model, AbstractSchemaElementImpl parent)
           
 

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

Subclasses of AbstractSchemaElementImpl in org.ow2.easywsdl.schema.decorator
 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>
           
 

Methods in org.ow2.easywsdl.schema.decorator that return AbstractSchemaElementImpl
 AbstractSchemaElementImpl Decorator.getParent()
           
 

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

Subclasses of AbstractSchemaElementImpl in org.ow2.easywsdl.schema.impl
 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
           
 

Constructors in org.ow2.easywsdl.schema.impl with parameters of type AbstractSchemaElementImpl
AllImpl(All model, AbstractSchemaElementImpl parent)
           
AttributeImpl(Attribute model, AbstractSchemaElementImpl parent)
           
ChoiceImpl(ExplicitGroup model, AbstractSchemaElementImpl parent)
           
ComplexContentImpl(ComplexContent model, AbstractSchemaElementImpl parent)
           
ComplexTypeImpl(ComplexType model, AbstractSchemaElementImpl parent)
           
ElementImpl(Element model, AbstractSchemaElementImpl parent)
           
EnumerationImpl(NoFixedFacet model, AbstractSchemaElementImpl parent)
           
ExtensionImpl(ExtensionType model, AbstractSchemaElementImpl parent)
           
ImportImpl(Import impt, AbstractSchemaElementImpl parent, java.util.Map<java.net.URI,AbsItfSchema> imports, java.net.URI baseURI, AbstractSchemaReader reader)
           
IncludeImpl(Include incl, AbstractSchemaElementImpl parent, java.util.Map<java.net.URI,AbsItfSchema> imports, java.net.URI baseURI, AbstractSchemaReader reader)
           
RedefineImpl(Redefine model, AbstractSchemaElementImpl parent, java.util.Map<java.net.URI,AbsItfSchema> imports, java.net.URI baseURI, AbstractSchemaReader reader)
           
RestrictionImpl(Restriction model, AbstractSchemaElementImpl parent)
           
SequenceImpl(ExplicitGroup model, AbstractSchemaElementImpl parent)
           
SimpleContentImpl(SimpleContent model, AbstractSchemaElementImpl parent)
           
SimpleTypeImpl(SimpleType model, AbstractSchemaElementImpl parent)
           
 



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