public interface RemoveMethodType<T> extends Child<T>, JavaeeRemoveMethodCommonType<T,RemoveMethodType<T>,NamedMethodType<RemoveMethodType<T>>>
remove-methodType
xsd typeModifier 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
elementRemoveMethodType
RemoveMethodType<T> retainIfException(Boolean retainIfException)
retain-if-exception
elementretainIfException
- the value for the element retain-if-exception
RemoveMethodType
Boolean isRetainIfException()
retain-if-exception
elementretain-if-exception
RemoveMethodType<T> removeRetainIfException()
retain-if-exception
elementRemoveMethodType
RemoveMethodType<T> id(String id)
id
attributeid
- the value for the attribute id
RemoveMethodType
String getId()
id
attributeid
RemoveMethodType<T> removeId()
id
attributeRemoveMethodType
Copyright © 2022 JBoss by Red Hat. All rights reserved.