Skip navigation links

Oracle Communications Converged Application Server Java API Reference
5.1

E36938-01


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

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

public interface IncomingCommunicationBarring
extends SimservType

IncomingCommunicationBarring.


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

 

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

getRuleset

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

createRuleset

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

Skip navigation links

Oracle Communications Converged Application Server Java API Reference
5.1

E36938-01


Copyright © 2012 Oracle Corporation. All Rights Reserved.