Package org.openiam.idm.srvc.user.dto
Class UserAttributeMap.UserAttributeEntry
- java.lang.Object
-
- org.openiam.idm.srvc.user.dto.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>
-
-
Field Summary
Fields Modifier and Type Field Description protected String
key
protected UserAttribute
userAttribute
-
Constructor Summary
Constructors Constructor Description UserAttributeEntry()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getKey()
Gets the value of the key property.UserAttribute
getUserAttribute()
Gets the value of the userAttribute property.void
setKey(String value)
Sets the value of the key property.void
setUserAttribute(UserAttribute value)
Sets the value of the userAttribute property.
-
-
-
Field Detail
-
userAttribute
protected UserAttribute userAttribute
-
key
protected String key
-
-
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 isUserAttribute
-
getKey
public String getKey()
Gets the value of the key property.- Returns:
- possible object is
String
-
-