com.ebmwebsourcing.commons.wsdl.api.abstractElmt
Class AbstractTypesImpl<E>
java.lang.Object
com.ebmwebsourcing.commons.wsdl.api.abstractElmt.AbstractWSDLElementImpl<E>
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 |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
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
AbstractTypesImpl
public AbstractTypesImpl()
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.