org.csapi.jr.se.dsc
Class DataSessionAdditionalReportInfo

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

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

Defines the Tagged Choice of Data Elements that specify additional data session report information for certain types of reports.

See Also:
Serialized Form

Constructor Summary
DataSessionAdditionalReportInfo()
          Creates a new DataSessionAdditionalReportInfo.
 
Method Summary
 boolean equals(java.lang.Object o)
          Indicates whether some other object is 'equal to' this one.
 org.csapi.jr.se.dsc.DataSessionReleaseCause getDataSessionDisconnect()
          This method returns a DataSessionDisconnect
 org.csapi.jr.se.dsc.DataSessionReportType getDiscriminator()
          This method returns the discriminator.
 int hashCode()
          Returns a hashcode value for the object.
 void setDataSessionDisconnect(org.csapi.jr.se.dsc.DataSessionReleaseCause value)
          This method sets a DataSessionDisconnect
 void setUndefined(org.csapi.jr.se.dsc.DataSessionReportType 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

DataSessionAdditionalReportInfo

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

Method Detail

getDiscriminator

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

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

getDataSessionDisconnect

public org.csapi.jr.se.dsc.DataSessionReleaseCause getDataSessionDisconnect()
                                                                     throws InvalidUnionAccessorException
This method returns a DataSessionDisconnect

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

setDataSessionDisconnect

public void setDataSessionDisconnect(org.csapi.jr.se.dsc.DataSessionReleaseCause value)
This method sets a DataSessionDisconnect

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

setUndefined

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

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