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

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

Methods in org.ow2.easywsdl.schema that return AbsItfAttribute
 AbsItfAttribute DefaultSchemaImpl.createAttribute()
           
 AbsItfAttribute DefaultSchemaImpl.getAttribute(javax.xml.namespace.QName attr)
           
 

Methods in org.ow2.easywsdl.schema that return types with arguments of type AbsItfAttribute
 java.util.List<AbsItfAttribute> DefaultSchemaImpl.getAttributes()
           
 

Methods in org.ow2.easywsdl.schema with parameters of type AbsItfAttribute
 void DefaultSchemaImpl.addAttribute(AbsItfAttribute attr)
           
 

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

Subinterfaces of AbsItfAttribute in org.ow2.easywsdl.schema.api
 interface Attribute
           
 

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

Classes in org.ow2.easywsdl.schema.api.absItf with type parameters of type AbsItfAttribute
 interface AbsItfComplexType<A extends AbsItfAttribute,S extends AbsItfSequence,All extends AbsItfAll,Ch extends AbsItfChoice,CC extends AbsItfComplexContent,SC extends AbsItfSimpleContent>
           
 interface AbsItfSchema<T extends AbsItfType,E extends AbsItfElement,A extends AbsItfAttribute,Incl extends AbsItfInclude,Impt extends AbsItfImport>
           
 interface AbsItfSimpleType<A extends AbsItfAttribute,R extends AbsItfRestriction>
           
 

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

Classes in org.ow2.easywsdl.schema.api.abstractElmt with type parameters of type AbsItfAttribute
 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 AbstractSchemaImpl<E,T extends AbsItfType,El extends AbsItfElement,A extends AbsItfAttribute,Incl extends AbsItfInclude,Impt extends AbsItfImport>
           
 class AbstractSimpleTypeImpl<E extends Annotated,V,A extends AbsItfAttribute,R extends AbsItfRestriction>
           
 

Classes in org.ow2.easywsdl.schema.api.abstractElmt that implement AbsItfAttribute
 class AbstractAttributeImpl<E,T extends AbsItfType>
           
 

Fields in org.ow2.easywsdl.schema.api.abstractElmt declared as AbsItfAttribute
protected  AbsItfAttribute AbstractAttributeImpl.referencedAttribute
          referenced attribute
 

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

Classes in org.ow2.easywsdl.schema.decorator with type parameters of type AbsItfAttribute
 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 DecoratorComplexTypeImpl<A extends AbsItfAttribute,S extends AbsItfSequence,All extends AbsItfAll,Ch extends AbsItfChoice,CC extends AbsItfComplexContent,SC extends AbsItfSimpleContent>
           
 class DecoratorSchemaImpl<T extends AbsItfType,E extends AbsItfElement,A extends AbsItfAttribute,Incl extends AbsItfInclude,Impt extends AbsItfImport>
           
 class DecoratorSimpleTypeImpl<A extends AbsItfAttribute,R extends AbsItfRestriction>
           
 

Methods in org.ow2.easywsdl.schema.decorator with parameters of type AbsItfAttribute
protected  AttNew AbstractSchemaConverter.convertAttribute(AbsItfAttribute oldAttribute, java.lang.Class<AttImpl> attImpl)
           
 

Method parameters in org.ow2.easywsdl.schema.decorator with type arguments of type AbsItfAttribute
protected  void AbstractSchemaConverter.convertAttributes(java.util.List<AbsItfAttribute> attributes, java.lang.Class<AttImpl> attImpl, SNew newDesc)
           
 

Constructors in org.ow2.easywsdl.schema.decorator with parameters of type AbsItfAttribute
DecoratorAttributeImpl(AbsItfAttribute<T> attribute, java.lang.Class<? extends T> tSImpl, java.lang.Class<? extends T> tCImpl)
           
 

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

Classes in org.ow2.easywsdl.schema.impl that implement AbsItfAttribute
 class AttributeImpl
           
 



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