Uses of Interface
org.ow2.easywsdl.schema.api.absItf.AbsItfType

Packages that use AbsItfType
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 AbsItfType in org.ow2.easywsdl.schema
 

Methods in org.ow2.easywsdl.schema that return AbsItfType
 AbsItfType DefaultSchemaImpl.createComplexType()
           
 AbsItfType DefaultSchemaImpl.createSimpleType()
           
 

Methods in org.ow2.easywsdl.schema with parameters of type AbsItfType
 void DefaultSchemaImpl.addType(AbsItfType absItfType)
           
 

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

Subinterfaces of AbsItfType in org.ow2.easywsdl.schema.api
 interface ComplexType
           
 interface SimpleType
           
 interface Type
           
 

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

Classes in org.ow2.easywsdl.schema.api.absItf with type parameters of type AbsItfType
 interface AbsItfElement<T extends AbsItfType>
           
 interface AbsItfExtension<T extends AbsItfType,S extends AbsItfSequence>
           
 interface AbsItfSchema<T extends AbsItfType,E extends AbsItfElement,A extends AbsItfAttribute,Incl extends AbsItfInclude,Impt extends AbsItfImport>
           
 

Subinterfaces of AbsItfType in org.ow2.easywsdl.schema.api.absItf
 interface AbsItfComplexType<A extends AbsItfAttribute,S extends AbsItfSequence,All extends AbsItfAll,Ch extends AbsItfChoice,CC extends AbsItfComplexContent,SC extends AbsItfSimpleContent>
           
 interface AbsItfSimpleType<A extends AbsItfAttribute>
           
 

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

Classes in org.ow2.easywsdl.schema.api.abstractElmt with type parameters of type AbsItfType
 class AbstractElementImpl<E,T extends AbsItfType>
           
 class AbstractExtensionImpl<E extends Annotated,T extends AbsItfType,S extends AbsItfSequence>
           
 class AbstractSchemaImpl<E,T extends AbsItfType,El extends AbsItfElement,A extends AbsItfAttribute,Incl extends AbsItfInclude,Impt extends AbsItfImport>
           
 

Classes in org.ow2.easywsdl.schema.api.abstractElmt that implement AbsItfType
 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 AbstractSimpleTypeImpl<E extends Annotated,V,A extends AbsItfAttribute>
           
 class AbstractTypeImpl<E extends Annotated,V>
           
 

Fields in org.ow2.easywsdl.schema.api.abstractElmt declared as AbsItfType
protected  T AbstractExtensionImpl.baseType
           
protected  T AbstractElementImpl.type
          the type of element
protected  AbsItfType AbstractAttributeImpl.type
          the type of element
 

Methods in org.ow2.easywsdl.schema.api.abstractElmt that return AbsItfType
 AbsItfType AbstractAttributeImpl.getType()
           
 

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

Classes in org.ow2.easywsdl.schema.decorator with type parameters of type AbsItfType
 class AbstractSchemaConverter<SNew extends AbsItfSchema,SImpl extends DecoratorSchemaImpl,AnnNew extends AbsItfAnnotation,AnnImpl extends DecoratorAnnotationImpl,AttGNew extends AbsItfAttributeGroup,AttGImpl extends DecoratorAttributeGroupImpl,AttNew extends AbsItfAttribute,AttImpl extends DecoratorAttributeImpl,CTNew extends AbsItfType,CTImpl extends DecoratorComplexTypeImpl,ENew extends AbsItfElement,EImpl extends DecoratorElementImpl,GNew extends AbsItfGroup,GImpl extends DecoratorGroupImpl,ImptNew extends AbsItfImport,ImptImpl extends DecoratorImportImpl,InclNew extends AbsItfInclude,InclImpl extends DecoratorIncludeImpl,NotNew extends AbsItfNotation,NotImpl extends DecoratorNotationImpl,RedNew extends AbsItfRedefine,RedImpl extends DecoratorRedefineImpl,STNew extends AbsItfType,STImpl extends DecoratorSimpleTypeImpl,TNew extends AbsItfType,TImpl extends DecoratorTypeImpl>
           
 class AbstractSchemaConverter<SNew extends AbsItfSchema,SImpl extends DecoratorSchemaImpl,AnnNew extends AbsItfAnnotation,AnnImpl extends DecoratorAnnotationImpl,AttGNew extends AbsItfAttributeGroup,AttGImpl extends DecoratorAttributeGroupImpl,AttNew extends AbsItfAttribute,AttImpl extends DecoratorAttributeImpl,CTNew extends AbsItfType,CTImpl extends DecoratorComplexTypeImpl,ENew extends AbsItfElement,EImpl extends DecoratorElementImpl,GNew extends AbsItfGroup,GImpl extends DecoratorGroupImpl,ImptNew extends AbsItfImport,ImptImpl extends DecoratorImportImpl,InclNew extends AbsItfInclude,InclImpl extends DecoratorIncludeImpl,NotNew extends AbsItfNotation,NotImpl extends DecoratorNotationImpl,RedNew extends AbsItfRedefine,RedImpl extends DecoratorRedefineImpl,STNew extends AbsItfType,STImpl extends DecoratorSimpleTypeImpl,TNew extends AbsItfType,TImpl extends DecoratorTypeImpl>
           
 class AbstractSchemaConverter<SNew extends AbsItfSchema,SImpl extends DecoratorSchemaImpl,AnnNew extends AbsItfAnnotation,AnnImpl extends DecoratorAnnotationImpl,AttGNew extends AbsItfAttributeGroup,AttGImpl extends DecoratorAttributeGroupImpl,AttNew extends AbsItfAttribute,AttImpl extends DecoratorAttributeImpl,CTNew extends AbsItfType,CTImpl extends DecoratorComplexTypeImpl,ENew extends AbsItfElement,EImpl extends DecoratorElementImpl,GNew extends AbsItfGroup,GImpl extends DecoratorGroupImpl,ImptNew extends AbsItfImport,ImptImpl extends DecoratorImportImpl,InclNew extends AbsItfInclude,InclImpl extends DecoratorIncludeImpl,NotNew extends AbsItfNotation,NotImpl extends DecoratorNotationImpl,RedNew extends AbsItfRedefine,RedImpl extends DecoratorRedefineImpl,STNew extends AbsItfType,STImpl extends DecoratorSimpleTypeImpl,TNew extends AbsItfType,TImpl extends DecoratorTypeImpl>
           
 class DecoratorElementImpl<T extends AbsItfType>
           
 class DecoratorExtensionImpl<T extends AbsItfType,S extends AbsItfSequence>
           
 class DecoratorSchemaImpl<T extends AbsItfType,E extends AbsItfElement,A extends AbsItfAttribute,Incl extends AbsItfInclude,Impt extends AbsItfImport>
           
 

Fields in org.ow2.easywsdl.schema.decorator declared as AbsItfType
protected  AbsItfType DecoratorTypeImpl.type
           
 

Method parameters in org.ow2.easywsdl.schema.decorator with type arguments of type AbsItfType
protected  void AbstractSchemaConverter.convertTypes(java.util.List<AbsItfType> types, java.lang.Class<TImpl> tImpl, java.lang.Class<STImpl> sTImpl, java.lang.Class<CTImpl> cTImpl, SNew newDesc)
           
 

Constructors in org.ow2.easywsdl.schema.decorator with parameters of type AbsItfType
DecoratorTypeImpl(AbsItfType type)
           
 

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

Classes in org.ow2.easywsdl.schema.impl that implement AbsItfType
 class ComplexTypeImpl
           
 class SimpleTypeImpl
           
 



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