Skip navigation links

Oracle Communications Converged Application Server Java API Reference
5.1

E36938-01


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

All Superinterfaces:
Condition, XcapElement, XcapResource

public interface Media
extends Condition

The condition related with media.


Method Summary
 String getValue()
          Get value of the media.
 void setValue(String aValue)
          Set the value for media.

 

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 the media.
Returns:
the value.

setValue

void setValue(String aValue)
Set the value for media.
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.