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


public interface ErrorPageType

A representation of the model object 'Error Page Type'.

The following features are supported:

See Also:
Webapp23Package.getErrorPageType()
Generated:
Model:
extendedMetaData="name='error-page_._type' kind='elementOnly'"

Method Summary
 ErrorCodeType getErrorCode()
          Returns the value of the 'Error Code' containment reference.
 ExceptionTypeType getExceptionType()
          Returns the value of the 'Exception Type' containment reference.
 java.lang.String getId()
          Returns the value of the 'Id' attribute.
 LocationType getLocation()
          Returns the value of the 'Location' containment reference.
 void setErrorCode(ErrorCodeType value)
          Sets the value of the 'Error Code' containment reference.
 void setExceptionType(ExceptionTypeType value)
          Sets the value of the 'Exception Type' containment reference.
 void setId(java.lang.String value)
          Sets the value of the 'Id' attribute.
 void setLocation(LocationType value)
          Sets the value of the 'Location' containment reference.
 

Method Detail

getErrorCode

ErrorCodeType getErrorCode()
Returns the value of the 'Error Code' containment reference.

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

Returns:
the value of the 'Error Code' containment reference.
See Also:
setErrorCode(ErrorCodeType), Webapp23Package.getErrorPageType_ErrorCode()
Generated:
Model:
containment="true" extendedMetaData="kind='element' name='error-code' namespace='##targetNamespace'"

setErrorCode

void setErrorCode(ErrorCodeType value)
Sets the value of the 'Error Code' containment reference.

Parameters:
value - the new value of the 'Error Code' containment reference.
See Also:
getErrorCode()
Generated:

getExceptionType

ExceptionTypeType getExceptionType()
Returns the value of the 'Exception Type' containment reference.

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

Returns:
the value of the 'Exception Type' containment reference.
See Also:
setExceptionType(ExceptionTypeType), Webapp23Package.getErrorPageType_ExceptionType()
Generated:
Model:
containment="true" extendedMetaData="kind='element' name='exception-type' namespace='##targetNamespace'"

setExceptionType

void setExceptionType(ExceptionTypeType value)
Sets the value of the 'Exception Type' containment reference.

Parameters:
value - the new value of the 'Exception Type' containment reference.
See Also:
getExceptionType()
Generated:

getLocation

LocationType getLocation()
Returns the value of the 'Location' containment reference.

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

Returns:
the value of the 'Location' containment reference.
See Also:
setLocation(LocationType), Webapp23Package.getErrorPageType_Location()
Generated:
Model:
containment="true" required="true" extendedMetaData="kind='element' name='location' namespace='##targetNamespace'"

setLocation

void setLocation(LocationType value)
Sets the value of the 'Location' containment reference.

Parameters:
value - the new value of the 'Location' containment reference.
See Also:
getLocation()
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.getErrorPageType_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: