public class ErrorPageType extends Object
Java-Klasse für error-pageType complex type.
Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
<complexType name="error-pageType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <choice minOccurs="0"> <element name="error-code" type="{http://java.sun.com/xml/ns/javaee}error-codeType"/> <element name="exception-type" type="{http://java.sun.com/xml/ns/javaee}fully-qualified-classType"/> </choice> <element name="location" type="{http://java.sun.com/xml/ns/javaee}war-pathType"/> </sequence> <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}ID" /> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected ErrorCodeType |
errorCode |
protected FullyQualifiedClassType |
exceptionType |
protected String |
id |
protected WarPathType |
location |
Constructor and Description |
---|
ErrorPageType() |
Modifier and Type | Method and Description |
---|---|
ErrorCodeType |
getErrorCode()
Ruft den Wert der errorCode-Eigenschaft ab.
|
FullyQualifiedClassType |
getExceptionType()
Ruft den Wert der exceptionType-Eigenschaft ab.
|
String |
getId()
Ruft den Wert der id-Eigenschaft ab.
|
WarPathType |
getLocation()
Ruft den Wert der location-Eigenschaft ab.
|
void |
setErrorCode(ErrorCodeType value)
Legt den Wert der errorCode-Eigenschaft fest.
|
void |
setExceptionType(FullyQualifiedClassType value)
Legt den Wert der exceptionType-Eigenschaft fest.
|
void |
setId(String value)
Legt den Wert der id-Eigenschaft fest.
|
void |
setLocation(WarPathType value)
Legt den Wert der location-Eigenschaft fest.
|
protected ErrorCodeType errorCode
protected FullyQualifiedClassType exceptionType
protected WarPathType location
protected String id
public ErrorCodeType getErrorCode()
ErrorCodeType
public void setErrorCode(ErrorCodeType value)
value
- allowed object is
ErrorCodeType
public FullyQualifiedClassType getExceptionType()
FullyQualifiedClassType
public void setExceptionType(FullyQualifiedClassType value)
value
- allowed object is
FullyQualifiedClassType
public WarPathType getLocation()
WarPathType
public void setLocation(WarPathType value)
value
- allowed object is
WarPathType
Copyright © 2015 buschmais GbR. All rights reserved.