org.ow2.easywsdl.schema.api.abstractElmt
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:
- java.io.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
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 |
type
protected T extends AbsItfType type
- the type of element
referencedElement
protected AbsItfElement referencedElement
- referenced element
AbstractElementImpl
public AbstractElementImpl(E model,
AbstractSchemaElementImpl parent)
- Parameters:
model
- parent
-
getType
public T getType()
- Specified by:
getType
in interface AbsItfElement<T extends AbsItfType>
setType
public void setType(T type)
- Specified by:
setType
in interface AbsItfElement<T extends AbsItfType>
getParent
public AbstractSchemaElementImpl getParent()
- Overrides:
getParent
in class AbstractSchemaElementImpl<E>
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object
Copyright © 2008-2010 Petals Link (previously EBM WebSourcing). All Rights Reserved.