|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.csapi.jr.se.fw.FwEventCriteria
Defines the Tagged Choice of Data Elements that specify the criteria for an event notification to be generated.
Constructor Summary | |
FwEventCriteria()
Creates a new FwEventCriteria. |
Method Summary | |
boolean |
equals(java.lang.Object o)
Indicates whether some other object is 'equal to' this one. |
java.lang.String[] |
getCompatibleServiceTypeNameList()
This method returns a CompatibleServiceTypeNameList |
org.csapi.jr.se.fw.FwEventName |
getDiscriminator()
This method returns the discriminator. |
java.lang.String |
getEventNameUndefined()
This method returns a EventNameUndefined |
java.lang.String[] |
getServiceTypeNameList()
This method returns a ServiceTypeNameList |
java.lang.String[] |
getUnavailableServiceTypeNameList()
This method returns a UnavailableServiceTypeNameList |
int |
hashCode()
Returns a hashcode value for the object. |
void |
setCompatibleServiceTypeNameList(java.lang.String[] value)
This method sets a CompatibleServiceTypeNameList |
void |
setEventNameUndefined(java.lang.String value)
This method sets a EventNameUndefined |
void |
setServiceTypeNameList(java.lang.String[] value)
This method sets a ServiceTypeNameList |
void |
setUnavailableServiceTypeNameList(java.lang.String[] value)
This method sets a UnavailableServiceTypeNameList |
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 FwEventCriteria()
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[] getServiceTypeNameList() throws InvalidUnionAccessorException
InvalidUnionAccessorException
- if an error occurspublic void setServiceTypeNameList(java.lang.String[] value)
value
- a String[] valuepublic java.lang.String[] getUnavailableServiceTypeNameList() throws InvalidUnionAccessorException
InvalidUnionAccessorException
- if an error occurspublic void setUnavailableServiceTypeNameList(java.lang.String[] value)
value
- a String[] valuepublic java.lang.String[] getCompatibleServiceTypeNameList() throws InvalidUnionAccessorException
InvalidUnionAccessorException
- if an error occurspublic void setCompatibleServiceTypeNameList(java.lang.String[] value)
value
- a String[] 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 |