public interface ApplicationExceptionType<T> extends Child<T>, JavaeeApplicationExceptionCommonType<T,ApplicationExceptionType<T>>
application-exceptionType
xsd typeModifier and Type | Method and Description |
---|---|
ApplicationExceptionType<T> |
exceptionClass(String exceptionClass)
Sets the
exception-class element |
String |
getExceptionClass()
Returns the
exception-class element |
String |
getId()
Returns the
id attribute |
ApplicationExceptionType<T> |
id(String id)
Sets the
id attribute |
ApplicationExceptionType<T> |
inherited(Boolean inherited)
Sets the
inherited element |
Boolean |
isInherited()
Returns the
inherited element |
Boolean |
isRollback()
Returns the
rollback element |
ApplicationExceptionType<T> |
removeExceptionClass()
Removes the
exception-class element |
ApplicationExceptionType<T> |
removeId()
Removes the
id attribute |
ApplicationExceptionType<T> |
removeInherited()
Removes the
inherited element |
ApplicationExceptionType<T> |
removeRollback()
Removes the
rollback element |
ApplicationExceptionType<T> |
rollback(Boolean rollback)
Sets the
rollback element |
ApplicationExceptionType<T> exceptionClass(String exceptionClass)
exception-class
elementexceptionClass
- the value for the element exception-class
ApplicationExceptionType
String getExceptionClass()
exception-class
elementexception-class
ApplicationExceptionType<T> removeExceptionClass()
exception-class
elementApplicationExceptionType
ApplicationExceptionType<T> rollback(Boolean rollback)
rollback
elementrollback
- the value for the element rollback
ApplicationExceptionType
Boolean isRollback()
rollback
elementrollback
ApplicationExceptionType<T> removeRollback()
rollback
elementApplicationExceptionType
ApplicationExceptionType<T> inherited(Boolean inherited)
inherited
elementinherited
- the value for the element inherited
ApplicationExceptionType
Boolean isInherited()
inherited
elementinherited
ApplicationExceptionType<T> removeInherited()
inherited
elementApplicationExceptionType
ApplicationExceptionType<T> id(String id)
id
attributeid
- the value for the attribute id
ApplicationExceptionType
String getId()
id
attributeid
ApplicationExceptionType<T> removeId()
id
attributeApplicationExceptionType
Copyright © 2018 JBoss by Red Hat. All rights reserved.