org.csapi.jr.se.fw
Class FwEventInfo

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

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

Defines the Tagged Choice of Data Elements that specify the information returned to the application in an event notification.

See Also:
Serialized Form

Constructor Summary
FwEventInfo()
          Creates a new FwEventInfo.
 
Method Summary
 boolean equals(java.lang.Object o)
          Indicates whether some other object is 'equal to' this one.
 org.csapi.jr.se.fw.FwEventName getDiscriminator()
          This method returns the discriminator.
 java.lang.String getEventNameUndefined()
          This method returns a EventNameUndefined
 org.csapi.jr.se.fw.FwMigrationServiceAvailableInfo getMigrationServiceAvailable()
          This method returns a MigrationServiceAvailable
 java.lang.String[] getServiceIDList()
          This method returns a ServiceIDList
 java.lang.String[] getUnavailableServiceIDList()
          This method returns a UnavailableServiceIDList
 int hashCode()
          Returns a hashcode value for the object.
 void setEventNameUndefined(java.lang.String value)
          This method sets a EventNameUndefined
 void setMigrationServiceAvailable(org.csapi.jr.se.fw.FwMigrationServiceAvailableInfo value)
          This method sets a MigrationServiceAvailable
 void setServiceIDList(java.lang.String[] value)
          This method sets a ServiceIDList
 void setUnavailableServiceIDList(java.lang.String[] value)
          This method sets a UnavailableServiceIDList
 void setUndefined(org.csapi.jr.se.fw.FwEventName 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

FwEventInfo

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

Method Detail

getDiscriminator

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

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

getEventNameUndefined

public java.lang.String getEventNameUndefined()
                                       throws InvalidUnionAccessorException
This method returns a EventNameUndefined

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

setEventNameUndefined

public void setEventNameUndefined(java.lang.String value)
This method sets a EventNameUndefined

Parameters:
value - a java.lang.String value

getServiceIDList

public java.lang.String[] getServiceIDList()
                                    throws InvalidUnionAccessorException
This method returns a ServiceIDList

Returns:
a String[] value
Throws:
InvalidUnionAccessorException - if an error occurs

setServiceIDList

public void setServiceIDList(java.lang.String[] value)
This method sets a ServiceIDList

Parameters:
value - a String[] value

getUnavailableServiceIDList

public java.lang.String[] getUnavailableServiceIDList()
                                               throws InvalidUnionAccessorException
This method returns a UnavailableServiceIDList

Returns:
a String[] value
Throws:
InvalidUnionAccessorException - if an error occurs

setUnavailableServiceIDList

public void setUnavailableServiceIDList(java.lang.String[] value)
This method sets a UnavailableServiceIDList

Parameters:
value - a String[] value

getMigrationServiceAvailable

public org.csapi.jr.se.fw.FwMigrationServiceAvailableInfo getMigrationServiceAvailable()
                                                                                throws InvalidUnionAccessorException
This method returns a MigrationServiceAvailable

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

setMigrationServiceAvailable

public void setMigrationServiceAvailable(org.csapi.jr.se.fw.FwMigrationServiceAvailableInfo value)
This method sets a MigrationServiceAvailable

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

setUndefined

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

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