com.ibm.soa.parlayx21.presence
Class AttributeTypeAndValue

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

Constructor Summary
AttributeTypeAndValue()
           
 
Method Summary
 ActivityValue getActivity()
           
 CommunicationMeans[] getCommunication()
           
 OtherValue getOther()
           
 PlaceValue getPlace()
           
 PrivacyValue getPrivacy()
           
 SphereValue getSphere()
           
 PresenceAttributeType getUnionElement()
           
 void setActivity(ActivityValue activity)
           
 void setCommunication(CommunicationMeans[] communication)
           
 void setOther(OtherValue other)
           
 void setPlace(PlaceValue place)
           
 void setPrivacy(PrivacyValue privacy)
           
 void setSphere(SphereValue sphere)
           
 void setUnionElement(PresenceAttributeType unionElement)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AttributeTypeAndValue

public AttributeTypeAndValue()
Method Detail

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.