Interface AbsItfGroup<E extends AbsItfElement>
-
- All Superinterfaces:
SchemaElement,Serializable
- All Known Subinterfaces:
AbsItfAll<E>,AbsItfChoice<E>,AbsItfSequence<E>,All,Choice,Group,Sequence
- All Known Implementing Classes:
AbstractAllImpl,AbstractChoiceImpl,AbstractSequenceImpl,AllImpl,ChoiceImpl,SequenceImpl
public interface AbsItfGroup<E extends AbsItfElement> extends SchemaElement
- Author:
- Nicolas Salatge - EBM WebSourcing
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidaddElement(E elmt)EcreateElement()List<E>getElements()-
Methods inherited from interface org.ow2.easywsdl.schema.api.SchemaElement
createDocumentation, equals, getDocumentation, getOtherAttributes, hashCode, setDocumentation
-
-