com.ibm.soa.parlayx21.call_notification
Class Action

java.lang.Object
  extended by com.ibm.soa.parlayx21.call_notification.Action
All Implemented Interfaces:
java.io.Serializable

public class Action
extends java.lang.Object
implements java.io.Serializable

The Action data type is a structure containing the following parameters.

See Also:
Serialized Form

Constructor Summary
Action()
           
 
Method Summary
 ActionValues getActionToPerform()
           
 ChargingInformation getCharging()
           
 java.net.URI getRoutingAddress()
           
 void setActionToPerform(ActionValues actionToPerform)
           
 void setCharging(ChargingInformation charging)
           
 void setRoutingAddress(java.net.URI routingAddress)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Action

public Action()
Method Detail

getActionToPerform

public ActionValues getActionToPerform()

setActionToPerform

public void setActionToPerform(ActionValues actionToPerform)

getRoutingAddress

public java.net.URI getRoutingAddress()

setRoutingAddress

public void setRoutingAddress(java.net.URI routingAddress)

getCharging

public ChargingInformation getCharging()

setCharging

public void setCharging(ChargingInformation charging)


Copyright © 2003 IBM Corp. All Rights Reserved.