Package org.openiam.idm.srvc.role.dto
Class RoleAttributeSet.RoleAttributeObj
- java.lang.Object
-
- org.openiam.idm.srvc.role.dto.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>
-
-
Field Summary
Fields Modifier and Type Field Description protected RoleAttribute
roleAttribute
-
Constructor Summary
Constructors Constructor Description RoleAttributeObj()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RoleAttribute
getRoleAttribute()
Gets the value of the roleAttribute property.void
setRoleAttribute(RoleAttribute value)
Sets the value of the roleAttribute property.
-
-
-
Field Detail
-
roleAttribute
protected RoleAttribute roleAttribute
-
-
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 isRoleAttribute
-
-