com.ibm.soa.parlayx21.presence
Class AttributeTypeAndValue
java.lang.Object
com.ibm.soa.parlayx21.presence.AttributeTypeAndValue
- All Implemented Interfaces:
- java.io.Serializable
public class AttributeTypeAndValue
- extends java.lang.Object
- implements java.io.Serializable
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AttributeTypeAndValue
public AttributeTypeAndValue()
getUnionElement
public PresenceAttributeType getUnionElement()
setUnionElement
public void setUnionElement(PresenceAttributeType unionElement)
getActivity
public ActivityValue getActivity()
setActivity
public void setActivity(ActivityValue activity)
getPlace
public PlaceValue getPlace()
setPlace
public void setPlace(PlaceValue place)
getPrivacy
public PrivacyValue getPrivacy()
setPrivacy
public void setPrivacy(PrivacyValue privacy)
getSphere
public SphereValue getSphere()
setSphere
public void setSphere(SphereValue sphere)
getCommunication
public CommunicationMeans[] getCommunication()
setCommunication
public void setCommunication(CommunicationMeans[] communication)
getOther
public OtherValue getOther()
setOther
public void setOther(OtherValue other)
Copyright © 2003 IBM Corp. All Rights Reserved.