Package org.openiam.idm.srvc.role.dto
Class RoleSet.RoleObj
- java.lang.Object
-
- org.openiam.idm.srvc.role.dto.RoleSet.RoleObj
-
- Enclosing class:
- RoleSet
public static class RoleSet.RoleObj extends Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="role" type="{urn:idm.openiam.org/srvc/role/dto}role" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
-
Constructor Summary
Constructors Constructor Description RoleObj()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Role
getRole()
Gets the value of the role property.void
setRole(Role value)
Sets the value of the role property.
-
-
-
Field Detail
-
role
protected Role role
-
-