Class OnlineChargingInteractionElement
- java.lang.Object
-
- com.opencloud.slee.resources.insis.management.ant.OnlineChargingInteractionElement
-
public class OnlineChargingInteractionElement extends Object
This element specifies anOnlineChargingInteraction
option to use when managing SIS composition components.Ant Parameters
Attribute Description Required mode Interaction mode. Valid values are "static-service-priorities" or "nominated-service". Yes. service-ref Service reference. Only required if mode is "nominated-service".
-
-
Constructor Summary
Constructors Constructor Description OnlineChargingInteractionElement()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getMode()
String
getServiceRef()
void
setMode(String mode)
void
setServiceRef(String ref)
OnlineChargingInteraction
toFCIInteraction()
-
-
-
Method Detail
-
getMode
public String getMode()
-
setMode
public void setMode(String mode)
-
getServiceRef
public String getServiceRef()
-
setServiceRef
public void setServiceRef(String ref)
-
toFCIInteraction
public OnlineChargingInteraction toFCIInteraction() throws org.apache.tools.ant.BuildException
- Throws:
org.apache.tools.ant.BuildException
-
-