org.ow2.easywsdl.schema.decorator
Class DecoratorAttributeImpl

java.lang.Object
  extended by org.ow2.easywsdl.schema.decorator.DecoratorAttributeImpl
All Implemented Interfaces:
Decorator

public class DecoratorAttributeImpl
extends java.lang.Object
implements Decorator

Author:
Nicolas Salatge - eBM WebSourcing

Field Summary
protected  AbsItfAttribute attribute
           
 
Constructor Summary
DecoratorAttributeImpl(AbsItfAttribute attribute)
           
 
Method Summary
 Documentation createDocumentation()
           
 Documentation getDocumentation()
           
 SchemaElement getInternalObject()
           
 java.lang.String getName()
           
 java.lang.String getNamespaceUri()
           
 java.util.Map<javax.xml.namespace.QName,java.lang.String> getOtherAttributes()
           
 java.lang.String getValue()
           
 void setDocumentation(Documentation doc)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

attribute

protected AbsItfAttribute attribute
Constructor Detail

DecoratorAttributeImpl

public DecoratorAttributeImpl(AbsItfAttribute attribute)
Method Detail

getName

public java.lang.String getName()

getNamespaceUri

public java.lang.String getNamespaceUri()

getValue

public java.lang.String getValue()

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.