com.ibm.itim.common

Class EntitlementAttributeValue

  • All Implemented Interfaces:
    java.io.Serializable, java.lang.Cloneable


    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 Detail

      • EntitlementAttributeValue

        public EntitlementAttributeValue()
        Constructor
      • EntitlementAttributeValue

        public EntitlementAttributeValue(java.lang.String attributeName,
                                         java.util.Collection values)
        Constructor
        Parameters:
        attributeName -
        values -
    • Method Detail

      • setOperation

        public void setOperation(java.lang.String operation)
        Parameters:
        operation -
      • 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.