org.ow2.easywsdl.schema.decorator
Class DecoratorExtensionImpl<T extends AbsItfType,S extends AbsItfSequence>

java.lang.Object
  extended by org.ow2.easywsdl.schema.decorator.DecoratorExtensionImpl<T,S>
All Implemented Interfaces:
Decorator

public class DecoratorExtensionImpl<T extends AbsItfType,S extends AbsItfSequence>
extends java.lang.Object
implements Decorator

Author:
Nicolas Salatge - eBM WebSourcing

Field Summary
protected  AbsItfExtension extension
           
 
Constructor Summary
DecoratorExtensionImpl(AbsItfExtension extension)
           
 
Method Summary
 Documentation createDocumentation()
           
 S createSequence()
           
 T getBase()
           
 Documentation getDocumentation()
           
 SchemaElement getInternalObject()
           
 java.util.Map<javax.xml.namespace.QName,java.lang.String> getOtherAttributes()
           
 S getSequence()
           
 void setBase(T name)
           
 void setDocumentation(Documentation doc)
           
 void setSequence(S sequence)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

extension

protected AbsItfExtension extension
Constructor Detail

DecoratorExtensionImpl

public DecoratorExtensionImpl(AbsItfExtension extension)
Method Detail

createSequence

public S createSequence()

getBase

public T getBase()

getSequence

public S getSequence()

setBase

public void setBase(T name)

setSequence

public void setSequence(S sequence)

createDocumentation

public Documentation createDocumentation()

getDocumentation

public Documentation getDocumentation()

getOtherAttributes

public java.util.Map<javax.xml.namespace.QName,java.lang.String> getOtherAttributes()
                                                                             throws XmlException
Throws:
XmlException

setDocumentation

public void setDocumentation(Documentation doc)

getInternalObject

public SchemaElement getInternalObject()
Specified by:
getInternalObject in interface Decorator


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