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

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

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

A representation of the model object 'Server'.

The following features are supported:

See Also:
BusinessSpacePackage.getBusinessSpaceServer()

Method Summary
 org.eclipse.emf.common.util.EList getBusinessSpaceInstances()
          Returns the value of the 'Business Space Instances' containment reference list.
 org.eclipse.emf.common.util.EList getRestEndpointBindings()
          Returns the value of the 'Rest Endpoint Bindings' containment reference list.
 java.lang.String getSchemaName()
          Returns the value of the 'Schema Name' attribute
 void setSchemaName(java.lang.String value)
          Sets the value of the 'Schema Name' 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

getSchemaName

java.lang.String getSchemaName()
Returns the value of the 'Schema Name' attribute.

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

Returns:
the value of the 'Schema Name' attribute.
See Also:
setSchemaName(String), BusinessSpacePackage.getBusinessSpaceServer_SchemaName()

setSchemaName

void setSchemaName(java.lang.String value)
Sets the value of the 'Schema Name' attribute.

Parameters:
value - the new value of the 'Schema Name' attribute.
See Also:
getSchemaName()

getBusinessSpaceInstances

org.eclipse.emf.common.util.EList getBusinessSpaceInstances()
Returns the value of the 'Business Space Instances' containment reference list. The list contents are of type BusinessSpaceInstance.

If the meaning of the 'Business Space Instances' containment reference list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Business Space Instances' containment reference list.
See Also:
BusinessSpacePackage.getBusinessSpaceServer_BusinessSpaceInstances()

getRestEndpointBindings

org.eclipse.emf.common.util.EList getRestEndpointBindings()
Returns the value of the 'Rest Endpoint Bindings' containment reference list. The list contents are of type BPMRestEndpointBinding.

If the meaning of the 'Rest Endpoint Bindings' containment reference list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Rest Endpoint Bindings' containment reference list.
See Also:
BusinessSpacePackage.getBusinessSpaceServer_RestEndpointBindings()