com.ibm.soa.parlayx21.presence
Class CommunicationMeans

java.lang.Object
  extended by 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

Constructor Summary
CommunicationMeans()
           
 
Method Summary
 java.net.URI getContact()
           
 float getPriority()
           
 CommunicationMeansType getType()
           
 void setContact(java.net.URI contact)
           
 void setPriority(float priority)
           
 void setType(CommunicationMeansType type)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CommunicationMeans

public CommunicationMeans()
Method Detail

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.