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

All Superinterfaces:
SchemaElement, java.io.Serializable
All Known Subinterfaces:
Sequence
All Known Implementing Classes:
AbstractSequenceImpl, SequenceImpl

public interface AbsItfSequence<E extends AbsItfElement>
extends SchemaElement


Method Summary
 void addElement(E elmt)
           
 E createElement()
           
 java.util.List<E> getElements()
           
 
Methods inherited from interface org.ow2.easywsdl.schema.api.SchemaElement
createDocumentation, getDocumentation, getOtherAttributes, setDocumentation
 

Method Detail

getElements

java.util.List<E> getElements()

addElement

void addElement(E elmt)

createElement

E createElement()


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