Class 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>
     
    • Field Detail

      • role

        protected Role role
    • Constructor Detail

      • RoleObj

        public RoleObj()
    • Method Detail

      • getRole

        public Role getRole()
        Gets the value of the role property.
        Returns:
        possible object is Role
      • setRole

        public void setRole​(Role value)
        Sets the value of the role property.
        Parameters:
        value - allowed object is Role