public interface PostRemove<T> extends Child<T>
post-remove
xsd typeModifier and Type | Method and Description |
---|---|
PostRemove<T> |
description(String description)
Sets the
description element |
String |
getDescription()
Returns the
description element |
String |
getMethodName()
Returns the
method-name attribute |
PostRemove<T> |
methodName(String methodName)
Sets the
method-name attribute |
PostRemove<T> |
removeDescription()
Removes the
description element |
PostRemove<T> |
removeMethodName()
Removes the
method-name attribute |
PostRemove<T> description(String description)
description
elementdescription
- the value for the element description
PostRemove
String getDescription()
description
elementdescription
PostRemove<T> removeDescription()
description
elementPostRemove
PostRemove<T> methodName(String methodName)
method-name
attributemethodName
- the value for the attribute method-name
PostRemove
String getMethodName()
method-name
attributemethod-name
PostRemove<T> removeMethodName()
method-name
attributePostRemove
Copyright © 2016 JBoss by Red Hat. All rights reserved.