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