org.jboss.shrinkwrap.descriptor.api.ejbjar30
Interface RemoveMethodType<T>

All Superinterfaces:
org.jboss.shrinkwrap.descriptor.api.Child<T>
All Known Implementing Classes:
RemoveMethodTypeImpl

public interface RemoveMethodType<T>
extends org.jboss.shrinkwrap.descriptor.api.Child<T>

This interface defines the contract for the remove-methodType xsd type

Since:
Generation date :2011-07-19T22:54:35.59+02:00
Author:
Ralf Battenfeld

Method Summary
 NamedMethodType<RemoveMethodType<T>> beanMethod()
          If not already created, a new bean-method element will be created and returned.
 java.lang.Boolean isRetainIfException()
          Returns the retain-if-exception element
 RemoveMethodType<T> removeBeanMethod()
          Removes the bean-method element
 RemoveMethodType<T> removeRetainIfException()
          Removes the retain-if-exception element
 RemoveMethodType<T> setRetainIfException(java.lang.Boolean retainIfException)
          If not already created, a new retain-if-exception element with the given value will be created.
 
Methods inherited from interface org.jboss.shrinkwrap.descriptor.api.Child
up
 

Method Detail

removeBeanMethod

RemoveMethodType<T> removeBeanMethod()
Removes the bean-method element

Returns:
the current instance of RemoveMethodType

beanMethod

NamedMethodType<RemoveMethodType<T>> beanMethod()
If not already created, a new bean-method element will be created and returned. Otherwise, the existing bean-method element will be returned.

Returns:
the node defined for the element bean-method

setRetainIfException

RemoveMethodType<T> setRetainIfException(java.lang.Boolean retainIfException)
If not already created, a new retain-if-exception element with the given value will be created. Otherwise, the existing retain-if-exception element will be updated with the given value.

Returns:
the current instance of RemoveMethodType

removeRetainIfException

RemoveMethodType<T> removeRetainIfException()
Removes the retain-if-exception element

Returns:
the current instance of RemoveMethodType

isRetainIfException

java.lang.Boolean isRetainIfException()
Returns the retain-if-exception element

Returns:
the node defined for the element retain-if-exception