Oracle Fusion Middleware Communication Services 11.1.1.3.0 Java API Reference
E14785-02

org.csapi.schema.parlayx.presence.v2_3
Class AttributeTypeAndValue

java.lang.Object
  extended by org.csapi.schema.parlayx.presence.v2_3.AttributeTypeAndValue

public class AttributeTypeAndValue
extends java.lang.Object

Java class for AttributeTypeAndValue complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="AttributeTypeAndValue">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="UnionElement" type="{http://www.csapi.org/schema/parlayx/presence/v2_3}PresenceAttributeType"/>
         <element name="Activity" type="{http://www.csapi.org/schema/parlayx/presence/v2_3}ActivityValue" minOccurs="0"/>
         <element name="Place" type="{http://www.csapi.org/schema/parlayx/presence/v2_3}PlaceValue" minOccurs="0"/>
         <element name="Privacy" type="{http://www.csapi.org/schema/parlayx/presence/v2_3}PrivacyValue" minOccurs="0"/>
         <element name="Sphere" type="{http://www.csapi.org/schema/parlayx/presence/v2_3}SphereValue" minOccurs="0"/>
         <element name="Communication" type="{http://www.csapi.org/schema/parlayx/presence/v2_3}CommunicationValue" minOccurs="0"/>
         <element name="Other" type="{http://www.csapi.org/schema/parlayx/presence/v2_3}OtherValue" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


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

Constructor Detail

AttributeTypeAndValue

public AttributeTypeAndValue()
Method Detail

getActivity

public ActivityValue getActivity()
Gets the value of the activity property.

Returns:
possible object is ActivityValue

getCommunication

public CommunicationValue getCommunication()
Gets the value of the communication property.

Returns:
possible object is CommunicationValue

getOther

public OtherValue getOther()
Gets the value of the other property.

Returns:
possible object is OtherValue

getPlace

public PlaceValue getPlace()
Gets the value of the place property.

Returns:
possible object is PlaceValue

getPrivacy

public PrivacyValue getPrivacy()
Gets the value of the privacy property.

Returns:
possible object is PrivacyValue

getSphere

public SphereValue getSphere()
Gets the value of the sphere property.

Returns:
possible object is SphereValue

getUnionElement

public PresenceAttributeType getUnionElement()
Gets the value of the unionElement property.

Returns:
possible object is PresenceAttributeType

setActivity

public void setActivity(ActivityValue value)
Sets the value of the activity property.

Parameters:
value - allowed object is ActivityValue

setCommunication

public void setCommunication(CommunicationValue value)
Sets the value of the communication property.

Parameters:
value - allowed object is CommunicationValue

setOther

public void setOther(OtherValue value)
Sets the value of the other property.

Parameters:
value - allowed object is OtherValue

setPlace

public void setPlace(PlaceValue value)
Sets the value of the place property.

Parameters:
value - allowed object is PlaceValue

setPrivacy

public void setPrivacy(PrivacyValue value)
Sets the value of the privacy property.

Parameters:
value - allowed object is PrivacyValue

setSphere

public void setSphere(SphereValue value)
Sets the value of the sphere property.

Parameters:
value - allowed object is SphereValue

setUnionElement

public void setUnionElement(PresenceAttributeType value)
Sets the value of the unionElement property.

Parameters:
value - allowed object is PresenceAttributeType

Oracle Fusion Middleware Communication Services 11.1.1.3.0 Java API Reference
E14785-02

Copyright © 2005, 2010 Oracle and/or its affiliates. All rights reserved.