|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.csapi.jr.se.fw.FwEventInfo
Defines the Tagged Choice of Data Elements that specify the information returned to the application in an event notification.
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 |
public FwEventInfo()
Method Detail |
public org.csapi.jr.se.fw.FwEventName getDiscriminator() throws InvalidUnionAccessorException
InvalidUnionAccessorException
- if an error occurspublic java.lang.String getEventNameUndefined() throws InvalidUnionAccessorException
InvalidUnionAccessorException
- if an error occurspublic void setEventNameUndefined(java.lang.String value)
value
- a java.lang.String valuepublic java.lang.String[] getServiceIDList() throws InvalidUnionAccessorException
InvalidUnionAccessorException
- if an error occurspublic void setServiceIDList(java.lang.String[] value)
value
- a String[] valuepublic java.lang.String[] getUnavailableServiceIDList() throws InvalidUnionAccessorException
InvalidUnionAccessorException
- if an error occurspublic void setUnavailableServiceIDList(java.lang.String[] value)
value
- a String[] valuepublic org.csapi.jr.se.fw.FwMigrationServiceAvailableInfo getMigrationServiceAvailable() throws InvalidUnionAccessorException
InvalidUnionAccessorException
- if an error occurspublic void setMigrationServiceAvailable(org.csapi.jr.se.fw.FwMigrationServiceAvailableInfo value)
value
- a org.csapi.jr.se.fw.FwMigrationServiceAvailableInfo valuepublic void setUndefined(org.csapi.jr.se.fw.FwEventName discriminator)
discriminator
- a FwEventName 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 |