org.ow2.easywsdl.schema.api.abstractElmt
Class AbstractAttributeImpl<E>
java.lang.Object
org.ow2.easywsdl.schema.api.abstractElmt.AbstractSchemaElementImpl<E>
org.ow2.easywsdl.schema.api.abstractElmt.AbstractAttributeImpl<E>
- All Implemented Interfaces:
- java.io.Serializable, AbsItfAttribute, SchemaElement
- Direct Known Subclasses:
- AttributeImpl
public abstract class AbstractAttributeImpl<E>
- extends AbstractSchemaElementImpl<E>
- implements AbsItfAttribute
- Author:
- Nicolas Salatge - eBM WebSourcing
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
type
protected 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 AbsItfType getType()
generateAttribute
public org.jdom.Attribute generateAttribute(AbsItfElement eIn,
java.lang.String value)
toString
public java.lang.String toString()
- Overrides:
toString in class java.lang.Object
Copyright © 2008 eBM WebSourcing. All Rights Reserved.