public interface ErrorPageType
The following features are supported:
Webapp25Package.getErrorPageType()| Modifier and Type | Method and Description |
|---|---|
ErrorCodeType |
getErrorCode()
Returns the value of the 'Error Code' containment reference.
|
FullyQualifiedClassType |
getExceptionType()
Returns the value of the 'Exception Type' containment reference.
|
java.lang.String |
getId()
Returns the value of the 'Id' attribute.
|
WarPathType |
getLocation()
Returns the value of the 'Location' containment reference.
|
void |
setErrorCode(ErrorCodeType value)
Sets the value of the '
Error Code' containment reference. |
void |
setExceptionType(FullyQualifiedClassType 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(WarPathType value)
Sets the value of the '
Location' containment reference. |
ErrorCodeType getErrorCode()
If the meaning of the 'Error Code' containment reference isn't clear, there really should be more of a description here...
setErrorCode(ErrorCodeType),
Webapp25Package.getErrorPageType_ErrorCode()void setErrorCode(ErrorCodeType value)
Error Code' containment reference.
value - the new value of the 'Error Code' containment reference.getErrorCode()FullyQualifiedClassType getExceptionType()
setExceptionType(FullyQualifiedClassType),
Webapp25Package.getErrorPageType_ExceptionType()void setExceptionType(FullyQualifiedClassType value)
Exception Type' containment reference.
value - the new value of the 'Exception Type' containment reference.getExceptionType()WarPathType getLocation()
setLocation(WarPathType),
Webapp25Package.getErrorPageType_Location()void setLocation(WarPathType value)
Location' containment reference.
value - the new value of the 'Location' containment reference.getLocation()java.lang.String getId()
If the meaning of the 'Id' attribute isn't clear, there really should be more of a description here...
setId(String),
Webapp25Package.getErrorPageType_Id()