com.tivoli.am.fim.trustserver.sts.utilities
Class QueryServiceAttribute

java.lang.Object
  extended by com.tivoli.am.fim.trustserver.sts.utilities.QueryServiceAttribute
All Implemented Interfaces:
java.io.Serializable

public class QueryServiceAttribute
extends java.lang.Object
implements java.io.Serializable

Provides a utility class for managing attributes for query service requests to the TFIM trust service. Should only be constructed by the IDMappingExtUtils class in this same package.

See Also:
Serialized Form

Field Summary
static int MAX_VALUES_UNDEFINED
           
static int MAX_VALUES_UNLIMITED
           
 
Method Summary
 int getMaxValues()
           
 java.lang.String getName()
           
 java.lang.String getType()
           
 boolean isOptional()
           
 void setMaxValues(int maxValues)
           
 void setName(java.lang.String name)
           
 void setOptional(boolean optional)
           
 void setType(java.lang.String type)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

MAX_VALUES_UNDEFINED

public static final int MAX_VALUES_UNDEFINED
See Also:
Constant Field Values

MAX_VALUES_UNLIMITED

public static final int MAX_VALUES_UNLIMITED
See Also:
Constant Field Values
Method Detail

getName

public java.lang.String getName()

setName

public void setName(java.lang.String name)

getType

public java.lang.String getType()

setType

public void setType(java.lang.String type)

isOptional

public boolean isOptional()

setOptional

public void setOptional(boolean optional)

getMaxValues

public int getMaxValues()

setMaxValues

public void setMaxValues(int maxValues)

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object