org.kuali.rice.kim.impl.jaxb
Class RolePermissionsXmlDTO.OutsideOfRole

java.lang.Object
  extended by org.kuali.rice.kim.impl.jaxb.RolePermissionsXmlDTO<RolePermissionXmlDTO.OutsideOfRole>
      extended by 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

Nested Class Summary
 
Nested classes/interfaces inherited from class org.kuali.rice.kim.impl.jaxb.RolePermissionsXmlDTO
RolePermissionsXmlDTO.OutsideOfRole, RolePermissionsXmlDTO.WithinRole
 
Constructor Summary
RolePermissionsXmlDTO.OutsideOfRole()
           
 
Method Summary
 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)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RolePermissionsXmlDTO.OutsideOfRole

public RolePermissionsXmlDTO.OutsideOfRole()
Method Detail

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-2011 The Kuali Foundation. All Rights Reserved.