Class AbstractTypeImpl<E extends org.ow2.easywsdl.schema.org.w3._2001.xmlschema.Annotated,V>
- java.lang.Object
-
- org.ow2.easywsdl.schema.api.abstractElmt.AbstractSchemaElementImpl<E>
-
- org.ow2.easywsdl.schema.api.abstractElmt.AbstractTypeImpl<E,V>
-
- All Implemented Interfaces:
Serializable,AbsItfType,SchemaElement
- Direct Known Subclasses:
AbstractComplexTypeImpl,AbstractSimpleTypeImpl
public abstract class AbstractTypeImpl<E extends org.ow2.easywsdl.schema.org.w3._2001.xmlschema.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
Constructors Constructor Description AbstractTypeImpl(E model, AbstractSchemaElementImpl parent)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringtoString()-
Methods inherited from class org.ow2.easywsdl.schema.api.abstractElmt.AbstractSchemaElementImpl
createDocumentation, equals, getDocumentation, getModel, getOtherAttributes, getParent, getSchema, 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.AbsItfType
getQName, setQName
-
Methods inherited from interface org.ow2.easywsdl.schema.api.SchemaElement
createDocumentation, equals, getDocumentation, getOtherAttributes, hashCode, setDocumentation
-
-
-
-
Constructor Detail
-
AbstractTypeImpl
public AbstractTypeImpl(E model, AbstractSchemaElementImpl parent)
- Parameters:
model-parent-
-
-