|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ow2.easywsdl.schema.api.abstractElmt.AbstractSchemaElementImpl<E>
org.ow2.easywsdl.schema.api.abstractElmt.AbstractAttributeImpl<E>
public abstract class AbstractAttributeImpl<E>
Field Summary | |
---|---|
protected AbsItfAttribute |
referencedAttribute
referenced attribute |
protected AbsItfType |
type
the type of element |
Fields inherited from class org.ow2.easywsdl.schema.api.abstractElmt.AbstractSchemaElementImpl |
---|
documentation, model, parent |
Constructor Summary | |
---|---|
AbstractAttributeImpl(E model,
AbstractSchemaElementImpl parent)
|
Method Summary | |
---|---|
AbsItfSchema |
getSchema()
|
AbsItfType |
getType()
|
java.lang.String |
toString()
|
Methods inherited from class org.ow2.easywsdl.schema.api.abstractElmt.AbstractSchemaElementImpl |
---|
createDocumentation, getDocumentation, getModel, getOtherAttributes, getParent, getTopParent, setDocumentation, setParent |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface org.ow2.easywsdl.schema.api.absItf.AbsItfAttribute |
---|
getName, getNamespaceUri, getValue |
Methods inherited from interface org.ow2.easywsdl.schema.api.SchemaElement |
---|
createDocumentation, getDocumentation, getOtherAttributes, setDocumentation |
Field Detail |
---|
protected AbsItfType type
protected AbsItfAttribute referencedAttribute
Constructor Detail |
---|
public AbstractAttributeImpl(E model, AbstractSchemaElementImpl parent)
model
- parent
- Method Detail |
---|
public AbsItfSchema getSchema()
getSchema
in class AbstractSchemaElementImpl<E>
public AbsItfType getType()
public java.lang.String toString()
toString
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |