org.csapi.jr.se.pam
Class PAMIPSNotificationData

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

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

This is a Sequence of Data Elements to specify the data that is provided in the notifications for identity presence set events.

See Also:
Serialized Form

Constructor Summary
PAMIPSNotificationData()
          Creates a new PAMIPSNotificationData instance.
PAMIPSNotificationData(java.lang.String _identity, org.csapi.jr.se.pam.PAMPresenceData[] _attributes)
          Creates a new PAMIPSNotificationData instance.
 
Method Summary
 boolean equals(java.lang.Object o)
          Indicates whether some other object is 'equal to' this one.
 org.csapi.jr.se.pam.PAMPresenceData[] getAttributes()
          This method returns a attributes.
 java.lang.String getIdentity()
          This method returns a identity.
 int hashCode()
          Returns a hashcode value for the object.
 void setAttributes(org.csapi.jr.se.pam.PAMPresenceData[] attributes)
          This method sets a attributes.
 void setIdentity(java.lang.String identity)
          This method sets a identity.
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PAMIPSNotificationData

public PAMIPSNotificationData()
Creates a new PAMIPSNotificationData instance.


PAMIPSNotificationData

public PAMIPSNotificationData(java.lang.String _identity,
                              org.csapi.jr.se.pam.PAMPresenceData[] _attributes)
Creates a new PAMIPSNotificationData instance.

Parameters:
_identity - Contains the name of the identity whose capability has changed.
_attributes - Contains the attributes that have changed in value.
Method Detail

getIdentity

public java.lang.String getIdentity()
This method returns a identity.

Returns:
a String value

getAttributes

public org.csapi.jr.se.pam.PAMPresenceData[] getAttributes()
This method returns a attributes.

Returns:
a org.csapi.jr.se.pam.PAMPresenceData[] value

setIdentity

public void setIdentity(java.lang.String identity)
This method sets a identity.


setAttributes

public void setAttributes(org.csapi.jr.se.pam.PAMPresenceData[] attributes)
This method sets a attributes.


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