org.csapi.jr.se.dsc
Class DataSessionReportRequest

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

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

Defines the Sequence of Data Elements that specify the criteria relating to data session report requests.

See Also:
Serialized Form

Constructor Summary
DataSessionReportRequest()
          Creates a new DataSessionReportRequest instance.
DataSessionReportRequest(org.csapi.jr.se.dsc.DataSessionMonitorMode _monitorMode, org.csapi.jr.se.dsc.DataSessionReportType _dataSessionReportType)
          Creates a new DataSessionReportRequest instance.
 
Method Summary
 boolean equals(java.lang.Object o)
          Indicates whether some other object is 'equal to' this one.
 org.csapi.jr.se.dsc.DataSessionReportType getDataSessionReportType()
          This method returns a dataSessionReportType.
 org.csapi.jr.se.dsc.DataSessionMonitorMode getMonitorMode()
          This method returns a monitorMode.
 int hashCode()
          Returns a hashcode value for the object.
 void setDataSessionReportType(org.csapi.jr.se.dsc.DataSessionReportType dataSessionReportType)
          This method sets a dataSessionReportType.
 void setMonitorMode(org.csapi.jr.se.dsc.DataSessionMonitorMode monitorMode)
          This method sets a monitorMode.
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DataSessionReportRequest

public DataSessionReportRequest()
Creates a new DataSessionReportRequest instance.


DataSessionReportRequest

public DataSessionReportRequest(org.csapi.jr.se.dsc.DataSessionMonitorMode _monitorMode,
                                org.csapi.jr.se.dsc.DataSessionReportType _dataSessionReportType)
Creates a new DataSessionReportRequest instance.

Parameters:
_monitorMode -
_dataSessionReportType -
Method Detail

getMonitorMode

public org.csapi.jr.se.dsc.DataSessionMonitorMode getMonitorMode()
This method returns a monitorMode.

Returns:
a org.csapi.jr.se.dsc.DataSessionMonitorMode value

getDataSessionReportType

public org.csapi.jr.se.dsc.DataSessionReportType getDataSessionReportType()
This method returns a dataSessionReportType.

Returns:
a org.csapi.jr.se.dsc.DataSessionReportType value

setMonitorMode

public void setMonitorMode(org.csapi.jr.se.dsc.DataSessionMonitorMode monitorMode)
This method sets a monitorMode.


setDataSessionReportType

public void setDataSessionReportType(org.csapi.jr.se.dsc.DataSessionReportType dataSessionReportType)
This method sets a dataSessionReportType.


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