Package 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
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.kuali.rice.kim.impl.jaxb.RolePermissionsXmlDTO
RolePermissionsXmlDTO.OutsideOfRole, RolePermissionsXmlDTO.WithinRole
-
-
Constructor Summary
Constructors Constructor Description OutsideOfRole()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<RolePermissionXmlDTO.OutsideOfRole>getRolePermissions()voidnewItemAdded(RolePermissionXmlDTO.OutsideOfRole item)This method is invoked whenever the associated RiceXmlStreamingList instance receives a newly-unmarshalled child element.voidsetRolePermissions(List<RolePermissionXmlDTO.OutsideOfRole> rolePermissions)
-
-
-
Method Detail
-
getRolePermissions
public List<RolePermissionXmlDTO.OutsideOfRole> getRolePermissions()
- Specified by:
getRolePermissionsin classRolePermissionsXmlDTO<RolePermissionXmlDTO.OutsideOfRole>
-
setRolePermissions
public void setRolePermissions(List<RolePermissionXmlDTO.OutsideOfRole> rolePermissions)
- Specified by:
setRolePermissionsin classRolePermissionsXmlDTO<RolePermissionXmlDTO.OutsideOfRole>
-
newItemAdded
public void newItemAdded(RolePermissionXmlDTO.OutsideOfRole item)
Description copied from interface:RiceXmlListAdditionListenerThis 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.
-
-