Class UserAttributeMap.UserAttributeEntry

  • Enclosing class:
    UserAttributeMap

    public static class UserAttributeMap.UserAttributeEntry
    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="userAttribute" type="{urn:idm.openiam.org/srvc/user/dto}userAttribute" minOccurs="0"/>
           </sequence>
           <attribute name="key" type="{http://www.w3.org/2001/XMLSchema}string" />
         </restriction>
       </complexContent>
     </complexType>
     
    • Constructor Detail

      • UserAttributeEntry

        public UserAttributeEntry()
    • Method Detail

      • getUserAttribute

        public UserAttribute getUserAttribute()
        Gets the value of the userAttribute property.
        Returns:
        possible object is UserAttribute
      • setUserAttribute

        public void setUserAttribute​(UserAttribute value)
        Sets the value of the userAttribute property.
        Parameters:
        value - allowed object is UserAttribute
      • getKey

        public String getKey()
        Gets the value of the key property.
        Returns:
        possible object is String
      • setKey

        public void setKey​(String value)
        Sets the value of the key property.
        Parameters:
        value - allowed object is String