org.eclipse.modisco.jee.webapp.webapp22
Interface ServletType


public interface ServletType

A representation of the model object 'Servlet Type'.

The following features are supported:

See Also:
Webapp22Package.getServletType()
Generated:
Model:
extendedMetaData="name='servlet_._type' kind='elementOnly'"

Method Summary
 DescriptionType getDescription()
          Returns the value of the 'Description' containment reference.
 DisplayNameType getDisplayName()
          Returns the value of the 'Display Name' containment reference.
 IconType getIcon()
          Returns the value of the 'Icon' containment reference.
 java.lang.String getId()
          Returns the value of the 'Id' attribute.
  getInitParam()
          Returns the value of the 'Init Param' containment reference list.
 JspFileType getJspFile()
          Returns the value of the 'Jsp File' containment reference.
 LoadOnStartupType getLoadOnStartup()
          Returns the value of the 'Load On Startup' containment reference.
  getSecurityRoleRef()
          Returns the value of the 'Security Role Ref' containment reference list.
 ServletClassType getServletClass()
          Returns the value of the 'Servlet Class' containment reference.
 ServletNameType getServletName()
          Returns the value of the 'Servlet Name' containment reference.
 void setDescription(DescriptionType value)
          Sets the value of the 'Description' containment reference.
 void setDisplayName(DisplayNameType value)
          Sets the value of the 'Display Name' containment reference.
 void setIcon(IconType value)
          Sets the value of the 'Icon' containment reference.
 void setId(java.lang.String value)
          Sets the value of the 'Id' attribute.
 void setJspFile(JspFileType value)
          Sets the value of the 'Jsp File' containment reference.
 void setLoadOnStartup(LoadOnStartupType value)
          Sets the value of the 'Load On Startup' containment reference.
 void setServletClass(ServletClassType value)
          Sets the value of the 'Servlet Class' containment reference.
 void setServletName(ServletNameType value)
          Sets the value of the 'Servlet Name' containment reference.
 

Method Detail

getIcon

IconType getIcon()
Returns the value of the 'Icon' containment reference.

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

Returns:
the value of the 'Icon' containment reference.
See Also:
setIcon(IconType), Webapp22Package.getServletType_Icon()
Generated:
Model:
containment="true" extendedMetaData="kind='element' name='icon' namespace='##targetNamespace'"

setIcon

void setIcon(IconType value)
Sets the value of the 'Icon' containment reference.

Parameters:
value - the new value of the 'Icon' containment reference.
See Also:
getIcon()
Generated:

getServletName

ServletNameType getServletName()
Returns the value of the 'Servlet Name' containment reference.

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

Returns:
the value of the 'Servlet Name' containment reference.
See Also:
setServletName(ServletNameType), Webapp22Package.getServletType_ServletName()
Generated:
Model:
containment="true" required="true" extendedMetaData="kind='element' name='servlet-name' namespace='##targetNamespace'"

setServletName

void setServletName(ServletNameType value)
Sets the value of the 'Servlet Name' containment reference.

Parameters:
value - the new value of the 'Servlet Name' containment reference.
See Also:
getServletName()
Generated:

getDisplayName

DisplayNameType getDisplayName()
Returns the value of the 'Display Name' containment reference.

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

Returns:
the value of the 'Display Name' containment reference.
See Also:
setDisplayName(DisplayNameType), Webapp22Package.getServletType_DisplayName()
Generated:
Model:
containment="true" extendedMetaData="kind='element' name='display-name' namespace='##targetNamespace'"

setDisplayName

void setDisplayName(DisplayNameType value)
Sets the value of the 'Display Name' containment reference.

Parameters:
value - the new value of the 'Display Name' containment reference.
See Also:
getDisplayName()
Generated:

getDescription

DescriptionType getDescription()
Returns the value of the 'Description' containment reference.

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

Returns:
the value of the 'Description' containment reference.
See Also:
setDescription(DescriptionType), Webapp22Package.getServletType_Description()
Generated:
Model:
containment="true" extendedMetaData="kind='element' name='description' namespace='##targetNamespace'"

setDescription

void setDescription(DescriptionType value)
Sets the value of the 'Description' containment reference.

Parameters:
value - the new value of the 'Description' containment reference.
See Also:
getDescription()
Generated:

getServletClass

ServletClassType getServletClass()
Returns the value of the 'Servlet Class' containment reference.

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

Returns:
the value of the 'Servlet Class' containment reference.
See Also:
setServletClass(ServletClassType), Webapp22Package.getServletType_ServletClass()
Generated:
Model:
containment="true" extendedMetaData="kind='element' name='servlet-class' namespace='##targetNamespace'"

setServletClass

void setServletClass(ServletClassType value)
Sets the value of the 'Servlet Class' containment reference.

Parameters:
value - the new value of the 'Servlet Class' containment reference.
See Also:
getServletClass()
Generated:

getJspFile

JspFileType getJspFile()
Returns the value of the 'Jsp File' containment reference.

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

Returns:
the value of the 'Jsp File' containment reference.
See Also:
setJspFile(JspFileType), Webapp22Package.getServletType_JspFile()
Generated:
Model:
containment="true" extendedMetaData="kind='element' name='jsp-file' namespace='##targetNamespace'"

setJspFile

void setJspFile(JspFileType value)
Sets the value of the 'Jsp File' containment reference.

Parameters:
value - the new value of the 'Jsp File' containment reference.
See Also:
getJspFile()
Generated:

getInitParam

 getInitParam()
Returns the value of the 'Init Param' containment reference list. The list contents are of type InitParamType.

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

Returns:
the value of the 'Init Param' containment reference list.
See Also:
Webapp22Package.getServletType_InitParam()
Generated:
Model:
containment="true" extendedMetaData="kind='element' name='init-param' namespace='##targetNamespace'"

getLoadOnStartup

LoadOnStartupType getLoadOnStartup()
Returns the value of the 'Load On Startup' containment reference.

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

Returns:
the value of the 'Load On Startup' containment reference.
See Also:
setLoadOnStartup(LoadOnStartupType), Webapp22Package.getServletType_LoadOnStartup()
Generated:
Model:
containment="true" extendedMetaData="kind='element' name='load-on-startup' namespace='##targetNamespace'"

setLoadOnStartup

void setLoadOnStartup(LoadOnStartupType value)
Sets the value of the 'Load On Startup' containment reference.

Parameters:
value - the new value of the 'Load On Startup' containment reference.
See Also:
getLoadOnStartup()
Generated:

getSecurityRoleRef

 getSecurityRoleRef()
Returns the value of the 'Security Role Ref' containment reference list. The list contents are of type SecurityRoleRefType.

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

Returns:
the value of the 'Security Role Ref' containment reference list.
See Also:
Webapp22Package.getServletType_SecurityRoleRef()
Generated:
Model:
containment="true" extendedMetaData="kind='element' name='security-role-ref' namespace='##targetNamespace'"

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), Webapp22Package.getServletType_Id()
Generated:
Model:
id="true" dataType="org.eclipse.emf.ecore.xml.type.ID" extendedMetaData="kind='attribute' name='id' namespace='##targetNamespace'"

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()
Generated: