org.ow2.easywsdl.schema.decorator
Class DecoratorTypeImpl

java.lang.Object
  extended by org.ow2.easywsdl.schema.decorator.DecoratorTypeImpl
All Implemented Interfaces:
Decorator
Direct Known Subclasses:
DecoratorComplexTypeImpl, DecoratorSimpleTypeImpl

public class DecoratorTypeImpl
extends java.lang.Object
implements Decorator

Author:
Nicolas Salatge - eBM WebSourcing

Field Summary
protected  AbsItfType type
           
 
Constructor Summary
DecoratorTypeImpl(AbsItfType type)
           
 
Method Summary
 Documentation createDocumentation()
           
 Documentation getDocumentation()
           
 SchemaElement getInternalObject()
           
 java.util.Map<javax.xml.namespace.QName,java.lang.String> getOtherAttributes()
           
 javax.xml.namespace.QName getQName()
           
 void setDocumentation(Documentation doc)
           
 void setQName(javax.xml.namespace.QName name)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

type

protected AbsItfType type
Constructor Detail

DecoratorTypeImpl

public DecoratorTypeImpl(AbsItfType type)
Method Detail

getQName

public javax.xml.namespace.QName getQName()

setQName

public void setQName(javax.xml.namespace.QName name)

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.