Package org.ow2.easywsdl.schema.api
Interface XMLElement
-
- All Superinterfaces:
SchemaElement,Serializable
- All Known Implementing Classes:
AbstractXMLElementImpl
public interface XMLElement extends SchemaElement, Serializable
This interface represents all WSDL Elements.- Author:
- Nicolas Salatge - EBM WebSourcing
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidaddOtherElements(Element elmt)List<Element>getOtherElements()-
Methods inherited from interface org.ow2.easywsdl.schema.api.SchemaElement
createDocumentation, equals, getDocumentation, getOtherAttributes, hashCode, setDocumentation
-
-
-
-
Method Detail
-
getOtherElements
List<Element> getOtherElements() throws XmlException
- Throws:
XmlException
-
addOtherElements
void addOtherElements(Element elmt)
-
-