org.csapi.jr.se.pam
Class PAMCommunicationContext

java.lang.Object
  |
  +--org.csapi.jr.se.pam.PAMCommunicationContext
All Implemented Interfaces:
java.io.Serializable

public final class PAMCommunicationContext
extends java.lang.Object
implements java.io.Serializable

This is a Sequence of Data Elements containing the list of attribute values for defining a communication context.

See Also:
Serialized Form

Constructor Summary
PAMCommunicationContext()
          Creates a new PAMCommunicationContext instance.
PAMCommunicationContext(java.lang.String _communicationCapability)
          Creates a new PAMCommunicationContext instance.
 
Method Summary
 boolean equals(java.lang.Object o)
          Indicates whether some other object is 'equal to' this one.
 java.lang.String getCommunicationCapability()
          This method returns a communicationCapability.
 int hashCode()
          Returns a hashcode value for the object.
 void setCommunicationCapability(java.lang.String communicationCapability)
          This method sets a communicationCapability.
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PAMCommunicationContext

public PAMCommunicationContext()
Creates a new PAMCommunicationContext instance.


PAMCommunicationContext

public PAMCommunicationContext(java.lang.String _communicationCapability)
Creates a new PAMCommunicationContext instance.

Parameters:
_communicationCapability - Specifies the communication type for which the availability is requested
Method Detail

getCommunicationCapability

public java.lang.String getCommunicationCapability()
This method returns a communicationCapability.

Returns:
a String value

setCommunicationCapability

public void setCommunicationCapability(java.lang.String communicationCapability)
This method sets a communicationCapability.


equals

public boolean equals(java.lang.Object o)
Indicates whether some other object is 'equal to' this one.

Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Returns a hashcode value for the object.

Overrides:
hashCode in class java.lang.Object