Package org.openiam.idm.srvc.role.dto
Class RoleAttribute
- java.lang.Object
-
- org.openiam.base.BaseObject
-
- org.openiam.base.KeyDTO
-
- org.openiam.base.KeyNameDTO
-
- org.openiam.base.AbstractAttributeDTO
-
- org.openiam.idm.srvc.role.dto.RoleAttribute
-
- All Implemented Interfaces:
Serializable
,BaseIdentity
public class RoleAttribute extends AbstractAttributeDTO
Java class for roleAttribute.
The following schema fragment specifies the expected content contained within this class.
<complexType name="roleAttribute"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="metadataId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="roleAttrId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="roleId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="value" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected String
roleId
-
Fields inherited from class org.openiam.base.KeyNameDTO
name_
-
Fields inherited from class org.openiam.base.BaseObject
DELETE, NEW, objectState, requestClientIP, requestorLogin, requestorSessionID, requestorUserId, UPDATE
-
-
Constructor Summary
Constructors Constructor Description RoleAttribute()
-
Method Summary
-
Methods inherited from class org.openiam.base.AbstractAttributeDTO
addValue, getFirstValue, hasValues, isMultivalued, overwrite
-
Methods inherited from class org.openiam.base.KeyNameDTO
equals, getName, hashCode, setName, toString
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.openiam.base.BaseIdentity
getId, setId
-
-
-
-
Field Detail
-
roleId
protected String roleId
-
-