|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.csapi.jr.se.fw.LoadStatisticInfo
Defines the Tagged Choice of Data Elements that specify the type of load statistic information (that is valid or invalid).
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 |
public LoadStatisticInfo()
Method Detail |
public org.csapi.jr.se.fw.LoadStatisticInfoType getDiscriminator() throws InvalidUnionAccessorException
InvalidUnionAccessorException
- if an error occurspublic org.csapi.jr.se.fw.LoadStatisticData getLoadStatisticData() throws InvalidUnionAccessorException
InvalidUnionAccessorException
- if an error occurspublic void setLoadStatisticData(org.csapi.jr.se.fw.LoadStatisticData value)
value
- a org.csapi.jr.se.fw.LoadStatisticData valuepublic org.csapi.jr.se.fw.LoadStatisticError getLoadStatisticError() throws InvalidUnionAccessorException
InvalidUnionAccessorException
- if an error occurspublic void setLoadStatisticError(org.csapi.jr.se.fw.LoadStatisticError value)
value
- a org.csapi.jr.se.fw.LoadStatisticError valuepublic void setUndefined(org.csapi.jr.se.fw.LoadStatisticInfoType discriminator)
discriminator
- a LoadStatisticInfoType valuepublic boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |