com.ibm.websphere.models.config.bspace
Interface BPMRestEndpointBinding

All Superinterfaces:
org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier
All Known Implementing Classes:
BPMRestEndpointBindingImpl

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

A representation of the model object 'BPM Rest Endpoint Binding'.

The following features are supported:

See Also:
BusinessSpacePackage.getBPMRestEndpointBinding()

Method Summary
 java.lang.String getDeploymentTargetContextID()
          Returns the value of the 'Deployment Target Context ID' attribute
 java.lang.String getEndpointType()
          Returns the value of the 'Endpoint Type' attribute
 java.lang.String getEndpointVersion()
          Returns the value of the 'Endpoint Version' attribute
 void setDeploymentTargetContextID(java.lang.String value)
          Sets the value of the 'Deployment Target Context ID' attribute
 void setEndpointType(java.lang.String value)
          Sets the value of the 'Endpoint Type' attribute
 void setEndpointVersion(java.lang.String value)
          Sets the value of the 'Endpoint Version' 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
 

Method Detail

getEndpointType

java.lang.String getEndpointType()
Returns the value of the 'Endpoint Type' attribute.

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

Returns:
the value of the 'Endpoint Type' attribute.
See Also:
setEndpointType(String), BusinessSpacePackage.getBPMRestEndpointBinding_EndpointType()

setEndpointType

void setEndpointType(java.lang.String value)
Sets the value of the 'Endpoint Type' attribute.

Parameters:
value - the new value of the 'Endpoint Type' attribute.
See Also:
getEndpointType()

getEndpointVersion

java.lang.String getEndpointVersion()
Returns the value of the 'Endpoint Version' attribute.

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

Returns:
the value of the 'Endpoint Version' attribute.
See Also:
setEndpointVersion(String), BusinessSpacePackage.getBPMRestEndpointBinding_EndpointVersion()

setEndpointVersion

void setEndpointVersion(java.lang.String value)
Sets the value of the 'Endpoint Version' attribute.

Parameters:
value - the new value of the 'Endpoint Version' attribute.
See Also:
getEndpointVersion()

getDeploymentTargetContextID

java.lang.String getDeploymentTargetContextID()
Returns the value of the 'Deployment Target Context ID' attribute.

If the meaning of the 'Deployment Target Context ID' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Deployment Target Context ID' attribute.
See Also:
setDeploymentTargetContextID(String), BusinessSpacePackage.getBPMRestEndpointBinding_DeploymentTargetContextID()

setDeploymentTargetContextID

void setDeploymentTargetContextID(java.lang.String value)
Sets the value of the 'Deployment Target Context ID' attribute.

Parameters:
value - the new value of the 'Deployment Target Context ID' attribute.
See Also:
getDeploymentTargetContextID()