com.ebmwebsourcing.easybpel.model.bpel.impl.wsdlImports
Class ImportImpl
java.lang.Object
org.ow2.easywsdl.schema.api.abstractElmt.AbstractSchemaElementImpl<E>
org.ow2.easywsdl.schema.api.abstractElmt.AbstractXMLElementImpl<E>
com.ebmwebsourcing.easybpel.model.bpel.api.BPELElementImpl<com.ebmwebsourcing.easybpel.model.bpel.executable.TImport>
com.ebmwebsourcing.easybpel.model.bpel.impl.wsdlImports.ImportImpl
- All Implemented Interfaces:
- com.ebmwebsourcing.easybpel.model.bpel.api.BPELElement, com.ebmwebsourcing.easybpel.model.bpel.api.compiler.validation.validator.Validator, com.ebmwebsourcing.easybpel.model.bpel.api.wsdlImports.Import, java.io.Serializable, org.ow2.easywsdl.schema.api.SchemaElement, org.ow2.easywsdl.schema.api.XMLElement
public class ImportImpl
- extends com.ebmwebsourcing.easybpel.model.bpel.api.BPELElementImpl<com.ebmwebsourcing.easybpel.model.bpel.executable.TImport>
- implements com.ebmwebsourcing.easybpel.model.bpel.api.wsdlImports.Import
- Author:
- Nicolas Salatge - eBM WebSourcing
- See Also:
- Serialized Form
|
Field Summary |
org.ow2.easywsdl.extensions.wsdl4bpel.api.Description |
description
|
org.ow2.easywsdl.schema.api.Schema |
schema
|
| Fields inherited from class com.ebmwebsourcing.easybpel.model.bpel.api.BPELElementImpl |
tag |
| Fields inherited from class org.ow2.easywsdl.schema.api.abstractElmt.AbstractSchemaElementImpl |
documentation, model, parent |
|
Constructor Summary |
ImportImpl(com.ebmwebsourcing.easybpel.model.bpel.executable.TImport model,
com.ebmwebsourcing.easybpel.model.bpel.api.BPELElement parent)
|
| Methods inherited from class com.ebmwebsourcing.easybpel.model.bpel.api.BPELElementImpl |
addOtherElements, createDocumentation, getDocumentation, getTag, setDocumentation, setTag, validate |
| Methods inherited from class org.ow2.easywsdl.schema.api.abstractElmt.AbstractSchemaElementImpl |
equals, getModel, getParent, getTopParent, hashCode, setParent |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface com.ebmwebsourcing.easybpel.model.bpel.api.BPELElement |
getTag, setTag |
| Methods inherited from interface com.ebmwebsourcing.easybpel.model.bpel.api.compiler.validation.validator.Validator |
validate |
| Methods inherited from interface org.ow2.easywsdl.schema.api.XMLElement |
addOtherElements |
| Methods inherited from interface org.ow2.easywsdl.schema.api.SchemaElement |
createDocumentation, equals, getDocumentation, hashCode, setDocumentation |
description
public org.ow2.easywsdl.extensions.wsdl4bpel.api.Description description
schema
public org.ow2.easywsdl.schema.api.Schema schema
ImportImpl
public ImportImpl(com.ebmwebsourcing.easybpel.model.bpel.executable.TImport model,
com.ebmwebsourcing.easybpel.model.bpel.api.BPELElement parent)
getReader4wsdl
public static org.ow2.easywsdl.extensions.wsdl4bpel.api.WSDL4BPELReader getReader4wsdl()
throws org.ow2.easywsdl.extensions.wsdl4bpel.api.WSDL4BPELException
- Throws:
org.ow2.easywsdl.extensions.wsdl4bpel.api.WSDL4BPELException
getReader4schema
public static org.ow2.easywsdl.schema.api.SchemaReader getReader4schema()
throws org.ow2.easywsdl.schema.api.SchemaException
- Throws:
org.ow2.easywsdl.schema.api.SchemaException
getDescription
public org.ow2.easywsdl.extensions.wsdl4bpel.api.Description getDescription()
- Specified by:
getDescription in interface com.ebmwebsourcing.easybpel.model.bpel.api.wsdlImports.Import
getImportType
public java.net.URI getImportType()
- Specified by:
getImportType in interface com.ebmwebsourcing.easybpel.model.bpel.api.wsdlImports.Import
setImportType
public void setImportType(java.net.URI uri)
- Specified by:
setImportType in interface com.ebmwebsourcing.easybpel.model.bpel.api.wsdlImports.Import
getLocation
public java.net.URI getLocation()
- Specified by:
getLocation in interface com.ebmwebsourcing.easybpel.model.bpel.api.wsdlImports.Import
setLocation
public void setLocation(java.net.URI uri)
- Specified by:
setLocation in interface com.ebmwebsourcing.easybpel.model.bpel.api.wsdlImports.Import
getNamespace
public java.net.URI getNamespace()
- Specified by:
getNamespace in interface com.ebmwebsourcing.easybpel.model.bpel.api.wsdlImports.Import
setNamespace
public void setNamespace(java.net.URI uri)
- Specified by:
setNamespace in interface com.ebmwebsourcing.easybpel.model.bpel.api.wsdlImports.Import
getSchema
public org.ow2.easywsdl.schema.api.Schema getSchema()
- Specified by:
getSchema in interface com.ebmwebsourcing.easybpel.model.bpel.api.wsdlImports.Import- Overrides:
getSchema in class org.ow2.easywsdl.schema.api.abstractElmt.AbstractSchemaElementImpl<com.ebmwebsourcing.easybpel.model.bpel.executable.TImport>
getOtherElements
public java.util.List<org.w3c.dom.Element> getOtherElements()
throws org.ow2.easywsdl.schema.api.XmlException
- Specified by:
getOtherElements in interface org.ow2.easywsdl.schema.api.XMLElement- Overrides:
getOtherElements in class com.ebmwebsourcing.easybpel.model.bpel.api.BPELElementImpl<com.ebmwebsourcing.easybpel.model.bpel.executable.TImport>
- Throws:
org.ow2.easywsdl.schema.api.XmlException
getOtherAttributes
public java.util.Map<javax.xml.namespace.QName,java.lang.String> getOtherAttributes()
throws org.ow2.easywsdl.schema.api.XmlException
- Specified by:
getOtherAttributes in interface org.ow2.easywsdl.schema.api.SchemaElement- Overrides:
getOtherAttributes in class org.ow2.easywsdl.schema.api.abstractElmt.AbstractSchemaElementImpl<com.ebmwebsourcing.easybpel.model.bpel.executable.TImport>
- Throws:
org.ow2.easywsdl.schema.api.XmlException
Copyright © 2008-2010 eBM WebSourcing. All Rights Reserved.