org.ow2.easywsdl.schema.api.abstractElmt
Class AbstractTypeImpl<E extends Annotated,V>

java.lang.Object
  extended by org.ow2.easywsdl.schema.api.abstractElmt.AbstractSchemaElementImpl<E>
      extended by org.ow2.easywsdl.schema.api.abstractElmt.AbstractTypeImpl<E,V>
All Implemented Interfaces:
java.io.Serializable, AbsItfType, SchemaElement
Direct Known Subclasses:
AbstractComplexTypeImpl, AbstractSimpleTypeImpl

public abstract class AbstractTypeImpl<E extends Annotated,V>
extends AbstractSchemaElementImpl<E>
implements AbsItfType

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

Field Summary
 
Fields inherited from class org.ow2.easywsdl.schema.api.abstractElmt.AbstractSchemaElementImpl
documentation, model, parent
 
Constructor Summary
AbstractTypeImpl(E model, AbstractSchemaElementImpl parent)
           
 
Method Summary
 java.lang.String toString()
           
 
Methods inherited from class org.ow2.easywsdl.schema.api.abstractElmt.AbstractSchemaElementImpl
createDocumentation, getDocumentation, getModel, getOtherAttributes, getParent, getSchema, 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.AbsItfType
getQName, setQName
 
Methods inherited from interface org.ow2.easywsdl.schema.api.SchemaElement
createDocumentation, getDocumentation, getOtherAttributes, setDocumentation
 

Constructor Detail

AbstractTypeImpl

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

toString

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


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