org.ow2.easywsdl.schema.api.abstractElmt
Class AbstractSimpleTypeImpl<E extends Annotated,V,A extends AbsItfAttribute>

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

public abstract class AbstractSimpleTypeImpl<E extends Annotated,V,A extends AbsItfAttribute>
extends AbstractTypeImpl<E,V,A>
implements AbsItfSimpleType<A>

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

Field Summary
 
Fields inherited from class org.ow2.easywsdl.schema.api.abstractElmt.AbstractTypeImpl
attributes, outputter
 
Fields inherited from class org.ow2.easywsdl.schema.api.abstractElmt.AbstractSchemaElementImpl
documentation, model, parent
 
Constructor Summary
AbstractSimpleTypeImpl(E model, AbstractSchemaElementImpl parent)
           
 
Method Summary
 
Methods inherited from class org.ow2.easywsdl.schema.api.abstractElmt.AbstractTypeImpl
addAttribute, getAttribute, getAttributes, printXml, 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
addAttribute, getAttribute, getAttributes, getQName, setQName
 
Methods inherited from interface org.ow2.easywsdl.schema.api.SchemaElement
createDocumentation, getDocumentation, getOtherAttributes, setDocumentation
 

Constructor Detail

AbstractSimpleTypeImpl

public AbstractSimpleTypeImpl(E model,
                              AbstractSchemaElementImpl parent)


Copyright © 2008 eBM WebSourcing. All Rights Reserved.