Class AbstractElementImpl<E,T extends AbsItfType>
- java.lang.Object
-
- org.ow2.easywsdl.schema.api.abstractElmt.AbstractSchemaElementImpl<E>
-
- org.ow2.easywsdl.schema.api.abstractElmt.AbstractElementImpl<E,T>
-
- All Implemented Interfaces:
Serializable,AbsItfElement<T>,SchemaElement
- Direct Known Subclasses:
ElementImpl
public abstract class AbstractElementImpl<E,T extends AbsItfType> extends AbstractSchemaElementImpl<E> implements AbsItfElement<T>
- Author:
- Nicolas Salatge - EBM WebSourcing
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected AbsItfElementreferencedElementreferenced elementprotected Ttypethe type of element-
Fields inherited from class org.ow2.easywsdl.schema.api.abstractElmt.AbstractSchemaElementImpl
documentation, model, parent
-
-
Constructor Summary
Constructors Constructor Description AbstractElementImpl(E model, AbstractSchemaElementImpl parent)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AbstractSchemaElementImplgetParent()TgetType()voidsetType(T type)StringtoString()-
Methods inherited from class org.ow2.easywsdl.schema.api.abstractElmt.AbstractSchemaElementImpl
createDocumentation, equals, getDocumentation, getModel, getOtherAttributes, 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.AbsItfElement
getForm, getMaxOccurs, getMinOccurs, getQName, getRef, isNillable, setMaxOccurs, setMinOccurs, setNillable, setQName, setRef
-
Methods inherited from interface org.ow2.easywsdl.schema.api.SchemaElement
createDocumentation, equals, getDocumentation, getOtherAttributes, hashCode, setDocumentation
-
-
-
-
Field Detail
-
type
protected T extends AbsItfType type
the type of element
-
referencedElement
protected AbsItfElement referencedElement
referenced element
-
-
Constructor Detail
-
AbstractElementImpl
public AbstractElementImpl(E model, AbstractSchemaElementImpl parent)
- Parameters:
model-parent-
-
-
Method Detail
-
getType
public T getType()
- Specified by:
getTypein interfaceAbsItfElement<E>
-
setType
public void setType(T type)
- Specified by:
setTypein interfaceAbsItfElement<E>
-
getParent
public AbstractSchemaElementImpl getParent()
- Overrides:
getParentin classAbstractSchemaElementImpl<E>
-
-