public class OnlineChargingInteractionElement extends Object
OnlineChargingInteraction
option to use when managing SIS composition components.
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 and Description |
---|
OnlineChargingInteractionElement() |
Modifier and Type | Method and Description |
---|---|
String |
getMode() |
String |
getServiceRef() |
void |
setMode(String mode) |
void |
setServiceRef(String ref) |
OnlineChargingInteraction |
toFCIInteraction() |
public String getMode()
public void setMode(String mode)
public String getServiceRef()
public void setServiceRef(String ref)
public OnlineChargingInteraction toFCIInteraction() throws org.apache.tools.ant.BuildException
org.apache.tools.ant.BuildException