Class AbstractAttributeImpl<E,T extends AbsItfType>
- java.lang.Object
-
- org.ow2.easywsdl.schema.api.abstractElmt.AbstractSchemaElementImpl<E>
-
- org.ow2.easywsdl.schema.api.abstractElmt.AbstractAttributeImpl<E,T>
-
- All Implemented Interfaces:
Serializable,AbsItfAttribute<T>,SchemaElement
- Direct Known Subclasses:
AttributeImpl
public abstract class AbstractAttributeImpl<E,T extends AbsItfType> extends AbstractSchemaElementImpl<E> implements AbsItfAttribute<T>
- Author:
- Nicolas Salatge - EBM WebSourcing
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.ow2.easywsdl.schema.api.absItf.AbsItfAttribute
AbsItfAttribute.Use
-
-
Field Summary
Fields Modifier and Type Field Description protected AbsItfAttributereferencedAttributereferenced attributeprotected Ttypethe type of element-
Fields inherited from class org.ow2.easywsdl.schema.api.abstractElmt.AbstractSchemaElementImpl
documentation, model, parent
-
-
Constructor Summary
Constructors Constructor Description AbstractAttributeImpl(E model, AbstractSchemaElementImpl parent)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AbsItfSchemagetSchema()TgetType()voidsetType(T type)StringtoString()-
Methods inherited from class org.ow2.easywsdl.schema.api.abstractElmt.AbstractSchemaElementImpl
createDocumentation, equals, getDocumentation, getModel, getOtherAttributes, getParent, 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.AbsItfAttribute
getName, getNamespaceUri, getUse, getValue
-
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
-
referencedAttribute
protected AbsItfAttribute referencedAttribute
referenced attribute
-
-
Constructor Detail
-
AbstractAttributeImpl
public AbstractAttributeImpl(E model, AbstractSchemaElementImpl parent)
- Parameters:
model-parent-
-
-
Method Detail
-
getSchema
public AbsItfSchema getSchema()
- Overrides:
getSchemain classAbstractSchemaElementImpl<E>
-
getType
public T getType()
- Specified by:
getTypein interfaceAbsItfAttribute<E>
-
setType
public void setType(T type)
- Specified by:
setTypein interfaceAbsItfAttribute<E>
-
-