ShrinkWrap Descriptors Generated Java EE API 2.0.0-alpha-3

org.jboss.shrinkwrap.descriptor.api.ejbjar31
Interface ApplicationExceptionType<T>

All Superinterfaces:
Child<T>

public interface ApplicationExceptionType<T>
extends Child<T>

This interface defines the contract for the application-exceptionType xsd type

Since:
Generation date :2012-05-09T23:45:05.33-07:00
Author:
Ralf Battenfeld, Andrew Lee Rubinger

Method Summary
 ApplicationExceptionType<T> exceptionClass(String exceptionClass)
          Sets the exception-class element
 String getExceptionClass()
          Returns the exception-class element
 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> removeInherited()
          Removes the inherited element
 ApplicationExceptionType<T> removeRollback()
          Removes the rollback element
 ApplicationExceptionType<T> rollback(Boolean rollback)
          Sets the rollback element
 
Methods inherited from interface org.jboss.shrinkwrap.descriptor.api.Child
up
 

Method Detail

exceptionClass

ApplicationExceptionType<T> exceptionClass(String exceptionClass)
Sets the exception-class element

Parameters:
exceptionClass - the value for the element exception-class
Returns:
the current instance of ApplicationExceptionType

getExceptionClass

String getExceptionClass()
Returns the exception-class element

Returns:
the node defined for the element exception-class

removeExceptionClass

ApplicationExceptionType<T> removeExceptionClass()
Removes the exception-class element

Returns:
the current instance of ApplicationExceptionType

rollback

ApplicationExceptionType<T> rollback(Boolean rollback)
Sets the rollback element

Parameters:
rollback - the value for the element rollback
Returns:
the current instance of ApplicationExceptionType

isRollback

Boolean isRollback()
Returns the rollback element

Returns:
the node defined for the element rollback

removeRollback

ApplicationExceptionType<T> removeRollback()
Removes the rollback element

Returns:
the current instance of ApplicationExceptionType

inherited

ApplicationExceptionType<T> inherited(Boolean inherited)
Sets the inherited element

Parameters:
inherited - the value for the element inherited
Returns:
the current instance of ApplicationExceptionType

isInherited

Boolean isInherited()
Returns the inherited element

Returns:
the node defined for the element inherited

removeInherited

ApplicationExceptionType<T> removeInherited()
Removes the inherited element

Returns:
the current instance of ApplicationExceptionType

ShrinkWrap Descriptors Generated Java EE API 2.0.0-alpha-3

Copyright © 2012 JBoss by Red Hat. All Rights Reserved.