org.ow2.easywsdl.schema.decorator
Class DecoratorTypeImpl<A extends AbsItfAttribute>

java.lang.Object
  extended by org.ow2.easywsdl.schema.decorator.DecoratorTypeImpl<A>
Direct Known Subclasses:
DecoratorComplexTypeImpl, DecoratorSimpleTypeImpl

public class DecoratorTypeImpl<A extends AbsItfAttribute>
extends java.lang.Object

Author:
Nicolas Salatge - eBM WebSourcing

Field Summary
protected  AbsItfType<A> type
           
 
Constructor Summary
DecoratorTypeImpl(AbsItfType<A> type)
           
 
Method Summary
 void addAttribute(A attr)
           
 Documentation createDocumentation()
           
 A getAttribute(java.lang.String attr)
           
 java.util.List<A> getAttributes()
           
 Documentation getDocumentation()
           
 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<A extends AbsItfAttribute> type
Constructor Detail

DecoratorTypeImpl

public DecoratorTypeImpl(AbsItfType<A> type)
Method Detail

addAttribute

public void addAttribute(A attr)

getAttribute

public A getAttribute(java.lang.String attr)

getAttributes

public java.util.List<A> getAttributes()

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)


Copyright © 2008 eBM WebSourcing. All Rights Reserved.