Skip navigation links

Oracle Communications Converged Application Server Java API Reference
5.1

E36938-01


com.oracle.sft.xcap.client.simservs
Interface OutgoingCommunicationBarring

All Superinterfaces:
Attributable, SimservType, SuppServiceElement, XcapElement, XcapResource

public interface OutgoingCommunicationBarring
extends SimservType

OutgoingCommunicationBarring.


Method Summary
 RuleSet createRuleset()
          Create a rule set.
 RuleSet getRuleset()
          Get rule set of the OutgoingCommunicationBarring.

 

Methods inherited from interface com.oracle.sft.xcap.client.simservs.SimservType
getOtherAttributes, isActive, setActive

 

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

createRuleset

RuleSet createRuleset()
Create a rule set. The rule set represents the element named "ruleset"
Returns:
the rule set created.

getRuleset

RuleSet getRuleset()
Get rule set of the OutgoingCommunicationBarring. A OutgoingCommunicationBarring can has 0 or 1 rule set. The rule set represents the element named "ruleset"
Returns:
the rule set, or null if it isn't there.

Skip navigation links

Oracle Communications Converged Application Server Java API Reference
5.1

E36938-01


Copyright © 2012 Oracle Corporation. All Rights Reserved.