org.ow2.easywsdl.schema.api.abstractElmt
Class AbstractAttributeImpl<E>

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

public abstract class AbstractAttributeImpl<E>
extends AbstractSchemaElementImpl<E>
implements AbsItfAttribute

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

Field Summary
protected  AbsItfAttribute referencedAttribute
          referenced attribute
protected  AbsItfType type
          the type of element
 
Fields inherited from class org.ow2.easywsdl.schema.api.abstractElmt.AbstractSchemaElementImpl
documentation, model, parent
 
Constructor Summary
AbstractAttributeImpl(E model, AbstractSchemaElementImpl parent)
           
 
Method Summary
 AbsItfSchema getSchema()
           
 AbsItfType getType()
           
 java.lang.String 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.absItf.AbsItfAttribute
getName, getNamespaceUri, getValue
 
Methods inherited from interface org.ow2.easywsdl.schema.api.SchemaElement
createDocumentation, getDocumentation, getOtherAttributes, setDocumentation
 

Field Detail

type

protected AbsItfType type
the type of element


referencedAttribute

protected AbsItfAttribute referencedAttribute
referenced attribute

Constructor Detail

AbstractAttributeImpl

public AbstractAttributeImpl(E model,
                             AbstractSchemaElementImpl parent)
Parameters:
model -
parent -
Method Detail

getSchema

public AbsItfSchema getSchema()
Overrides:
getSchema in class AbstractSchemaElementImpl<E>

getType

public AbsItfType getType()

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object


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