|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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 |
public static final org.apache.xmlbeans.SchemaType type
Method Detail |
public BigInteger getErrorCode()
public ErrorCodeType xgetErrorCode()
public boolean isSetErrorCode()
public void setErrorCode(BigInteger errorCode)
public void xsetErrorCode(ErrorCodeType errorCode)
public void unsetErrorCode()
public String getExceptionType()
public FullyQualifiedClassType xgetExceptionType()
public boolean isSetExceptionType()
public void setExceptionType(String exceptionType)
public void xsetExceptionType(FullyQualifiedClassType exceptionType)
public void unsetExceptionType()
public String getLocation()
public PathType xgetLocation()
public void setLocation(String location)
public void xsetLocation(PathType location)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |