Skip navigation links

Oracle Communications Converged Application Server Java API Reference
5.1

E36938-01


com.oracle.sft.xcap.client.policy
Interface Sphere

All Superinterfaces:
Attributable, Condition, XcapElement, XcapResource

public interface Sphere
extends Condition, Attributable

part of the conditions matching on the 'state' the Presentity / Target (PT) is currently in.


Method Summary
 String getValue()
          mandatory attribute of the sphere.
 void setValue(String value)
          Set the value to sphere.

 

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

 

Methods inherited from interface com.oracle.sft.xcap.client.Attributable
deleteByAttrName, getByAttrName, setByAttrName

 

Method Detail

getValue

String getValue()
mandatory attribute of the sphere. It provides a list of 'states' called 'tokens'. The sphere will match in case the current sphere of the Presentity / Target equals one of the tokens.
Returns:
value attribute.

setValue

void setValue(String value)
Set the value to sphere.
Parameters:
value - the sphere value.

Skip navigation links

Oracle Communications Converged Application Server Java API Reference
5.1

E36938-01


Copyright © 2012 Oracle Corporation. All Rights Reserved.