com.ibm.websphere.models.config.rest.service
Interface WBIRestWebModule

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

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

A representation of the model object 'WBI Rest Web Module'.

The following features are supported:

See Also:
RestServicePackage.getWBIRestWebModule()

Method Summary
 java.lang.String getApplicationName()
          Returns the value of the 'Application Name' attribute
 java.lang.String getContextRoot()
          Returns the value of the 'Context Root' attribute
 org.eclipse.emf.common.util.EList getEndpoints()
          Returns the value of the 'Endpoints' containment reference list.
 java.lang.String getHostName()
          Returns the value of the 'Host Name' attribute
 java.lang.String getName()
          Returns the value of the 'Name' attribute
 java.lang.String getPort()
          Returns the value of the 'Port' attribute
 java.lang.String getTransportType()
          Returns the value of the 'Transport Type' attribute
 boolean isDefault()
          Returns the value of the 'Default' attribute
 void setApplicationName(java.lang.String value)
          Sets the value of the 'Application Name' attribute
 void setContextRoot(java.lang.String value)
          Sets the value of the 'Context Root' attribute
 void setDefault(boolean value)
          Sets the value of the 'Default' attribute
 void setHostName(java.lang.String value)
          Sets the value of the 'Host Name' attribute
 void setName(java.lang.String value)
          Sets the value of the 'Name' attribute
 void setPort(java.lang.String value)
          Sets the value of the 'Port' attribute
 void setTransportType(java.lang.String value)
          Sets the value of the 'Transport Type' 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

getName

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

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

Returns:
the value of the 'Name' attribute.
See Also:
setName(String), RestServicePackage.getWBIRestWebModule_Name()

setName

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

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

getApplicationName

java.lang.String getApplicationName()
Returns the value of the 'Application Name' attribute.

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

Returns:
the value of the 'Application Name' attribute.
See Also:
setApplicationName(String), RestServicePackage.getWBIRestWebModule_ApplicationName()

setApplicationName

void setApplicationName(java.lang.String value)
Sets the value of the 'Application Name' attribute.

Parameters:
value - the new value of the 'Application Name' attribute.
See Also:
getApplicationName()

getContextRoot

java.lang.String getContextRoot()
Returns the value of the 'Context Root' attribute.

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

Returns:
the value of the 'Context Root' attribute.
See Also:
setContextRoot(String), RestServicePackage.getWBIRestWebModule_ContextRoot()

setContextRoot

void setContextRoot(java.lang.String value)
Sets the value of the 'Context Root' attribute.

Parameters:
value - the new value of the 'Context Root' attribute.
See Also:
getContextRoot()

getTransportType

java.lang.String getTransportType()
Returns the value of the 'Transport Type' attribute.

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

Returns:
the value of the 'Transport Type' attribute.
See Also:
setTransportType(String), RestServicePackage.getWBIRestWebModule_TransportType()

setTransportType

void setTransportType(java.lang.String value)
Sets the value of the 'Transport Type' attribute.

Parameters:
value - the new value of the 'Transport Type' attribute.
See Also:
getTransportType()

getHostName

java.lang.String getHostName()
Returns the value of the 'Host Name' attribute.

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

Returns:
the value of the 'Host Name' attribute.
See Also:
setHostName(String), RestServicePackage.getWBIRestWebModule_HostName()

setHostName

void setHostName(java.lang.String value)
Sets the value of the 'Host Name' attribute.

Parameters:
value - the new value of the 'Host Name' attribute.
See Also:
getHostName()

getPort

java.lang.String getPort()
Returns the value of the 'Port' attribute.

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

Returns:
the value of the 'Port' attribute.
See Also:
setPort(String), RestServicePackage.getWBIRestWebModule_Port()

setPort

void setPort(java.lang.String value)
Sets the value of the 'Port' attribute.

Parameters:
value - the new value of the 'Port' attribute.
See Also:
getPort()

isDefault

boolean isDefault()
Returns the value of the 'Default' attribute.

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

Returns:
the value of the 'Default' attribute.
See Also:
setDefault(boolean), RestServicePackage.getWBIRestWebModule_Default()

setDefault

void setDefault(boolean value)
Sets the value of the 'Default' attribute.

Parameters:
value - the new value of the 'Default' attribute.
See Also:
isDefault()

getEndpoints

org.eclipse.emf.common.util.EList getEndpoints()
Returns the value of the 'Endpoints' containment reference list. The list contents are of type WBIRestEndpoint.

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

Returns:
the value of the 'Endpoints' containment reference list.
See Also:
RestServicePackage.getWBIRestWebModule_Endpoints()