Uses of Interface
org.ow2.easywsdl.schema.api.absItf.AbsItfGroup
-
-
Uses of AbsItfGroup in org.ow2.easywsdl.schema.api
Subinterfaces of AbsItfGroup in org.ow2.easywsdl.schema.api Modifier and Type Interface Description interfaceAllinterfaceChoiceinterfaceGroupinterfaceSequence -
Uses of AbsItfGroup in org.ow2.easywsdl.schema.api.absItf
Subinterfaces of AbsItfGroup in org.ow2.easywsdl.schema.api.absItf Modifier and Type Interface Description interfaceAbsItfAll<E extends AbsItfElement>interfaceAbsItfChoice<E extends AbsItfElement>interfaceAbsItfSequence<E extends AbsItfElement> -
Uses of AbsItfGroup in org.ow2.easywsdl.schema.api.abstractElmt
Classes in org.ow2.easywsdl.schema.api.abstractElmt that implement AbsItfGroup Modifier and Type Class Description classAbstractAllImpl<E extends org.ow2.easywsdl.schema.org.w3._2001.xmlschema.Annotated,Elmt extends AbsItfElement>classAbstractChoiceImpl<E extends org.ow2.easywsdl.schema.org.w3._2001.xmlschema.Annotated,Elmt extends AbsItfElement>classAbstractSequenceImpl<E extends org.ow2.easywsdl.schema.org.w3._2001.xmlschema.Annotated,Elmt extends AbsItfElement> -
Uses of AbsItfGroup in org.ow2.easywsdl.schema.decorator
Classes in org.ow2.easywsdl.schema.decorator with type parameters of type AbsItfGroup Modifier and Type Class Description classAbstractSchemaConverter<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>classDecoratorGroupImpl<E extends AbsItfElement,G extends AbsItfGroup<E>>Constructors in org.ow2.easywsdl.schema.decorator with parameters of type AbsItfGroup Constructor Description DecoratorGroupImpl(AbsItfGroup<E> group, Class<? extends E> eImpl) -
Uses of AbsItfGroup in org.ow2.easywsdl.schema.impl
Classes in org.ow2.easywsdl.schema.impl that implement AbsItfGroup Modifier and Type Class Description classAllImplclassChoiceImplclassSequenceImpl
-