|
||||||||||
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>
public abstract class AbstractSchemaElementImpl<E>
Field Summary | |
---|---|
protected Documentation |
documentation
|
protected E |
model
the model |
protected AbstractSchemaElementImpl |
parent
|
Constructor Summary | |
---|---|
AbstractSchemaElementImpl()
|
|
AbstractSchemaElementImpl(E model,
AbstractSchemaElementImpl parent)
|
Method Summary | |
---|---|
Documentation |
createDocumentation()
Create the documentation element. |
boolean |
equals(java.lang.Object o)
|
Documentation |
getDocumentation()
Get the documentation. |
E |
getModel()
|
java.util.Map<javax.xml.namespace.QName,java.lang.String> |
getOtherAttributes()
Get the map containing all the attributes defined on this element. |
AbstractSchemaElementImpl |
getParent()
|
AbsItfSchema |
getSchema()
|
AbstractSchemaElementImpl |
getTopParent()
|
int |
hashCode()
|
void |
setDocumentation(Documentation doc)
Set the documentation for this document. |
void |
setParent(AbstractSchemaElementImpl parent)
|
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected E model
protected AbstractSchemaElementImpl parent
protected Documentation documentation
Constructor Detail |
---|
public AbstractSchemaElementImpl()
public AbstractSchemaElementImpl(E model, AbstractSchemaElementImpl parent)
Method Detail |
---|
public void setDocumentation(Documentation doc)
setDocumentation
in interface SchemaElement
docEl
- the documentation elementpublic Documentation getDocumentation()
getDocumentation
in interface SchemaElement
public Documentation createDocumentation()
createDocumentation
in interface SchemaElement
public java.util.Map<javax.xml.namespace.QName,java.lang.String> getOtherAttributes() throws XmlException
getOtherAttributes
in interface SchemaElement
WSDLException
XmlException
public E getModel()
public AbstractSchemaElementImpl getParent()
public AbstractSchemaElementImpl getTopParent()
public AbsItfSchema getSchema()
public void setParent(AbstractSchemaElementImpl parent)
public boolean equals(java.lang.Object o)
equals
in interface SchemaElement
equals
in class java.lang.Object
public int hashCode()
hashCode
in interface SchemaElement
hashCode
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |