Skip navigation links

Oracle Communications Converged Application Server Java API Reference
5.1

E36938-01


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

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

public interface CommunicationDiversion
extends SimservType

CommunicationDiversion.


Method Summary
 RuleSet createRuleset()
          Create a rule set.
 Integer getNoReplyTimer()
          Get no reply timer value of the CommunicationDiversion.
 RuleSet getRuleset()
          Get rule set of the CommunicationDiversion.
 void setNoReplyTimer(int noReplyTimer)
          Create a no reply timer.

 

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

getNoReplyTimer

Integer getNoReplyTimer()
Get no reply timer value of the CommunicationDiversion. A CommunicationDiversion can has 0 or 1 NoReplyTimer. Its value is between 5 and 180 inclusive. The no reply timer represent the element named "NoReplyTimer"
Returns:
the no reply timer, or null if it isn't there

setNoReplyTimer

void setNoReplyTimer(int noReplyTimer)
Create a no reply timer. The rule set represents the element named "ruleset" Its value is between 5 and 180, inclusive. The no reply timer represent the element named "NoReplyTimer"

getRuleset

RuleSet getRuleset()
Get rule set of the CommunicationDiversion. A CommunicationDiversion 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.