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,Type>
          extended by org.ow2.easywsdl.schema.impl.AttributeImpl
All Implemented Interfaces:
java.io.Serializable, AbsItfAttribute<Type>, Attribute, SchemaElement

public class AttributeImpl
extends AbstractAttributeImpl<Attribute,Type>
implements Attribute

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

Nested Class Summary
 
Nested classes/interfaces inherited from interface org.ow2.easywsdl.schema.api.absItf.AbsItfAttribute
AbsItfAttribute.Use
 
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()
           
 AbsItfAttribute.Use getUse()
           
 java.lang.String getValue()
           
 
Methods inherited from class org.ow2.easywsdl.schema.api.abstractElmt.AbstractAttributeImpl
getSchema, getType, setType, toString
 
Methods inherited from class org.ow2.easywsdl.schema.api.abstractElmt.AbstractSchemaElementImpl
createDocumentation, equals, getDocumentation, getModel, getOtherAttributes, getParent, getTopParent, hashCode, setDocumentation, setParent
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.ow2.easywsdl.schema.api.absItf.AbsItfAttribute
getType, setType
 
Methods inherited from interface org.ow2.easywsdl.schema.api.SchemaElement
createDocumentation, equals, getDocumentation, getOtherAttributes, hashCode, 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<Type>

getNamespaceUri

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

getValue

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

getUse

public AbsItfAttribute.Use getUse()
Specified by:
getUse in interface AbsItfAttribute<Type>


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