Class RoleAttributeSet.RoleAttributeObj

  • Enclosing class:
    RoleAttributeSet

    public static class RoleAttributeSet.RoleAttributeObj
    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="roleAttribute" type="{urn:idm.openiam.org/srvc/role/dto}roleAttribute" minOccurs="0"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    • Constructor Detail

      • RoleAttributeObj

        public RoleAttributeObj()
    • Method Detail

      • getRoleAttribute

        public RoleAttribute getRoleAttribute()
        Gets the value of the roleAttribute property.
        Returns:
        possible object is RoleAttribute
      • setRoleAttribute

        public void setRoleAttribute​(RoleAttribute value)
        Sets the value of the roleAttribute property.
        Parameters:
        value - allowed object is RoleAttribute