
public interface RemoveMethodType<T> extends Child<T>, JavaeeRemoveMethodCommonType<T,RemoveMethodType<T>,NamedMethodType<RemoveMethodType<T>>>
remove-methodType xsd type| Modifier and Type | Method and Description |
|---|---|
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 |
NamedMethodType<RemoveMethodType<T>> getOrCreateBeanMethod()
bean-method element with the given value will be created.
Otherwise, the existing bean-method element will be returned.NamedMethodType> RemoveMethodType<T> removeBeanMethod()
bean-method elementRemoveMethodTypeRemoveMethodType<T> retainIfException(Boolean retainIfException)
retain-if-exception elementretainIfException - the value for the element retain-if-exceptionRemoveMethodTypeBoolean isRetainIfException()
retain-if-exception elementretain-if-exceptionRemoveMethodType<T> removeRetainIfException()
retain-if-exception elementRemoveMethodTypeRemoveMethodType<T> id(String id)
id attributeid - the value for the attribute idRemoveMethodTypeString getId()
id attributeidRemoveMethodType<T> removeId()
id attributeRemoveMethodTypeCopyright © 2021 JBoss by Red Hat. All rights reserved.