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

All Superinterfaces:
Child<T>

public interface RemoveMethodType<T>
extends Child<T>

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

Since:
Generation date :2013-01-26T19:26:58.657+01:00
Author:
Ralf Battenfeld, Andrew Lee Rubinger

Method Summary
 String getId()
          Returns the id attribute
 NamedMethodType<RemoveMethodType<T>> getOrCreateBeanMethod()
          If not already created, a new bean-method element with the given value will be created.
 RemoveMethodType<T> id(String id)
          Sets the id attribute
 Boolean isRetainIfException()
          Returns the retain-if-exception element
 RemoveMethodType<T> removeBeanMethod()
          Removes the bean-method element
 RemoveMethodType<T> removeId()
          Removes the id attribute
 RemoveMethodType<T> removeRetainIfException()
          Removes the retain-if-exception element
 RemoveMethodType<T> retainIfException(Boolean retainIfException)
          Sets the retain-if-exception element
 
Methods inherited from interface org.jboss.shrinkwrap.descriptor.api.Child
up
 

Method Detail

getOrCreateBeanMethod

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

Returns:
a new or existing instance of NamedMethodType>

removeBeanMethod

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

Returns:
the current instance of RemoveMethodType

retainIfException

RemoveMethodType<T> retainIfException(Boolean retainIfException)
Sets the retain-if-exception element

Parameters:
retainIfException - the value for the element retain-if-exception
Returns:
the current instance of RemoveMethodType

isRetainIfException

Boolean isRetainIfException()
Returns the retain-if-exception element

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

removeRetainIfException

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

Returns:
the current instance of RemoveMethodType

id

RemoveMethodType<T> id(String id)
Sets the id attribute

Parameters:
id - the value for the attribute id
Returns:
the current instance of RemoveMethodType

getId

String getId()
Returns the id attribute

Returns:
the value defined for the attribute id

removeId

RemoveMethodType<T> removeId()
Removes the id attribute

Returns:
the current instance of RemoveMethodType


Copyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.