com.ebmwebsourcing.easybpel.model.bpel.api.wsdlImports
Interface Import

All Superinterfaces:
BPELElement, org.ow2.easywsdl.schema.api.SchemaElement, java.io.Serializable, Validator, org.ow2.easywsdl.schema.api.XMLElement

public interface Import
extends BPELElement

Author:
Nicolas Salatge - eBM WebSourcing

Method Summary
 org.petalslink.abslayer.service.api.Description getDescription()
           
 java.net.URI getImportType()
           
 java.net.URI getLocation()
           
 java.net.URI getNamespace()
           
 com.ebmwebsourcing.easyschema10.api.element.Schema getSchema2()
           
 void setImportType(java.net.URI uri)
           
 void setLocation(java.net.URI uri)
           
 void setNamespace(java.net.URI uri)
           
 
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, getOtherAttributes, hashCode, setDocumentation
 
Methods inherited from interface com.ebmwebsourcing.easybpel.model.bpel.api.compiler.validation.validator.Validator
validate
 

Method Detail

getNamespace

java.net.URI getNamespace()

setNamespace

void setNamespace(java.net.URI uri)

getLocation

java.net.URI getLocation()

setLocation

void setLocation(java.net.URI uri)

getImportType

java.net.URI getImportType()

setImportType

void setImportType(java.net.URI uri)

getSchema2

com.ebmwebsourcing.easyschema10.api.element.Schema getSchema2()

getDescription

org.petalslink.abslayer.service.api.Description getDescription()


Copyright © 2011 Petals Link. All Rights Reserved.