org.csapi.jr.se.fw
Class LoadStatisticInfo

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

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

Defines the Tagged Choice of Data Elements that specify the type of load statistic information (that is valid or invalid).

See Also:
Serialized Form

Constructor Summary
LoadStatisticInfo()
          Creates a new LoadStatisticInfo.
 
Method Summary
 boolean equals(java.lang.Object o)
          Indicates whether some other object is 'equal to' this one.
 org.csapi.jr.se.fw.LoadStatisticInfoType getDiscriminator()
          This method returns the discriminator.
 org.csapi.jr.se.fw.LoadStatisticData getLoadStatisticData()
          This method returns a LoadStatisticData
 org.csapi.jr.se.fw.LoadStatisticError getLoadStatisticError()
          This method returns a LoadStatisticError
 int hashCode()
          Returns a hashcode value for the object.
 void setLoadStatisticData(org.csapi.jr.se.fw.LoadStatisticData value)
          This method sets a LoadStatisticData
 void setLoadStatisticError(org.csapi.jr.se.fw.LoadStatisticError value)
          This method sets a LoadStatisticError
 void setUndefined(org.csapi.jr.se.fw.LoadStatisticInfoType 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

LoadStatisticInfo

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

Method Detail

getDiscriminator

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

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

getLoadStatisticData

public org.csapi.jr.se.fw.LoadStatisticData getLoadStatisticData()
                                                          throws InvalidUnionAccessorException
This method returns a LoadStatisticData

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

setLoadStatisticData

public void setLoadStatisticData(org.csapi.jr.se.fw.LoadStatisticData value)
This method sets a LoadStatisticData

Parameters:
value - a org.csapi.jr.se.fw.LoadStatisticData value

getLoadStatisticError

public org.csapi.jr.se.fw.LoadStatisticError getLoadStatisticError()
                                                            throws InvalidUnionAccessorException
This method returns a LoadStatisticError

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

setLoadStatisticError

public void setLoadStatisticError(org.csapi.jr.se.fw.LoadStatisticError value)
This method sets a LoadStatisticError

Parameters:
value - a org.csapi.jr.se.fw.LoadStatisticError value

setUndefined

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

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