Package org.kuali.rice.kim.impl.jaxb
Class RoleMembersXmlDTO<T extends RoleMemberXmlDTO>
- java.lang.Object
-
- org.kuali.rice.kim.impl.jaxb.RoleMembersXmlDTO<T>
-
- All Implemented Interfaces:
Serializable,RiceXmlListAdditionListener<T>
- Direct Known Subclasses:
RoleMembersXmlDTO.OutsideOfRole,RoleMembersXmlDTO.WithinRole
public abstract class RoleMembersXmlDTO<T extends RoleMemberXmlDTO> extends Object implements RiceXmlListAdditionListener<T>, Serializable
Base class representing an unmarshalled <roleMembers> element. Refer to the static inner classes for more information about the specific contexts.- Author:
- Kuali Rice Team (rice.collab@kuali.org)
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classRoleMembersXmlDTO.OutsideOfRoleThis class represents a <roleMembers> element that is not a child of a <role> element.static classRoleMembersXmlDTO.WithinRoleThis class represents a <roleMembers> element that is a child of a <role> element.
-
Constructor Summary
Constructors Constructor Description RoleMembersXmlDTO()
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract List<T>getRoleMembers()abstract voidsetRoleMembers(List<T> roleMembers)-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.kuali.rice.core.util.jaxb.RiceXmlListAdditionListener
newItemAdded
-
-