public static class RolePermissionsXmlDTO.OutsideOfRole extends RolePermissionsXmlDTO<RolePermissionXmlDTO.OutsideOfRole>
RolePermissionsXmlDTO.OutsideOfRole, RolePermissionsXmlDTO.WithinRole
Constructor and Description |
---|
RolePermissionsXmlDTO.OutsideOfRole() |
Modifier and Type | Method and Description |
---|---|
List<RolePermissionXmlDTO.OutsideOfRole> |
getRolePermissions() |
void |
newItemAdded(RolePermissionXmlDTO.OutsideOfRole item)
This method is invoked whenever the associated RiceXmlStreamingList instance receives
a newly-unmarshalled child element.
|
void |
setRolePermissions(List<RolePermissionXmlDTO.OutsideOfRole> rolePermissions) |
public RolePermissionsXmlDTO.OutsideOfRole()
public List<RolePermissionXmlDTO.OutsideOfRole> getRolePermissions()
getRolePermissions
in class RolePermissionsXmlDTO<RolePermissionXmlDTO.OutsideOfRole>
public void setRolePermissions(List<RolePermissionXmlDTO.OutsideOfRole> rolePermissions)
setRolePermissions
in class RolePermissionsXmlDTO<RolePermissionXmlDTO.OutsideOfRole>
public void newItemAdded(RolePermissionXmlDTO.OutsideOfRole item)
RiceXmlListAdditionListener
item
- The unmarshalled element (or adapter-generated object) to be processed.Copyright © 2004–2016 The Kuali Foundation. All rights reserved.