public interface MethodPermissionType<T> extends Child<T>, JavaeeMethodPermissionCommonType<T,MethodPermissionType<T>,MethodType<MethodPermissionType<T>>>
method-permissionType
xsd typeModifier 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
objectsMethodPermissionType
List<String> getAllDescription()
description
elementsdescription
MethodPermissionType<T> removeAllDescription()
description
elementMethodPermissionType
MethodPermissionType<T> roleName(String... values)
role-name
elements,
a new role-name
elementvalues
- list of role-name
objectsMethodPermissionType
List<String> getAllRoleName()
role-name
elementsrole-name
MethodPermissionType<T> removeAllRoleName()
role-name
elementMethodPermissionType
MethodPermissionType<T> unchecked()
unchecked
elementMethodPermissionType
Boolean isUnchecked()
unchecked
elementMethodPermissionType
MethodPermissionType<T> removeUnchecked()
unchecked
elementMethodPermissionType
MethodType<MethodPermissionType<T>> getOrCreateMethod()
method
element will be created and returned.
Otherwise, the first existing method
element will be returned.method
MethodType<MethodPermissionType<T>> createMethod()
method
elementMethodType>
List<MethodType<MethodPermissionType<T>>> getAllMethod()
method
elementsmethod
MethodPermissionType<T> removeAllMethod()
method
elementsMethodType>
MethodPermissionType<T> id(String id)
id
attributeid
- the value for the attribute id
MethodPermissionType
String getId()
id
attributeid
MethodPermissionType<T> removeId()
id
attributeMethodPermissionType
Copyright © 2023 JBoss by Red Hat. All rights reserved.