org.ow2.easywsdl.schema.api.abstractElmt
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:
- java.io.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
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
type
protected T extends AbsItfType type
- the type of element
referencedAttribute
protected AbsItfAttribute referencedAttribute
- referenced attribute
AbstractAttributeImpl
public AbstractAttributeImpl(E model,
AbstractSchemaElementImpl parent)
- Parameters:
model
- parent
-
getSchema
public AbsItfSchema getSchema()
- Overrides:
getSchema
in class AbstractSchemaElementImpl<E>
getType
public T getType()
- Specified by:
getType
in interface AbsItfAttribute<T extends AbsItfType>
setType
public void setType(T type)
- Specified by:
setType
in interface AbsItfAttribute<T extends AbsItfType>
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object
Copyright © 2008-2010 Petals Link (previously EBM WebSourcing). All Rights Reserved.