|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.csapi.jr.se.fw.LoadStatisticEntityID
Defines the Tagged Choice of Data Elements that specify the type of entity (that is service, application or Framework) providing load statistics.
Constructor Summary | |
LoadStatisticEntityID()
Creates a new LoadStatisticEntityID. |
Method Summary | |
boolean |
equals(java.lang.Object o)
Indicates whether some other object is 'equal to' this one. |
java.lang.String |
getClientAppID()
This method returns a ClientAppID |
org.csapi.jr.se.fw.LoadStatisticEntityType |
getDiscriminator()
This method returns the discriminator. |
java.lang.String |
getFrameworkID()
This method returns a FrameworkID |
java.lang.String |
getServiceID()
This method returns a ServiceID |
int |
hashCode()
Returns a hashcode value for the object. |
void |
setClientAppID(java.lang.String value)
This method sets a ClientAppID |
void |
setFrameworkID(java.lang.String value)
This method sets a FrameworkID |
void |
setServiceID(java.lang.String value)
This method sets a ServiceID |
void |
setUndefined(org.csapi.jr.se.fw.LoadStatisticEntityType 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 LoadStatisticEntityID()
Method Detail |
public org.csapi.jr.se.fw.LoadStatisticEntityType getDiscriminator() throws InvalidUnionAccessorException
InvalidUnionAccessorException
- if an error occurspublic java.lang.String getClientAppID() throws InvalidUnionAccessorException
InvalidUnionAccessorException
- if an error occurspublic void setClientAppID(java.lang.String value)
value
- a java.lang.String valuepublic java.lang.String getFrameworkID() throws InvalidUnionAccessorException
InvalidUnionAccessorException
- if an error occurspublic void setFrameworkID(java.lang.String value)
value
- a java.lang.String valuepublic java.lang.String getServiceID() throws InvalidUnionAccessorException
InvalidUnionAccessorException
- if an error occurspublic void setServiceID(java.lang.String value)
value
- a java.lang.String valuepublic void setUndefined(org.csapi.jr.se.fw.LoadStatisticEntityType discriminator)
discriminator
- a LoadStatisticEntityType 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 |