public class ApplicationExceptionType
extends java.lang.Object
Java class for application-exceptionType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="application-exceptionType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="exception-class" type="{http://java.sun.com/xml/ns/javaee}fully-qualified-classType"/>
<element name="rollback" type="{http://java.sun.com/xml/ns/javaee}true-falseType" minOccurs="0"/>
</sequence>
<attribute name="id" type="{http://www.w3.org/2001/XMLSchema}ID" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected FullyQualifiedClassType |
exceptionClass |
protected java.lang.String |
id |
protected TrueFalseType |
rollback |
| Constructor and Description |
|---|
ApplicationExceptionType() |
| Modifier and Type | Method and Description |
|---|---|
FullyQualifiedClassType |
getExceptionClass()
Gets the value of the exceptionClass property.
|
java.lang.String |
getId()
Gets the value of the id property.
|
TrueFalseType |
getRollback()
Gets the value of the rollback property.
|
void |
setExceptionClass(FullyQualifiedClassType value)
Sets the value of the exceptionClass property.
|
void |
setId(java.lang.String value)
Sets the value of the id property.
|
void |
setRollback(TrueFalseType value)
Sets the value of the rollback property.
|
protected FullyQualifiedClassType exceptionClass
protected TrueFalseType rollback
protected java.lang.String id
public FullyQualifiedClassType getExceptionClass()
FullyQualifiedClassTypepublic void setExceptionClass(FullyQualifiedClassType value)
value - allowed object is
FullyQualifiedClassTypepublic TrueFalseType getRollback()
TrueFalseTypepublic void setRollback(TrueFalseType value)
value - allowed object is
TrueFalseTypepublic java.lang.String getId()
Stringpublic void setId(java.lang.String value)
value - allowed object is
String