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

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

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

A representation of the model object 'WBI Rest Endpoint'.

The following features are supported:

See Also:
RestServicePackage.getWBIRestEndpoint()

Method Summary
 java.lang.String getDescription()
          Returns the value of the 'Description' attribute
 java.lang.String getId()
          Returns the value of the 'Id' attribute
 java.lang.String getJndiName()
          Returns the value of the 'Jndi Name' attribute
 java.lang.String getLastModified()
          Returns the value of the 'Last Modified' attribute
 java.lang.String getName()
          Returns the value of the 'Name' attribute
 java.lang.String getProviderEndpointID()
          Returns the value of the 'Provider Endpoint ID' attribute
 java.lang.String getRelativeURL()
          Returns the value of the 'Relative URL' attribute
 java.lang.String getType()
          Returns the value of the 'Type' attribute
 java.lang.String getTypeDisplayName()
          Returns the value of the 'Type Display Name' attribute
 java.lang.String getUrl()
          Returns the value of the 'Url' attribute
 java.lang.String getVersion()
          Returns the value of the 'Version' attribute
 boolean isEnable()
          Returns the value of the 'Enable' attribute.
 boolean isPublicEndpoint()
          Returns the value of the 'Public Endpoint' attribute
 void setDescription(java.lang.String value)
          Sets the value of the 'Description' attribute
 void setEnable(boolean value)
          Sets the value of the 'Enable' attribute
 void setId(java.lang.String value)
          Sets the value of the 'Id' attribute
 void setJndiName(java.lang.String value)
          Sets the value of the 'Jndi Name' attribute
 void setLastModified(java.lang.String value)
          Sets the value of the 'Last Modified' attribute
 void setName(java.lang.String value)
          Sets the value of the 'Name' attribute
 void setProviderEndpointID(java.lang.String value)
          Sets the value of the 'Provider Endpoint ID' attribute
 void setPublicEndpoint(boolean value)
          Sets the value of the 'Public Endpoint' attribute
 void setRelativeURL(java.lang.String value)
          Sets the value of the 'Relative URL' attribute
 void setType(java.lang.String value)
          Sets the value of the 'Type' attribute
 void setTypeDisplayName(java.lang.String value)
          Sets the value of the 'Type Display Name' attribute
 void setUrl(java.lang.String value)
          Sets the value of the 'Url' attribute
 void setVersion(java.lang.String value)
          Sets the value of the '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

getId

java.lang.String getId()
Returns the value of the 'Id' attribute.

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

Returns:
the value of the 'Id' attribute.
See Also:
setId(String), RestServicePackage.getWBIRestEndpoint_Id()

setId

void setId(java.lang.String value)
Sets the value of the 'Id' attribute.

Parameters:
value - the new value of the 'Id' attribute.
See Also:
getId()

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.getWBIRestEndpoint_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()

getDescription

java.lang.String getDescription()
Returns the value of the 'Description' attribute.

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

Returns:
the value of the 'Description' attribute.
See Also:
setDescription(String), RestServicePackage.getWBIRestEndpoint_Description()

setDescription

void setDescription(java.lang.String value)
Sets the value of the 'Description' attribute.

Parameters:
value - the new value of the 'Description' attribute.
See Also:
getDescription()

getType

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

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

Returns:
the value of the 'Type' attribute.
See Also:
setType(String), RestServicePackage.getWBIRestEndpoint_Type()

setType

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

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

getTypeDisplayName

java.lang.String getTypeDisplayName()
Returns the value of the 'Type Display Name' attribute.

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

Returns:
the value of the 'Type Display Name' attribute.
See Also:
setTypeDisplayName(String), RestServicePackage.getWBIRestEndpoint_TypeDisplayName()

setTypeDisplayName

void setTypeDisplayName(java.lang.String value)
Sets the value of the 'Type Display Name' attribute.

Parameters:
value - the new value of the 'Type Display Name' attribute.
See Also:
getTypeDisplayName()

getVersion

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

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

Returns:
the value of the 'Version' attribute.
See Also:
setVersion(String), RestServicePackage.getWBIRestEndpoint_Version()

setVersion

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

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

getUrl

java.lang.String getUrl()
Returns the value of the 'Url' attribute.

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

Returns:
the value of the 'Url' attribute.
See Also:
setUrl(String), RestServicePackage.getWBIRestEndpoint_Url()

setUrl

void setUrl(java.lang.String value)
Sets the value of the 'Url' attribute.

Parameters:
value - the new value of the 'Url' attribute.
See Also:
getUrl()

getLastModified

java.lang.String getLastModified()
Returns the value of the 'Last Modified' attribute.

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

Returns:
the value of the 'Last Modified' attribute.
See Also:
setLastModified(String), RestServicePackage.getWBIRestEndpoint_LastModified()

setLastModified

void setLastModified(java.lang.String value)
Sets the value of the 'Last Modified' attribute.

Parameters:
value - the new value of the 'Last Modified' attribute.
See Also:
getLastModified()

isPublicEndpoint

boolean isPublicEndpoint()
Returns the value of the 'Public Endpoint' attribute.

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

Returns:
the value of the 'Public Endpoint' attribute.
See Also:
setPublicEndpoint(boolean), RestServicePackage.getWBIRestEndpoint_PublicEndpoint()

setPublicEndpoint

void setPublicEndpoint(boolean value)
Sets the value of the 'Public Endpoint' attribute.

Parameters:
value - the new value of the 'Public Endpoint' attribute.
See Also:
isPublicEndpoint()

getProviderEndpointID

java.lang.String getProviderEndpointID()
Returns the value of the 'Provider Endpoint ID' attribute.

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

Returns:
the value of the 'Provider Endpoint ID' attribute.
See Also:
setProviderEndpointID(String), RestServicePackage.getWBIRestEndpoint_ProviderEndpointID()

setProviderEndpointID

void setProviderEndpointID(java.lang.String value)
Sets the value of the 'Provider Endpoint ID' attribute.

Parameters:
value - the new value of the 'Provider Endpoint ID' attribute.
See Also:
getProviderEndpointID()

getJndiName

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

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

Returns:
the value of the 'Jndi Name' attribute.
See Also:
setJndiName(String), RestServicePackage.getWBIRestEndpoint_JndiName()

setJndiName

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

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

isEnable

boolean isEnable()
Returns the value of the 'Enable' attribute. The default value is "true".

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

Returns:
the value of the 'Enable' attribute.
See Also:
setEnable(boolean), RestServicePackage.getWBIRestEndpoint_Enable()

setEnable

void setEnable(boolean value)
Sets the value of the 'Enable' attribute.

Parameters:
value - the new value of the 'Enable' attribute.
See Also:
isEnable()

getRelativeURL

java.lang.String getRelativeURL()
Returns the value of the 'Relative URL' attribute.

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

Returns:
the value of the 'Relative URL' attribute.
See Also:
setRelativeURL(String), RestServicePackage.getWBIRestEndpoint_RelativeURL()

setRelativeURL

void setRelativeURL(java.lang.String value)
Sets the value of the 'Relative URL' attribute.

Parameters:
value - the new value of the 'Relative URL' attribute.
See Also:
getRelativeURL()