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