org.ow2.easywsdl.extensions.wsdl4complexwsdl.impl
Class ImportedDocumentsImpl
java.lang.Object
org.ow2.easywsdl.schema.api.abstractElmt.AbstractSchemaElementImpl<E>
org.ow2.easywsdl.schema.api.abstractElmt.AbstractXMLElementImpl<E>
org.ow2.easywsdl.wsdl.api.abstractElmt.AbstractWSDLElementImpl<ImportedDocuments>
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
Fields inherited from class org.ow2.easywsdl.schema.api.abstractElmt.AbstractSchemaElementImpl |
documentation, model, parent |
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 |
ImportedDocumentsImpl
public ImportedDocumentsImpl(ImportedDocuments documents,
org.ow2.easywsdl.wsdl.api.Description desc)
throws WSDL4ComplexWsdlException
- Throws:
WSDL4ComplexWsdlException
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.