org.eclipse.modisco.jee.ejbjar.EjbJar20
Interface SecurityRoleRefType


public interface SecurityRoleRefType

A representation of the model object 'Security Role Ref Type'.

The following features are supported:

See Also:
EjbJar20Package.getSecurityRoleRefType()
Generated:
Model:
extendedMetaData="name='security-role-ref_._type' kind='elementOnly'"

Method Summary
 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.
 

Method Detail

getDescription

DescriptionType getDescription()
Returns the value of the 'Description' containment reference.

If the meaning of the 'Description' containment reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Description' containment reference.
See Also:
setDescription(DescriptionType), EjbJar20Package.getSecurityRoleRefType_Description()
Generated:
Model:
containment="true" extendedMetaData="kind='element' name='description' namespace='##targetNamespace'"

setDescription

void setDescription(DescriptionType value)
Sets the value of the 'Description' containment reference.

Parameters:
value - the new value of the 'Description' containment reference.
See Also:
getDescription()
Generated:

getRoleName

RoleNameType getRoleName()
Returns the value of the 'Role Name' containment reference.

If the meaning of the 'Role Name' containment reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Role Name' containment reference.
See Also:
setRoleName(RoleNameType), EjbJar20Package.getSecurityRoleRefType_RoleName()
Generated:
Model:
containment="true" required="true" extendedMetaData="kind='element' name='role-name' namespace='##targetNamespace'"

setRoleName

void setRoleName(RoleNameType value)
Sets the value of the 'Role Name' containment reference.

Parameters:
value - the new value of the 'Role Name' containment reference.
See Also:
getRoleName()
Generated:

getRoleLink

RoleLinkType getRoleLink()
Returns the value of the 'Role Link' containment reference.

If the meaning of the 'Role Link' containment reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Role Link' containment reference.
See Also:
setRoleLink(RoleLinkType), EjbJar20Package.getSecurityRoleRefType_RoleLink()
Generated:
Model:
containment="true" extendedMetaData="kind='element' name='role-link' namespace='##targetNamespace'"

setRoleLink

void setRoleLink(RoleLinkType value)
Sets the value of the 'Role Link' containment reference.

Parameters:
value - the new value of the 'Role Link' containment reference.
See Also:
getRoleLink()
Generated:

getId

java.lang.String getId()
Returns the value of the 'Id' attribute.

If the meaning of the 'Id' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Id' attribute.
See Also:
setId(String), EjbJar20Package.getSecurityRoleRefType_Id()
Generated:
Model:
id="true" dataType="org.eclipse.emf.ecore.xml.type.ID" extendedMetaData="kind='attribute' name='id' namespace='##targetNamespace'"

setId

void setId(java.lang.String value)
Sets the value of the 'Id' attribute.

Parameters:
value - the new value of the 'Id' attribute.
See Also:
getId()
Generated: