org.eclipse.modisco.jee.webapp.webapp23
Interface FormLoginConfigType


public interface FormLoginConfigType

A representation of the model object 'Form Login Config Type'.

The following features are supported:

See Also:
Webapp23Package.getFormLoginConfigType()
Generated:
Model:
extendedMetaData="name='form-login-config_._type' kind='elementOnly'"

Method Summary
 FormErrorPageType getFormErrorPage()
          Returns the value of the 'Form Error Page' containment reference.
 FormLoginPageType getFormLoginPage()
          Returns the value of the 'Form Login Page' containment reference.
 java.lang.String getId()
          Returns the value of the 'Id' attribute.
 void setFormErrorPage(FormErrorPageType value)
          Sets the value of the 'Form Error Page' containment reference.
 void setFormLoginPage(FormLoginPageType value)
          Sets the value of the 'Form Login Page' containment reference.
 void setId(java.lang.String value)
          Sets the value of the 'Id' attribute.
 

Method Detail

getFormLoginPage

FormLoginPageType getFormLoginPage()
Returns the value of the 'Form Login Page' containment reference.

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

Returns:
the value of the 'Form Login Page' containment reference.
See Also:
setFormLoginPage(FormLoginPageType), Webapp23Package.getFormLoginConfigType_FormLoginPage()
Generated:
Model:
containment="true" required="true" extendedMetaData="kind='element' name='form-login-page' namespace='##targetNamespace'"

setFormLoginPage

void setFormLoginPage(FormLoginPageType value)
Sets the value of the 'Form Login Page' containment reference.

Parameters:
value - the new value of the 'Form Login Page' containment reference.
See Also:
getFormLoginPage()
Generated:

getFormErrorPage

FormErrorPageType getFormErrorPage()
Returns the value of the 'Form Error Page' containment reference.

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

Returns:
the value of the 'Form Error Page' containment reference.
See Also:
setFormErrorPage(FormErrorPageType), Webapp23Package.getFormLoginConfigType_FormErrorPage()
Generated:
Model:
containment="true" required="true" extendedMetaData="kind='element' name='form-error-page' namespace='##targetNamespace'"

setFormErrorPage

void setFormErrorPage(FormErrorPageType value)
Sets the value of the 'Form Error Page' containment reference.

Parameters:
value - the new value of the 'Form Error Page' containment reference.
See Also:
getFormErrorPage()
Generated:

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), Webapp23Package.getFormLoginConfigType_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: