org.csapi.jr.se.fw
Class FwEventCriteria

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

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

Defines the Tagged Choice of Data Elements that specify the criteria for an event notification to be generated.

See Also:
Serialized Form

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

FwEventCriteria

public FwEventCriteria()
Creates a new FwEventCriteria. 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

getServiceTypeNameList

public java.lang.String[] getServiceTypeNameList()
                                          throws InvalidUnionAccessorException
This method returns a ServiceTypeNameList

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

setServiceTypeNameList

public void setServiceTypeNameList(java.lang.String[] value)
This method sets a ServiceTypeNameList

Parameters:
value - a String[] value

getUnavailableServiceTypeNameList

public java.lang.String[] getUnavailableServiceTypeNameList()
                                                     throws InvalidUnionAccessorException
This method returns a UnavailableServiceTypeNameList

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

setUnavailableServiceTypeNameList

public void setUnavailableServiceTypeNameList(java.lang.String[] value)
This method sets a UnavailableServiceTypeNameList

Parameters:
value - a String[] value

getCompatibleServiceTypeNameList

public java.lang.String[] getCompatibleServiceTypeNameList()
                                                    throws InvalidUnionAccessorException
This method returns a CompatibleServiceTypeNameList

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

setCompatibleServiceTypeNameList

public void setCompatibleServiceTypeNameList(java.lang.String[] value)
This method sets a CompatibleServiceTypeNameList

Parameters:
value - a String[] 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