
public interface PostUpdate<T> extends Child<T>, OrmPostUpdateCommType<T,PostUpdate<T>>
post-update xsd type| Modifier and Type | Method and Description |
|---|---|
PostUpdate<T> |
description(String description)
Sets the
description element |
String |
getDescription()
Returns the
description element |
String |
getMethodName()
Returns the
method-name attribute |
PostUpdate<T> |
methodName(String methodName)
Sets the
method-name attribute |
PostUpdate<T> |
removeDescription()
Removes the
description element |
PostUpdate<T> |
removeMethodName()
Removes the
method-name attribute |
PostUpdate<T> description(String description)
description elementdescription - the value for the element descriptionPostUpdateString getDescription()
description elementdescriptionPostUpdate<T> removeDescription()
description elementPostUpdatePostUpdate<T> methodName(String methodName)
method-name attributemethodName - the value for the attribute method-namePostUpdateString getMethodName()
method-name attributemethod-namePostUpdate<T> removeMethodName()
method-name attributePostUpdateCopyright © 2021 JBoss by Red Hat. All rights reserved.