public interface SecurityRoleRefType
The following features are supported:
EjbJar21Package.getSecurityRoleRefType()| Modifier and Type | Method and Description |
|---|---|
|
getDescription()
Returns the value of the 'Description' containment reference list.
|
java.lang.String |
getId()
Returns the value of the 'Id' attribute.
|
RoleNameType |
getRoleLink()
Returns the value of the 'Role Link' containment reference.
|
RoleNameType |
getRoleName()
Returns the value of the 'Role Name' containment reference.
|
void |
setId(java.lang.String value)
Sets the value of the '
Id' attribute. |
void |
setRoleLink(RoleNameType value)
Sets the value of the '
Role Link' containment reference. |
void |
setRoleName(RoleNameType value)
Sets the value of the '
Role Name' containment reference. |
getDescription()
DescriptionType.
If the meaning of the 'Description' containment reference list isn't clear, there really should be more of a description here...
EjbJar21Package.getSecurityRoleRefType_Description()RoleNameType getRoleName()
setRoleName(RoleNameType),
EjbJar21Package.getSecurityRoleRefType_RoleName()void setRoleName(RoleNameType value)
Role Name' containment reference.
value - the new value of the 'Role Name' containment reference.getRoleName()RoleNameType getRoleLink()
setRoleLink(RoleNameType),
EjbJar21Package.getSecurityRoleRefType_RoleLink()void setRoleLink(RoleNameType value)
Role Link' containment reference.
value - the new value of the 'Role Link' containment reference.getRoleLink()java.lang.String getId()
If the meaning of the 'Id' attribute isn't clear, there really should be more of a description here...
setId(String),
EjbJar21Package.getSecurityRoleRefType_Id()