Skip navigation links

Oracle Communications Converged Application Server Java API Reference
5.1

E36938-01


com.oracle.sft.xcap.client.simservs.conditions
Interface PresenceStatus

All Superinterfaces:
Condition, XcapElement, XcapResource

public interface PresenceStatus
extends Condition

A condition denotes presence status. Specifies the authorization decision the Presence Server (PS) should make.


Method Summary
 String getValue()
          Get value of this PresenceStatus.
 void setValue(String aValue)
          Set value for this PresenceStatus.

 

Methods inherited from interface com.oracle.sft.xcap.client.policy.Condition
getType

 

Methods inherited from interface com.oracle.sft.xcap.client.XcapElement
getDocument, getNamespace, getNodeSelector, getParent

 

Methods inherited from interface com.oracle.sft.xcap.client.XcapResource
getContent, getContentType, getUrl, setContent

 

Method Detail

getValue

String getValue()
Get value of this PresenceStatus.
Returns:
the value.

setValue

void setValue(String aValue)
Set value for this PresenceStatus.
Parameters:
aValue - the value to set

Skip navigation links

Oracle Communications Converged Application Server Java API Reference
5.1

E36938-01


Copyright © 2012 Oracle Corporation. All Rights Reserved.