com.ibm.itim.common
Class EntitlementAttributeValue

java.lang.Object
  |
  +--com.ibm.itim.common.ValueObject
        |
        +--com.ibm.itim.common.AttributeValue
              |
              +--com.ibm.itim.common.EntitlementAttributeValue
All Implemented Interfaces:
java.lang.Cloneable, java.io.Serializable

public class EntitlementAttributeValue
extends AttributeValue

This class holds entitlement attribute value. This class overrides the 'toXML' function of AttributeValue class.

See Also:
Serialized Form

Constructor Summary
EntitlementAttributeValue()
          Constructor
EntitlementAttributeValue(java.lang.String attributeName, java.util.Collection values)
          Constructor
 
Method Summary
 java.lang.String toXML()
          Returns an XML String representation of the entitlement attribute.
 
Methods inherited from class com.ibm.itim.common.AttributeValue
addValue, addValues, clone, equals, getBinaryString, getBoolean, getBytes, getDate, getInt, getLong, getMapValue, getName, getSingleValue, getString, getValues, getValueString, hashCode, isValueEmpty, isValueExist, removeValue, removeValues, replaceSingleValue, setBoolean, setBytes, setInt, setLong, setMapValue, setName, setSingleValue, setValue, setValues, toString
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

EntitlementAttributeValue

public EntitlementAttributeValue()
Constructor


EntitlementAttributeValue

public EntitlementAttributeValue(java.lang.String attributeName,
                                 java.util.Collection values)
Constructor

Parameters:
attributeName -
values -
Method Detail

toXML

public java.lang.String toXML()
Returns an XML String representation of the entitlement attribute.

Overrides:
toXML in class AttributeValue
Returns:
XML String representation of the entitlement attribute.


IBM Tivoli Identity Manager 4.6
© Copyright International Business Machines Corporation 2005. All rights reserved. US Government Users Restricted Rights Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.