|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.ebmwebsourcing.commons.wsdl.api.abstractElmt.AbstractWSDLElementImpl<E>
public abstract class AbstractWSDLElementImpl<E>
| Field Summary | |
|---|---|
protected Documentation |
documentation
|
protected E |
model
the model |
| Constructor Summary | |
|---|---|
AbstractWSDLElementImpl()
|
|
| Method Summary | |
|---|---|
Documentation |
createDocumentation()
Create the documentation element. |
protected org.w3c.dom.Element |
createElementFromString(java.lang.String xmlElmt)
|
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(Documentation doc)
Set the documentation for this document. |
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected E model
protected Documentation documentation
| Constructor Detail |
|---|
public AbstractWSDLElementImpl()
| Method Detail |
|---|
public void setDocumentation(Documentation doc)
setDocumentation in interface WSDLElementdocEl - the documentation elementpublic Documentation getDocumentation()
getDocumentation in interface WSDLElementpublic Documentation createDocumentation()
createDocumentation in interface WSDLElement
public java.util.List<org.w3c.dom.Element> getOtherElements()
throws WSDLException
getOtherElements in interface WSDLElementWSDLException
protected org.w3c.dom.Element createElementFromString(java.lang.String xmlElmt)
throws WSDLException
WSDLException
public java.util.Map<javax.xml.namespace.QName,java.lang.String> getOtherAttributes()
throws WSDLException
getOtherAttributes in interface WSDLElementWSDLExceptionpublic java.lang.String toString()
toString in class java.lang.Objectpublic E getModel()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||