com.ebmwebsourcing.commons.wsdl.impl.wsdl20
Class TypesImpl

java.lang.Object
  extended by com.ebmwebsourcing.commons.wsdl.api.abstractElmt.AbstractWSDLElementImpl<E>
      extended by com.ebmwebsourcing.commons.wsdl.api.abstractElmt.AbstractTypesImpl<TypesType>
          extended by com.ebmwebsourcing.commons.wsdl.impl.wsdl20.TypesImpl
All Implemented Interfaces:
Types, WSDLElement, java.io.Serializable

public class TypesImpl
extends AbstractTypesImpl<TypesType>
implements Types

Author:
Nicolas Salatge - eBM WebSourcing
See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.ebmwebsourcing.commons.wsdl.api.abstractElmt.AbstractTypesImpl
desc, importedSchemas, schemas
 
Fields inherited from class com.ebmwebsourcing.commons.wsdl.api.abstractElmt.AbstractWSDLElementImpl
documentation, model
 
Constructor Summary
TypesImpl(TypesType types, DescriptionImpl desc)
           
 
Method Summary
 java.util.List<org.w3c.dom.Element> getOtherElements()
          Get all the extensibility elements defined here.
 
Methods inherited from class com.ebmwebsourcing.commons.wsdl.api.abstractElmt.AbstractTypesImpl
addImportedSchemasInAllList, getImportedSchemas, getSchemaDocuments, getSchemas, setAllNamespacesInAllSchemas
 
Methods inherited from class com.ebmwebsourcing.commons.wsdl.api.abstractElmt.AbstractWSDLElementImpl
createDocumentation, createElementFromString, getDocumentation, getModel, getOtherAttributes, setDocumentation, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface com.ebmwebsourcing.commons.wsdl.api.Types
getSchemas
 
Methods inherited from interface com.ebmwebsourcing.commons.wsdl.api.WSDLElement
createDocumentation, getDocumentation, getOtherAttributes, setDocumentation
 

Constructor Detail

TypesImpl

public TypesImpl(TypesType types,
                 DescriptionImpl desc)
          throws WSDLException
Throws:
WSDLException
Method Detail

getOtherElements

public java.util.List<org.w3c.dom.Element> getOtherElements()
                                                     throws WSDLException
Description copied from class: AbstractWSDLElementImpl
Get all the extensibility elements defined here.

Specified by:
getOtherElements in interface WSDLElement
Overrides:
getOtherElements in class AbstractWSDLElementImpl<TypesType>
Throws:
WSDLException


Copyright © 2008 eBM WebSourcing. All Rights Reserved.