org.ow2.easywsdl.schema.impl
Class AttributeImpl

java.lang.Object
  extended by org.ow2.easywsdl.schema.api.abstractElmt.AbstractSchemaElementImpl<E>
      extended by org.ow2.easywsdl.schema.api.abstractElmt.AbstractAttributeImpl<Attribute>
          extended by org.ow2.easywsdl.schema.impl.AttributeImpl
All Implemented Interfaces:
java.io.Serializable, AbsItfAttribute, Attribute, SchemaElement

public class AttributeImpl
extends AbstractAttributeImpl<Attribute>
implements Attribute

Author:
Nicolas Salatge - eBM WebSourcing
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.ow2.easywsdl.schema.api.abstractElmt.AbstractAttributeImpl
referencedAttribute, type
 
Fields inherited from class org.ow2.easywsdl.schema.api.abstractElmt.AbstractSchemaElementImpl
documentation, model, parent
 
Constructor Summary
AttributeImpl(Attribute model, AbstractSchemaElementImpl parent)
           
 
Method Summary
 java.lang.String getName()
           
 java.lang.String getNamespaceUri()
           
 java.lang.String getValue()
           
 
Methods inherited from class org.ow2.easywsdl.schema.api.abstractElmt.AbstractAttributeImpl
getSchema, getType, toString
 
Methods inherited from class org.ow2.easywsdl.schema.api.abstractElmt.AbstractSchemaElementImpl
createDocumentation, getDocumentation, getModel, getOtherAttributes, getParent, getTopParent, setDocumentation, setParent
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.ow2.easywsdl.schema.api.SchemaElement
createDocumentation, getDocumentation, getOtherAttributes, setDocumentation
 

Constructor Detail

AttributeImpl

public AttributeImpl(Attribute model,
                     AbstractSchemaElementImpl parent)
Parameters:
model -
parent -
Method Detail

getName

public java.lang.String getName()
Specified by:
getName in interface AbsItfAttribute

getNamespaceUri

public java.lang.String getNamespaceUri()
Specified by:
getNamespaceUri in interface AbsItfAttribute

getValue

public java.lang.String getValue()
Specified by:
getValue in interface AbsItfAttribute


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