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.petalslink.abslayer.service.api.Description |
description
|
com.ebmwebsourcing.easyschema10.api.element.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, getOtherElements, getTag, setDocumentation, setTag, validate |
| Methods inherited from class org.ow2.easywsdl.schema.api.abstractElmt.AbstractSchemaElementImpl |
equals, getModel, getParent, getSchema, 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 org.ow2.easywsdl.schema.api.XMLElement |
addOtherElements, getOtherElements |
| Methods inherited from interface org.ow2.easywsdl.schema.api.SchemaElement |
createDocumentation, equals, getDocumentation, hashCode, setDocumentation |
| Methods inherited from interface com.ebmwebsourcing.easybpel.model.bpel.api.compiler.validation.validator.Validator |
validate |
description
public org.petalslink.abslayer.service.api.Description description
schema
public com.ebmwebsourcing.easyschema10.api.element.Schema schema
ImportImpl
public ImportImpl(com.ebmwebsourcing.easybpel.model.bpel.executable.TImport model,
com.ebmwebsourcing.easybpel.model.bpel.api.BPELElement parent)
getDescription
public org.petalslink.abslayer.service.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
setDescription
public void setDescription(org.petalslink.abslayer.service.api.Description description)
setSchema2
public void setSchema2(com.ebmwebsourcing.easyschema10.api.element.Schema schema)
setNamespace
public void setNamespace(java.net.URI uri)
- Specified by:
setNamespace in interface com.ebmwebsourcing.easybpel.model.bpel.api.wsdlImports.Import
getSchema2
public com.ebmwebsourcing.easyschema10.api.element.Schema getSchema2()
- Specified by:
getSchema2 in interface com.ebmwebsourcing.easybpel.model.bpel.api.wsdlImports.Import
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 © 2012 Petals Link. All Rights Reserved.