com.ebmwebsourcing.commons.wsdl.api.abstractElmt
Class AbstractTypesImpl<E>

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

public abstract class AbstractTypesImpl<E>
extends AbstractWSDLElementImpl<E>
implements Types

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

Field Summary
protected  Description desc
          the desc
protected  java.util.List<com.ebmwebsourcing.commons.schema.api.Import> importedSchemas
          the list of imported schemas
protected  java.util.List<com.ebmwebsourcing.commons.schema.api.Schema> schemas
          the list of schemas
 
Fields inherited from class com.ebmwebsourcing.commons.wsdl.api.abstractElmt.AbstractWSDLElementImpl
documentation, model
 
Constructor Summary
AbstractTypesImpl()
           
 
Method Summary
protected  void addImportedSchemasInAllList()
           
 java.util.List<com.ebmwebsourcing.commons.schema.api.Import> getImportedSchemas()
           
protected  java.util.List<org.jdom.Document> getSchemaDocuments()
           
 java.util.List<com.ebmwebsourcing.commons.schema.api.Schema> getSchemas()
          get all schemas
protected  void setAllNamespacesInAllSchemas()
           
 
Methods inherited from class com.ebmwebsourcing.commons.wsdl.api.abstractElmt.AbstractWSDLElementImpl
createDocumentation, createElementFromString, getDocumentation, getModel, getOtherAttributes, getOtherElements, 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.WSDLElement
createDocumentation, getDocumentation, getOtherAttributes, getOtherElements, setDocumentation
 

Field Detail

desc

protected Description desc
the desc


schemas

protected java.util.List<com.ebmwebsourcing.commons.schema.api.Schema> schemas
the list of schemas


importedSchemas

protected java.util.List<com.ebmwebsourcing.commons.schema.api.Import> importedSchemas
the list of imported schemas

Constructor Detail

AbstractTypesImpl

public AbstractTypesImpl()
Method Detail

getSchemaDocuments

protected java.util.List<org.jdom.Document> getSchemaDocuments()

addImportedSchemasInAllList

protected void addImportedSchemasInAllList()

getSchemas

public java.util.List<com.ebmwebsourcing.commons.schema.api.Schema> getSchemas()
Description copied from interface: Types
get all schemas

Specified by:
getSchemas in interface Types
Returns:

getImportedSchemas

public java.util.List<com.ebmwebsourcing.commons.schema.api.Import> getImportedSchemas()

setAllNamespacesInAllSchemas

protected void setAllNamespacesInAllSchemas()


Copyright © 2008 eBM WebSourcing. All Rights Reserved.