org.kuali.rice.kim.impl.jaxb
Class RolePermissionsXmlDTO.OutsideOfRole
java.lang.Object
org.kuali.rice.kim.impl.jaxb.RolePermissionsXmlDTO<RolePermissionXmlDTO.OutsideOfRole>
org.kuali.rice.kim.impl.jaxb.RolePermissionsXmlDTO.OutsideOfRole
- All Implemented Interfaces:
- Serializable, RiceXmlListAdditionListener<RolePermissionXmlDTO.OutsideOfRole>
- Enclosing class:
- RolePermissionsXmlDTO<T extends RolePermissionXmlDTO>
public static class RolePermissionsXmlDTO.OutsideOfRole
- extends RolePermissionsXmlDTO<RolePermissionXmlDTO.OutsideOfRole>
This class represents a <rolePermissions> element that is not a child of a <role> element.
- Author:
- Kuali Rice Team (rice.collab@kuali.org)
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RolePermissionsXmlDTO.OutsideOfRole
public RolePermissionsXmlDTO.OutsideOfRole()
getRolePermissions
public List<RolePermissionXmlDTO.OutsideOfRole> getRolePermissions()
- Specified by:
getRolePermissions
in class RolePermissionsXmlDTO<RolePermissionXmlDTO.OutsideOfRole>
setRolePermissions
public void setRolePermissions(List<RolePermissionXmlDTO.OutsideOfRole> rolePermissions)
- Specified by:
setRolePermissions
in class RolePermissionsXmlDTO<RolePermissionXmlDTO.OutsideOfRole>
newItemAdded
public void newItemAdded(RolePermissionXmlDTO.OutsideOfRole item)
- Description copied from interface:
RiceXmlListAdditionListener
- This method is invoked whenever the associated RiceXmlStreamingList instance receives
a newly-unmarshalled child element.
- Parameters:
item
- The unmarshalled element (or adapter-generated object) to be processed.
Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.