|
||||||||||
| 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.AbstractXMLElementImpl<E>
org.ow2.easywsdl.wsdl.api.abstractElmt.AbstractWSDLElementImpl<E>
public abstract class AbstractWSDLElementImpl<E>
Abstract super class for all WSDL Elements, providing some basic common functionality.
| Field Summary |
|---|
| Fields inherited from class org.ow2.easywsdl.schema.api.abstractElmt.AbstractSchemaElementImpl |
|---|
documentation, model, parent |
| Constructor Summary | |
|---|---|
AbstractWSDLElementImpl()
|
|
AbstractWSDLElementImpl(E model,
AbstractWSDLElementImpl parent)
|
|
| Method Summary | |
|---|---|
void |
addOtherElements(org.w3c.dom.Element elmt)
|
org.ow2.easywsdl.schema.api.Documentation |
createDocumentation()
Create the documentation element. |
org.ow2.easywsdl.schema.api.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. |
java.util.List<org.w3c.dom.Element> |
getOtherElements()
Get all the extensibility elements defined here. |
void |
setDocumentation(org.ow2.easywsdl.schema.api.Documentation doc)
Set the documentation for this document. |
java.lang.String |
toString()
|
| Methods inherited from class org.ow2.easywsdl.schema.api.abstractElmt.AbstractSchemaElementImpl |
|---|
equals, getParent, getSchema, getTopParent, hashCode, 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.SchemaElement |
|---|
equals, hashCode |
| Constructor Detail |
|---|
public AbstractWSDLElementImpl()
public AbstractWSDLElementImpl(E model,
AbstractWSDLElementImpl parent)
| Method Detail |
|---|
public void setDocumentation(org.ow2.easywsdl.schema.api.Documentation doc)
setDocumentation in interface org.ow2.easywsdl.schema.api.SchemaElementsetDocumentation in class org.ow2.easywsdl.schema.api.abstractElmt.AbstractSchemaElementImpl<E>docEl - the documentation elementpublic org.ow2.easywsdl.schema.api.Documentation getDocumentation()
getDocumentation in interface org.ow2.easywsdl.schema.api.SchemaElementgetDocumentation in class org.ow2.easywsdl.schema.api.abstractElmt.AbstractSchemaElementImpl<E>public org.ow2.easywsdl.schema.api.Documentation createDocumentation()
createDocumentation in interface org.ow2.easywsdl.schema.api.SchemaElementcreateDocumentation in class org.ow2.easywsdl.schema.api.abstractElmt.AbstractSchemaElementImpl<E>
public java.util.List<org.w3c.dom.Element> getOtherElements()
throws org.ow2.easywsdl.schema.api.XmlException
getOtherElements in interface org.ow2.easywsdl.schema.api.XMLElementWSDLException
org.ow2.easywsdl.schema.api.XmlExceptionpublic void addOtherElements(org.w3c.dom.Element elmt)
addOtherElements in interface org.ow2.easywsdl.schema.api.XMLElement
public java.util.Map<javax.xml.namespace.QName,java.lang.String> getOtherAttributes()
throws org.ow2.easywsdl.schema.api.XmlException
getOtherAttributes in interface org.ow2.easywsdl.schema.api.SchemaElementgetOtherAttributes in class org.ow2.easywsdl.schema.api.abstractElmt.AbstractSchemaElementImpl<E>WSDLException
org.ow2.easywsdl.schema.api.XmlExceptionpublic java.lang.String toString()
toString in class java.lang.Objectpublic E getModel()
getModel in class org.ow2.easywsdl.schema.api.abstractElmt.AbstractSchemaElementImpl<E>
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||