
public interface MethodPermissionType<T> extends Child<T>, JavaeeMethodPermissionCommonType<T,MethodPermissionType<T>,MethodType<MethodPermissionType<T>>>
method-permissionType xsd type| Modifier and Type | Method and Description |
|---|---|
MethodType<MethodPermissionType<T>> |
createMethod()
Creates a new
method element |
MethodPermissionType<T> |
description(String... values)
Creates for all String objects representing
description elements,
a new description element |
List<String> |
getAllDescription()
Returns all
description elements |
List<MethodType<MethodPermissionType<T>>> |
getAllMethod()
Returns all
method elements |
List<String> |
getAllRoleName()
Returns all
role-name elements |
String |
getId()
Returns the
id attribute |
MethodType<MethodPermissionType<T>> |
getOrCreateMethod()
If not already created, a new
method element will be created and returned. |
MethodPermissionType<T> |
id(String id)
Sets the
id attribute |
Boolean |
isUnchecked()
Removes the
unchecked element |
MethodPermissionType<T> |
removeAllDescription()
Removes the
description element |
MethodPermissionType<T> |
removeAllMethod()
Removes all
method elements |
MethodPermissionType<T> |
removeAllRoleName()
Removes the
role-name element |
MethodPermissionType<T> |
removeId()
Removes the
id attribute |
MethodPermissionType<T> |
removeUnchecked()
Removes the
unchecked element |
MethodPermissionType<T> |
roleName(String... values)
Creates for all String objects representing
role-name elements,
a new role-name element |
MethodPermissionType<T> |
unchecked()
Sets the
unchecked element |
MethodPermissionType<T> description(String... values)
description elements,
a new description elementvalues - list of description objectsMethodPermissionTypeList<String> getAllDescription()
description elementsdescriptionMethodPermissionType<T> removeAllDescription()
description elementMethodPermissionTypeMethodPermissionType<T> roleName(String... values)
role-name elements,
a new role-name elementvalues - list of role-name objectsMethodPermissionTypeList<String> getAllRoleName()
role-name elementsrole-nameMethodPermissionType<T> removeAllRoleName()
role-name elementMethodPermissionTypeMethodPermissionType<T> unchecked()
unchecked elementMethodPermissionTypeBoolean isUnchecked()
unchecked elementMethodPermissionTypeMethodPermissionType<T> removeUnchecked()
unchecked elementMethodPermissionTypeMethodType<MethodPermissionType<T>> getOrCreateMethod()
method element will be created and returned.
Otherwise, the first existing method element will be returned.methodMethodType<MethodPermissionType<T>> createMethod()
method elementMethodType> List<MethodType<MethodPermissionType<T>>> getAllMethod()
method elementsmethodMethodPermissionType<T> removeAllMethod()
method elementsMethodType> MethodPermissionType<T> id(String id)
id attributeid - the value for the attribute idMethodPermissionTypeString getId()
id attributeidMethodPermissionType<T> removeId()
id attributeMethodPermissionTypeCopyright © 2021 JBoss by Red Hat. All rights reserved.