org.ow2.easywsdl.schema.decorator
Class DecoratorComplexTypeImpl<A extends AbsItfAttribute,S extends AbsItfSequence>

java.lang.Object
  extended by org.ow2.easywsdl.schema.decorator.DecoratorTypeImpl<A>
      extended by org.ow2.easywsdl.schema.decorator.DecoratorComplexTypeImpl<A,S>

public class DecoratorComplexTypeImpl<A extends AbsItfAttribute,S extends AbsItfSequence>
extends DecoratorTypeImpl<A>

Author:
Nicolas Salatge - eBM WebSourcing

Field Summary
protected  AbsItfComplexType<A,S> complexType
           
 
Fields inherited from class org.ow2.easywsdl.schema.decorator.DecoratorTypeImpl
type
 
Constructor Summary
DecoratorComplexTypeImpl(AbsItfComplexType<A,S> complexType)
           
 
Method Summary
 S createSequence()
           
 S getSequence()
           
 void setSequence(S sequence)
           
 
Methods inherited from class org.ow2.easywsdl.schema.decorator.DecoratorTypeImpl
addAttribute, createDocumentation, getAttribute, getAttributes, getDocumentation, getOtherAttributes, getQName, setDocumentation, setQName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

complexType

protected AbsItfComplexType<A extends AbsItfAttribute,S extends AbsItfSequence> complexType
Constructor Detail

DecoratorComplexTypeImpl

public DecoratorComplexTypeImpl(AbsItfComplexType<A,S> complexType)
Method Detail

createSequence

public S createSequence()

getSequence

public S getSequence()

setSequence

public void setSequence(S sequence)


Copyright © 2008 eBM WebSourcing. All Rights Reserved.