org.ow2.easywsdl.schema.api.absItf
Interface AbsItfExtension<T extends AbsItfType,S extends AbsItfSequence>

All Superinterfaces:
SchemaElement, java.io.Serializable
All Known Subinterfaces:
Extension
All Known Implementing Classes:
AbstractExtensionImpl, ExtensionImpl

public interface AbsItfExtension<T extends AbsItfType,S extends AbsItfSequence>
extends SchemaElement

Author:
Nicolas Salatge - eBM WebSourcing

Method Summary
 S createSequence()
           
 T getBase()
           
 S getSequence()
           
 void setBase(T name)
           
 void setSequence(S sequence)
           
 
Methods inherited from interface org.ow2.easywsdl.schema.api.SchemaElement
createDocumentation, equals, getDocumentation, getOtherAttributes, hashCode, setDocumentation
 

Method Detail

getBase

T getBase()

setBase

void setBase(T name)

getSequence

S getSequence()

setSequence

void setSequence(S sequence)

createSequence

S createSequence()


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