Uses of Interface
org.ow2.easywsdl.schema.api.absItf.AbsItfType
-
Packages that use AbsItfType Package Description 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.api
Subinterfaces of AbsItfType in org.ow2.easywsdl.schema.api Modifier and Type Interface Description interfaceComplexTypeinterfaceSimpleTypeinterfaceType -
Uses of AbsItfType in org.ow2.easywsdl.schema.api.absItf
Classes in org.ow2.easywsdl.schema.api.absItf with type parameters of type AbsItfType Modifier and Type Interface Description interfaceAbsItfAttribute<T extends AbsItfType>interfaceAbsItfElement<T extends AbsItfType>interfaceAbsItfExtension<T extends AbsItfType,S extends AbsItfSequence>interfaceAbsItfSchema<T extends AbsItfType,E extends AbsItfElement,A extends AbsItfAttribute,Incl extends AbsItfInclude,Impt extends AbsItfImport,Red extends AbsItfRedefine>Subinterfaces of AbsItfType in org.ow2.easywsdl.schema.api.absItf Modifier and Type Interface Description interfaceAbsItfComplexType<A extends AbsItfAttribute,S extends AbsItfSequence,All extends AbsItfAll,Ch extends AbsItfChoice,CC extends AbsItfComplexContent,SC extends AbsItfSimpleContent>interfaceAbsItfSimpleType<A extends AbsItfAttribute,R extends AbsItfRestriction> -
Uses of AbsItfType in org.ow2.easywsdl.schema.api.abstractElmt
Classes in org.ow2.easywsdl.schema.api.abstractElmt with type parameters of type AbsItfType Modifier and Type Class Description classAbstractAttributeImpl<E,T extends AbsItfType>classAbstractElementImpl<E,T extends AbsItfType>classAbstractExtensionImpl<E extends org.ow2.easywsdl.schema.org.w3._2001.xmlschema.Annotated,T extends AbsItfType,S extends AbsItfSequence>classAbstractSchemaImpl<E,T extends AbsItfType,El extends AbsItfElement,A extends AbsItfAttribute,Incl extends AbsItfInclude,Impt extends AbsItfImport,Red extends AbsItfRedefine>Classes in org.ow2.easywsdl.schema.api.abstractElmt that implement AbsItfType 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>classAbstractSimpleTypeImpl<E extends org.ow2.easywsdl.schema.org.w3._2001.xmlschema.Annotated,V,A extends AbsItfAttribute,R extends AbsItfRestriction>classAbstractTypeImpl<E extends org.ow2.easywsdl.schema.org.w3._2001.xmlschema.Annotated,V>Fields in org.ow2.easywsdl.schema.api.abstractElmt declared as AbsItfType Modifier and Type Field Description protected TAbstractExtensionImpl. baseTypeprotected TAbstractAttributeImpl. typethe type of elementprotected TAbstractElementImpl. typethe type of element -
Uses of AbsItfType in org.ow2.easywsdl.schema.decorator
Method parameters in org.ow2.easywsdl.schema.decorator with type arguments of type AbsItfType Modifier and Type Method Description protected voidAbstractSchemaConverter. convertTypes(List<AbsItfType> types, Class<TImpl> tImpl, Class<STImpl> sTImpl, Class<CTImpl> cTImpl, SNew newDesc)Constructors in org.ow2.easywsdl.schema.decorator with parameters of type AbsItfType Constructor Description DecoratorTypeImpl(AbsItfType type) -
Uses of AbsItfType in org.ow2.easywsdl.schema.impl
Classes in org.ow2.easywsdl.schema.impl that implement AbsItfType Modifier and Type Class Description classComplexTypeImplclassSimpleTypeImpl
-