|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.csapi.jr.se.pam.PAMAVCNotificationData
This is a Sequence of Data Elements to specify the data that is provided in the notifications for availability changed events.
Constructor Summary | |
PAMAVCNotificationData()
Creates a new PAMAVCNotificationData instance. |
|
PAMAVCNotificationData(java.lang.String _identity,
org.csapi.jr.se.pam.PAMAvailabilityProfile[] _availability)
Creates a new PAMAVCNotificationData instance. |
Method Summary | |
boolean |
equals(java.lang.Object o)
Indicates whether some other object is 'equal to' this one. |
org.csapi.jr.se.pam.PAMAvailabilityProfile[] |
getAvailability()
This method returns a availability. |
java.lang.String |
getIdentity()
This method returns a identity. |
int |
hashCode()
Returns a hashcode value for the object. |
void |
setAvailability(org.csapi.jr.se.pam.PAMAvailabilityProfile[] availability)
This method sets a availability. |
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 |
public PAMAVCNotificationData()
public PAMAVCNotificationData(java.lang.String _identity, org.csapi.jr.se.pam.PAMAvailabilityProfile[] _availability)
_identity
- Contains the name of the identity whose capability has changed._availability
- Contains the availability information that has changed.Method Detail |
public java.lang.String getIdentity()
public org.csapi.jr.se.pam.PAMAvailabilityProfile[] getAvailability()
public void setIdentity(java.lang.String identity)
public void setAvailability(org.csapi.jr.se.pam.PAMAvailabilityProfile[] availability)
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |