com.ebmwebsourcing.wsstar.legacy.jaxb.core
Interface XMLElement

All Superinterfaces:
SchemaElement, java.io.Serializable

public interface XMLElement
extends SchemaElement, java.io.Serializable

This interface represents all WSDL Elements

Author:
Nicolas Salatge - eBM WebSourcing

Method Summary
 void addOtherElements(org.w3c.dom.Element elmt)
           
 java.util.List<org.w3c.dom.Element> getOtherElements()
           
 
Methods inherited from interface com.ebmwebsourcing.wsstar.legacy.jaxb.core.SchemaElement
createDocumentation, equals, getDocumentation, getOtherAttributes, hashCode, setDocumentation
 

Method Detail

getOtherElements

java.util.List<org.w3c.dom.Element> getOtherElements()
                                                     throws XmlException
Throws:
XmlException

addOtherElements

void addOtherElements(org.w3c.dom.Element elmt)


Copyright © 2009-2012 eBM Websourcing. All Rights Reserved.