com.ibm.soa.parlayx21.presence
Class CommunicationMeans
java.lang.Object
com.ibm.soa.parlayx21.presence.CommunicationMeans
- All Implemented Interfaces:
- java.io.Serializable
public class CommunicationMeans
- extends java.lang.Object
- implements java.io.Serializable
This structure describes on way of reaching the presentity.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CommunicationMeans
public CommunicationMeans()
getPriority
public float getPriority()
setPriority
public void setPriority(float priority)
getContact
public java.net.URI getContact()
setContact
public void setContact(java.net.URI contact)
getType
public CommunicationMeansType getType()
setType
public void setType(CommunicationMeansType type)
Copyright © 2003 IBM Corp. All Rights Reserved.