org.csapi.jr.se.dsc
Class DataSessionChargeOrder

java.lang.Object
  |
  +--org.csapi.jr.se.dsc.DataSessionChargeOrder
All Implemented Interfaces:
java.io.Serializable

public final class DataSessionChargeOrder
extends java.lang.Object
implements java.io.Serializable

Defines the Tagged Choice of Data Elements that specify the charge plan for the call.

See Also:
Serialized Form

Constructor Summary
DataSessionChargeOrder()
          Creates a new DataSessionChargeOrder.
 
Method Summary
 boolean equals(java.lang.Object o)
          Indicates whether some other object is 'equal to' this one.
 org.csapi.jr.se.dsc.ChargePerVolume getChargePerVolume()
          This method returns a ChargePerVolume
 org.csapi.jr.se.dsc.DataSessionChargeOrderCategory getDiscriminator()
          This method returns the discriminator.
 java.lang.String getNetworkCharge()
          This method returns a NetworkCharge
 int hashCode()
          Returns a hashcode value for the object.
 void setChargePerVolume(org.csapi.jr.se.dsc.ChargePerVolume value)
          This method sets a ChargePerVolume
 void setNetworkCharge(java.lang.String value)
          This method sets a NetworkCharge
 void setUndefined(org.csapi.jr.se.dsc.DataSessionChargeOrderCategory discriminator)
          This method will receive the discriminator as a parameter and will set _object to null
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DataSessionChargeOrder

public DataSessionChargeOrder()
Creates a new DataSessionChargeOrder. Tagged choice of data elements always have empty constructors

Method Detail

getDiscriminator

public org.csapi.jr.se.dsc.DataSessionChargeOrderCategory getDiscriminator()
                                                                    throws InvalidUnionAccessorException
This method returns the discriminator.

Returns:
a DataSessionChargeOrderCategory value
Throws:
InvalidUnionAccessorException - if an error occurs

getChargePerVolume

public org.csapi.jr.se.dsc.ChargePerVolume getChargePerVolume()
                                                       throws InvalidUnionAccessorException
This method returns a ChargePerVolume

Returns:
a org.csapi.jr.se.dsc.ChargePerVolume value
Throws:
InvalidUnionAccessorException - if an error occurs

setChargePerVolume

public void setChargePerVolume(org.csapi.jr.se.dsc.ChargePerVolume value)
This method sets a ChargePerVolume

Parameters:
value - a org.csapi.jr.se.dsc.ChargePerVolume value

getNetworkCharge

public java.lang.String getNetworkCharge()
                                  throws InvalidUnionAccessorException
This method returns a NetworkCharge

Returns:
a java.lang.String value
Throws:
InvalidUnionAccessorException - if an error occurs

setNetworkCharge

public void setNetworkCharge(java.lang.String value)
This method sets a NetworkCharge

Parameters:
value - a java.lang.String value

setUndefined

public void setUndefined(org.csapi.jr.se.dsc.DataSessionChargeOrderCategory discriminator)
This method will receive the discriminator as a parameter and will set _object to null

Parameters:
discriminator - a DataSessionChargeOrderCategory value

equals

public boolean equals(java.lang.Object o)
Indicates whether some other object is 'equal to' this one.

Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Returns a hashcode value for the object.

Overrides:
hashCode in class java.lang.Object