org.ow2.easywsdl.extensions.wsdl4complexwsdl.impl
Class ImportedDocumentsImpl

java.lang.Object
  extended by org.ow2.easywsdl.schema.api.abstractElmt.AbstractSchemaElementImpl<E>
      extended by org.ow2.easywsdl.schema.api.abstractElmt.AbstractXMLElementImpl<E>
          extended by org.ow2.easywsdl.wsdl.api.abstractElmt.AbstractWSDLElementImpl<ImportedDocuments>
              extended by org.ow2.easywsdl.extensions.wsdl4complexwsdl.impl.ImportedDocumentsImpl
All Implemented Interfaces:
java.io.Serializable, ImportedDocuments, org.ow2.easywsdl.schema.api.SchemaElement, org.ow2.easywsdl.schema.api.XMLElement, org.ow2.easywsdl.wsdl.api.WSDLElement

public class ImportedDocumentsImpl
extends org.ow2.easywsdl.wsdl.api.abstractElmt.AbstractWSDLElementImpl<ImportedDocuments>
implements ImportedDocuments

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

Field Summary
 
Fields inherited from class org.ow2.easywsdl.schema.api.abstractElmt.AbstractSchemaElementImpl
documentation, model, parent
 
Constructor Summary
ImportedDocumentsImpl(ImportedDocuments documents, org.ow2.easywsdl.wsdl.api.Description desc)
           
 
Method Summary
 void addAllDocuments(java.util.Collection<Document> docs)
           
 void addDocument(Document doc)
           
 java.util.Map<java.net.URI,org.ow2.easywsdl.wsdl.api.abstractItf.AbsItfDescription> getAllDescriptions()
           
 java.util.Map<java.net.URI,org.ow2.easywsdl.schema.api.absItf.AbsItfSchema> getAllSchemas()
           
 org.ow2.easywsdl.wsdl.api.Description getDescription()
           
 java.util.List<Document> getDocuments()
           
 
Methods inherited from class org.ow2.easywsdl.wsdl.api.abstractElmt.AbstractWSDLElementImpl
addOtherElements, createDocumentation, getDocumentation, getModel, getOtherAttributes, getOtherElements, setDocumentation, toString
 
Methods inherited from class org.ow2.easywsdl.schema.api.abstractElmt.AbstractSchemaElementImpl
getParent, getSchema, getTopParent, setParent
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ImportedDocumentsImpl

public ImportedDocumentsImpl(ImportedDocuments documents,
                             org.ow2.easywsdl.wsdl.api.Description desc)
                      throws WSDL4ComplexWsdlException
Throws:
WSDL4ComplexWsdlException
Method Detail

getDescription

public org.ow2.easywsdl.wsdl.api.Description getDescription()
Returns:
the desc

addDocument

public void addDocument(Document doc)
Specified by:
addDocument in interface ImportedDocuments

getDocuments

public java.util.List<Document> getDocuments()
Specified by:
getDocuments in interface ImportedDocuments

addAllDocuments

public void addAllDocuments(java.util.Collection<Document> docs)
Specified by:
addAllDocuments in interface ImportedDocuments

getAllDescriptions

public java.util.Map<java.net.URI,org.ow2.easywsdl.wsdl.api.abstractItf.AbsItfDescription> getAllDescriptions()
Specified by:
getAllDescriptions in interface ImportedDocuments

getAllSchemas

public java.util.Map<java.net.URI,org.ow2.easywsdl.schema.api.absItf.AbsItfSchema> getAllSchemas()
Specified by:
getAllSchemas in interface ImportedDocuments


Copyright © 2008-2009 Petals Link (previously EBM WebSourcing). All Rights Reserved.