@Generated(value="com.sun.tools.xjc.Driver", date="2016-11-10T11:23:54+01:00", comments="JAXB RI v2.2.7") public class ErrorPageType extends Object
Java class for error-pageType complex type.
The following schema fragment specifies the expected content contained within this class.
<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()
Gets the value of the errorCode property.
|
FullyQualifiedClassType |
getExceptionType()
Gets the value of the exceptionType property.
|
String |
getId()
Gets the value of the id property.
|
WarPathType |
getLocation()
Gets the value of the location property.
|
void |
setErrorCode(ErrorCodeType value)
Sets the value of the errorCode property.
|
void |
setExceptionType(FullyQualifiedClassType value)
Sets the value of the exceptionType property.
|
void |
setId(String value)
Sets the value of the id property.
|
void |
setLocation(WarPathType value)
Sets the value of the location property.
|
@Generated(value="com.sun.tools.xjc.Driver", date="2016-11-10T11:23:54+01:00", comments="JAXB RI v2.2.7") protected ErrorCodeType errorCode
@Generated(value="com.sun.tools.xjc.Driver", date="2016-11-10T11:23:54+01:00", comments="JAXB RI v2.2.7") protected FullyQualifiedClassType exceptionType
@Generated(value="com.sun.tools.xjc.Driver", date="2016-11-10T11:23:54+01:00", comments="JAXB RI v2.2.7") protected WarPathType location
@Generated(value="com.sun.tools.xjc.Driver", date="2016-11-10T11:23:54+01:00", comments="JAXB RI v2.2.7") protected String id
@Generated(value="com.sun.tools.xjc.Driver", date="2016-11-10T11:23:54+01:00", comments="JAXB RI v2.2.7") public ErrorCodeType getErrorCode()
ErrorCodeType
@Generated(value="com.sun.tools.xjc.Driver", date="2016-11-10T11:23:54+01:00", comments="JAXB RI v2.2.7") public void setErrorCode(ErrorCodeType value)
value
- allowed object is
ErrorCodeType
@Generated(value="com.sun.tools.xjc.Driver", date="2016-11-10T11:23:54+01:00", comments="JAXB RI v2.2.7") public FullyQualifiedClassType getExceptionType()
FullyQualifiedClassType
@Generated(value="com.sun.tools.xjc.Driver", date="2016-11-10T11:23:54+01:00", comments="JAXB RI v2.2.7") public void setExceptionType(FullyQualifiedClassType value)
value
- allowed object is
FullyQualifiedClassType
@Generated(value="com.sun.tools.xjc.Driver", date="2016-11-10T11:23:54+01:00", comments="JAXB RI v2.2.7") public WarPathType getLocation()
WarPathType
@Generated(value="com.sun.tools.xjc.Driver", date="2016-11-10T11:23:54+01:00", comments="JAXB RI v2.2.7") public void setLocation(WarPathType value)
value
- allowed object is
WarPathType
@Generated(value="com.sun.tools.xjc.Driver", date="2016-11-10T11:23:54+01:00", comments="JAXB RI v2.2.7") public String getId()
String
Copyright © 2016 buschmais GbR. All rights reserved.