org.netbeans.modules.j2ee.dd/1 1.13.0 2

org.netbeans.modules.j2ee.dd.api.web
Interface ErrorPage

All Superinterfaces:
CommonDDBean

public interface ErrorPage
extends CommonDDBean

Generated interface for ErrorPage element.

Important note: Do not provide an implementation of this interface unless you are a DD API provider!


Method Summary
 Integer getErrorCode()
          Getter for error-code property.
 String getExceptionType()
          Getter for exception-type property.
 String getLocation()
          Getter for location property.
 void setErrorCode(Integer value)
          Setter for error-code property.
 void setExceptionType(String value)
          Setter for exception-type property.
 void setLocation(String value)
          Setter for location property.
 
Methods inherited from interface org.netbeans.modules.j2ee.dd.api.common.CommonDDBean
addPropertyChangeListener, clone, getId, getValue, removePropertyChangeListener, setId, write
 

Method Detail

setErrorCode

void setErrorCode(Integer value)
Setter for error-code property.

Parameters:
value - property value

getErrorCode

Integer getErrorCode()
Getter for error-code property.

Returns:
property value

setExceptionType

void setExceptionType(String value)
Setter for exception-type property.

Parameters:
value - property value

getExceptionType

String getExceptionType()
Getter for exception-type property.

Returns:
property value

setLocation

void setLocation(String value)
Setter for location property.

Parameters:
value - property value

getLocation

String getLocation()
Getter for location property.

Returns:
property value

org.netbeans.modules.j2ee.dd/1 1.13.0 2

Built on December 1 2008.  |  Portions Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.