public class EntitlementAttributeValue extends AttributeValue
| Constructor and Description |
|---|
EntitlementAttributeValue()
Constructor
|
EntitlementAttributeValue(java.lang.String attributeName,
java.util.Collection values)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
void |
setOperation(java.lang.String operation) |
java.lang.String |
toXML()
Returns an XML String representation of the entitlement attribute.
|
addValue, addValues, clone, equals, equals, getBinaryString, getBoolean, getBytes, getDate, getInt, getLong, getMapValue, getName, getSingleValue, getString, getSyntaxId, getValues, getValueString, hashCode, isAttributeBlacklisted, isValueEmpty, isValueExist, removeValue, removeValues, replaceSingleValue, setAttributeBlacklisted, setBoolean, setBytes, setInt, setLong, setMapValue, setName, setSingleValue, setStringValue, setValue, setValues, toStringpublic EntitlementAttributeValue()
public EntitlementAttributeValue(java.lang.String attributeName,
java.util.Collection values)
attributeName - values - public void setOperation(java.lang.String operation)
operation - public java.lang.String toXML()
toXML in class AttributeValue