org.ow2.easywsdl.schema.api.absItf
Interface AbsItfGroup<E extends AbsItfElement>

All Superinterfaces:
SchemaElement, java.io.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
 void addElement(E elmt)
           
 E createElement()
           
 java.util.List<E> getElements()
           
 
Methods inherited from interface org.ow2.easywsdl.schema.api.SchemaElement
createDocumentation, equals, getDocumentation, getOtherAttributes, hashCode, setDocumentation
 

Method Detail

getElements

java.util.List<E> getElements()

addElement

void addElement(E elmt)

createElement

E createElement()


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