org.csapi.jr.se
Class AoCOrder

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

public final class AoCOrder
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
AoCOrder()
          Creates a new AoCOrder.
 
Method Summary
 boolean equals(java.lang.Object o)
          Indicates whether some other object is 'equal to' this one.
 org.csapi.jr.se.ChargeAdviceInfo getChargeAdviceInfo()
          This method returns a ChargeAdviceInfo
 org.csapi.jr.se.ChargePerTime getChargePerTime()
          This method returns a ChargePerTime
 org.csapi.jr.se.CallAoCOrderCategory 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 setChargeAdviceInfo(org.csapi.jr.se.ChargeAdviceInfo value)
          This method sets a ChargeAdviceInfo
 void setChargePerTime(org.csapi.jr.se.ChargePerTime value)
          This method sets a ChargePerTime
 void setNetworkCharge(java.lang.String value)
          This method sets a NetworkCharge
 void setUndefined(org.csapi.jr.se.CallAoCOrderCategory 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

AoCOrder

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

Method Detail

getDiscriminator

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

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

getChargeAdviceInfo

public org.csapi.jr.se.ChargeAdviceInfo getChargeAdviceInfo()
                                                     throws InvalidUnionAccessorException
This method returns a ChargeAdviceInfo

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

setChargeAdviceInfo

public void setChargeAdviceInfo(org.csapi.jr.se.ChargeAdviceInfo value)
This method sets a ChargeAdviceInfo

Parameters:
value - a org.csapi.jr.se.ChargeAdviceInfo value

getChargePerTime

public org.csapi.jr.se.ChargePerTime getChargePerTime()
                                               throws InvalidUnionAccessorException
This method returns a ChargePerTime

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

setChargePerTime

public void setChargePerTime(org.csapi.jr.se.ChargePerTime value)
This method sets a ChargePerTime

Parameters:
value - a org.csapi.jr.se.ChargePerTime 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.CallAoCOrderCategory discriminator)
This method will receive the discriminator as a parameter and will set _object to null

Parameters:
discriminator - a CallAoCOrderCategory 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