com.ibm.soa.parlayx21.presence
Class PresenceAttribute
java.lang.Object
com.ibm.soa.parlayx21.presence.PresenceAttribute
- All Implemented Interfaces:
- java.io.Serializable
public class PresenceAttribute
- extends java.lang.Object
- implements java.io.Serializable
Presence data published by a presentity and retrieved by watchers.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PresenceAttribute
public PresenceAttribute()
getLastChange
public java.util.Calendar getLastChange()
setLastChange
public void setLastChange(java.util.Calendar lastChange)
getNote
public java.lang.String getNote()
setNote
public void setNote(java.lang.String note)
getTypeAndValue
public AttributeTypeAndValue getTypeAndValue()
setTypeAndValue
public void setTypeAndValue(AttributeTypeAndValue typeAndValue)
Copyright © 2003 IBM Corp. All Rights Reserved.