Uses of Interface
org.ow2.easywsdl.schema.api.absItf.AbsItfAttribute
-
-
Uses of AbsItfAttribute in org.ow2.easywsdl.schema.api
Subinterfaces of AbsItfAttribute in org.ow2.easywsdl.schema.api Modifier and Type Interface Description interfaceAttribute -
Uses of AbsItfAttribute in org.ow2.easywsdl.schema.api.absItf
Classes in org.ow2.easywsdl.schema.api.absItf with type parameters of type AbsItfAttribute Modifier and Type Interface Description interfaceAbsItfComplexType<A extends AbsItfAttribute,S extends AbsItfSequence,All extends AbsItfAll,Ch extends AbsItfChoice,CC extends AbsItfComplexContent,SC extends AbsItfSimpleContent>interfaceAbsItfSchema<T extends AbsItfType,E extends AbsItfElement,A extends AbsItfAttribute,Incl extends AbsItfInclude,Impt extends AbsItfImport,Red extends AbsItfRedefine>interfaceAbsItfSimpleType<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 Modifier and Type Class Description classAbstractComplexTypeImpl<E extends org.ow2.easywsdl.schema.org.w3._2001.xmlschema.Annotated,V,A extends AbsItfAttribute,S extends AbsItfSequence,All extends AbsItfAll,Ch extends AbsItfChoice,CC extends AbsItfComplexContent,SC extends AbsItfSimpleContent>classAbstractSchemaImpl<E,T extends AbsItfType,El extends AbsItfElement,A extends AbsItfAttribute,Incl extends AbsItfInclude,Impt extends AbsItfImport,Red extends AbsItfRedefine>classAbstractSimpleTypeImpl<E extends org.ow2.easywsdl.schema.org.w3._2001.xmlschema.Annotated,V,A extends AbsItfAttribute,R extends AbsItfRestriction>Classes in org.ow2.easywsdl.schema.api.abstractElmt that implement AbsItfAttribute Modifier and Type Class Description classAbstractAttributeImpl<E,T extends AbsItfType>Fields in org.ow2.easywsdl.schema.api.abstractElmt declared as AbsItfAttribute Modifier and Type Field Description protected AbsItfAttributeAbstractAttributeImpl. referencedAttributereferenced attribute -
Uses of AbsItfAttribute in org.ow2.easywsdl.schema.decorator
Methods in org.ow2.easywsdl.schema.decorator with parameters of type AbsItfAttribute Modifier and Type Method Description protected AttNewAbstractSchemaConverter. convertAttribute(AbsItfAttribute oldAttribute, Class<AttImpl> attImpl)Method parameters in org.ow2.easywsdl.schema.decorator with type arguments of type AbsItfAttribute Modifier and Type Method Description protected voidAbstractSchemaConverter. convertAttributes(List<AbsItfAttribute> attributes, Class<AttImpl> attImpl, SNew newDesc)Constructors in org.ow2.easywsdl.schema.decorator with parameters of type AbsItfAttribute Constructor Description DecoratorAttributeImpl(AbsItfAttribute<T> attribute, Class<? extends T> tSImpl, Class<? extends T> tCImpl) -
Uses of AbsItfAttribute in org.ow2.easywsdl.schema.impl
Classes in org.ow2.easywsdl.schema.impl that implement AbsItfAttribute Modifier and Type Class Description classAttributeImpl
-