org.csapi.jr.se.fw
Class LoadStatisticEntityID

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

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

Defines the Tagged Choice of Data Elements that specify the type of entity (that is service, application or Framework) providing load statistics.

See Also:
Serialized Form

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

LoadStatisticEntityID

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

Method Detail

getDiscriminator

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

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

getClientAppID

public java.lang.String getClientAppID()
                                throws InvalidUnionAccessorException
This method returns a ClientAppID

Returns:
a java.lang.String value
Throws:
InvalidUnionAccessorException - if an error occurs

setClientAppID

public void setClientAppID(java.lang.String value)
This method sets a ClientAppID

Parameters:
value - a java.lang.String value

getFrameworkID

public java.lang.String getFrameworkID()
                                throws InvalidUnionAccessorException
This method returns a FrameworkID

Returns:
a java.lang.String value
Throws:
InvalidUnionAccessorException - if an error occurs

setFrameworkID

public void setFrameworkID(java.lang.String value)
This method sets a FrameworkID

Parameters:
value - a java.lang.String value

getServiceID

public java.lang.String getServiceID()
                              throws InvalidUnionAccessorException
This method returns a ServiceID

Returns:
a java.lang.String value
Throws:
InvalidUnionAccessorException - if an error occurs

setServiceID

public void setServiceID(java.lang.String value)
This method sets a ServiceID

Parameters:
value - a java.lang.String value

setUndefined

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

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