IBM WebSphere Application ServerTM
Release 8

com.ibm.wbit.tel
Interface TImport

All Superinterfaces:
org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier

public interface TImport
extends org.eclipse.emf.ecore.EObject

A representation of the model object 'TImport'. Same behavior than defined in WS-BPEL: The presence of an import element should be interpreted as a hint to the WS-BPEL processor. In particular, processors are not required to retrieve the imported document from the location specified on the import element.

Since:
6.0.1
See Also:
TaskPackage.getTImport()

Field Summary
static java.lang.String COPYRIGHT
           
 
Method Summary
 org.eclipse.emf.common.util.URI getImportType()
          Returns the value of the 'Import Type' attribute
 org.eclipse.emf.common.util.URI getLocation()
          Returns the value of the 'Location' attribute
 org.eclipse.emf.common.util.URI getNamespace()
          Returns the value of the 'Namespace' attribute
 void setImportType(org.eclipse.emf.common.util.URI value)
          Sets the value of the 'Import Type' attribute
 void setLocation(org.eclipse.emf.common.util.URI value)
          Sets the value of the 'Location' attribute
 void setNamespace(org.eclipse.emf.common.util.URI value)
          Sets the value of the 'Namespace' attribute
 
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 

Field Detail

COPYRIGHT

static final java.lang.String COPYRIGHT
See Also:
Constant Field Values
Method Detail

getImportType

org.eclipse.emf.common.util.URI getImportType()
Returns the value of the 'Import Type' attribute.

If the meaning of the 'Import Type' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Import Type' attribute.
See Also:
setImportType(URI), TaskPackage.getTImport_ImportType()

setImportType

void setImportType(org.eclipse.emf.common.util.URI value)
Sets the value of the 'Import Type' attribute.

Parameters:
value - the new value of the 'Import Type' attribute.
See Also:
getImportType()

getLocation

org.eclipse.emf.common.util.URI getLocation()
Returns the value of the 'Location' attribute.

If the meaning of the 'Location' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Location' attribute.
See Also:
setLocation(URI), TaskPackage.getTImport_Location()

setLocation

void setLocation(org.eclipse.emf.common.util.URI value)
Sets the value of the 'Location' attribute.

Parameters:
value - the new value of the 'Location' attribute.
See Also:
getLocation()

getNamespace

org.eclipse.emf.common.util.URI getNamespace()
Returns the value of the 'Namespace' attribute.

If the meaning of the 'Namespace' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Namespace' attribute.
See Also:
setNamespace(URI), TaskPackage.getTImport_Namespace()

setNamespace

void setNamespace(org.eclipse.emf.common.util.URI value)
Sets the value of the 'Namespace' attribute.

Parameters:
value - the new value of the 'Namespace' attribute.
See Also:
getNamespace()

IBM WebSphere Application ServerTM
Release 8