org.ow2.easywsdl.schema.api.absItf
Interface AbsItfComplexType<A extends AbsItfAttribute,S extends AbsItfSequence>

All Superinterfaces:
AbsItfType<A>, SchemaElement, java.io.Serializable
All Known Subinterfaces:
ComplexType
All Known Implementing Classes:
AbstractComplexTypeImpl, ComplexTypeImpl

public interface AbsItfComplexType<A extends AbsItfAttribute,S extends AbsItfSequence>
extends AbsItfType<A>

Author:
Nicolas Salatge - eBM WebSourcing

Method Summary
 S createSequence()
           
 S getSequence()
           
 void setSequence(S sequence)
           
 
Methods inherited from interface org.ow2.easywsdl.schema.api.absItf.AbsItfType
addAttribute, getAttribute, getAttributes, getQName, setQName
 
Methods inherited from interface org.ow2.easywsdl.schema.api.SchemaElement
createDocumentation, getDocumentation, getOtherAttributes, setDocumentation
 

Method Detail

getSequence

S getSequence()

setSequence

void setSequence(S sequence)

createSequence

S createSequence()


Copyright © 2008 eBM WebSourcing. All Rights Reserved.