org.apache.geronimo.xbeans.web
Interface ErrorPageType

All Superinterfaces:
org.apache.xmlbeans.XmlObject, org.apache.xmlbeans.XmlTokenSource
All Known Implementing Classes:
ErrorPageTypeImpl

public interface ErrorPageType
extends org.apache.xmlbeans.XmlObject

An XML error-pageType(@http://java.sun.com/xml/ns/j2ee). This is a complex type.


Nested Class Summary
static class ErrorPageType.Factory
          A factory class with static methods for creating instances of this type.
 
Field Summary
static org.apache.xmlbeans.SchemaType type
           
 
Fields inherited from interface org.apache.xmlbeans.XmlObject
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL
 
Method Summary
 BigInteger getErrorCode()
          Gets the "error-code" element
 String getExceptionType()
          Gets the "exception-type" element
 String getLocation()
          Gets the "location" element
 boolean isSetErrorCode()
          True if has "error-code" element
 boolean isSetExceptionType()
          True if has "exception-type" element
 void setErrorCode(BigInteger errorCode)
          Sets the "error-code" element
 void setExceptionType(String exceptionType)
          Sets the "exception-type" element
 void setLocation(String location)
          Sets the "location" element
 void unsetErrorCode()
          Unsets the "error-code" element
 void unsetExceptionType()
          Unsets the "exception-type" element
 ErrorCodeType xgetErrorCode()
          Gets (as xml) the "error-code" element
 FullyQualifiedClassType xgetExceptionType()
          Gets (as xml) the "exception-type" element
 PathType xgetLocation()
          Gets (as xml) the "location" element
 void xsetErrorCode(ErrorCodeType errorCode)
          Sets (as xml) the "error-code" element
 void xsetExceptionType(FullyQualifiedClassType exceptionType)
          Sets (as xml) the "exception-type" element
 void xsetLocation(PathType location)
          Sets (as xml) the "location" element
 
Methods inherited from interface org.apache.xmlbeans.XmlObject
changeType, compareTo, compareValue, copy, execQuery, execQuery, isImmutable, isNil, schemaType, selectPath, selectPath, set, setNil, toString, validate, validate, valueEquals, valueHashCode
 
Methods inherited from interface org.apache.xmlbeans.XmlTokenSource
documentProperties, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, save, save, save, save, save, save, save, save, xmlText, xmlText
 

Field Detail

type

public static final org.apache.xmlbeans.SchemaType type
Method Detail

getErrorCode

public BigInteger getErrorCode()
Gets the "error-code" element


xgetErrorCode

public ErrorCodeType xgetErrorCode()
Gets (as xml) the "error-code" element


isSetErrorCode

public boolean isSetErrorCode()
True if has "error-code" element


setErrorCode

public void setErrorCode(BigInteger errorCode)
Sets the "error-code" element


xsetErrorCode

public void xsetErrorCode(ErrorCodeType errorCode)
Sets (as xml) the "error-code" element


unsetErrorCode

public void unsetErrorCode()
Unsets the "error-code" element


getExceptionType

public String getExceptionType()
Gets the "exception-type" element


xgetExceptionType

public FullyQualifiedClassType xgetExceptionType()
Gets (as xml) the "exception-type" element


isSetExceptionType

public boolean isSetExceptionType()
True if has "exception-type" element


setExceptionType

public void setExceptionType(String exceptionType)
Sets the "exception-type" element


xsetExceptionType

public void xsetExceptionType(FullyQualifiedClassType exceptionType)
Sets (as xml) the "exception-type" element


unsetExceptionType

public void unsetExceptionType()
Unsets the "exception-type" element


getLocation

public String getLocation()
Gets the "location" element


xgetLocation

public PathType xgetLocation()
Gets (as xml) the "location" element


setLocation

public void setLocation(String location)
Sets the "location" element


xsetLocation

public void xsetLocation(PathType location)
Sets (as xml) the "location" element



Copyright © 2003-2005 Apache Software Foundation. All Rights Reserved.