org.csapi.jr.se.pam
Class PAMPreferenceData

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

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

This is a tagged choice of data elements that specifies the preference data. The data depends on the type of preference being specified.

See Also:
Serialized Form

Constructor Summary
PAMPreferenceData()
          Creates a new PAMPreferenceData.
 
Method Summary
 boolean equals(java.lang.Object o)
          Indicates whether some other object is 'equal to' this one.
 org.csapi.jr.se.pam.PAMPreferenceType getDiscriminator()
          This method returns the discriminator.
 org.csapi.jr.se.pam.access.AppPAMPreferenceCheck getExternalControlInterface()
          This method returns a ExternalControlInterface
 int hashCode()
          Returns a hashcode value for the object.
 void setExternalControlInterface(org.csapi.jr.se.pam.access.AppPAMPreferenceCheck value)
          This method sets a ExternalControlInterface
 void setUndefined(org.csapi.jr.se.pam.PAMPreferenceType 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

PAMPreferenceData

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

Method Detail

getDiscriminator

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

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

getExternalControlInterface

public org.csapi.jr.se.pam.access.AppPAMPreferenceCheck getExternalControlInterface()
                                                                             throws InvalidUnionAccessorException
This method returns a ExternalControlInterface

Returns:
a org.csapi.jr.se.pam.access.AppPAMPreferenceCheck value
Throws:
InvalidUnionAccessorException - if an error occurs

setExternalControlInterface

public void setExternalControlInterface(org.csapi.jr.se.pam.access.AppPAMPreferenceCheck value)
This method sets a ExternalControlInterface

Parameters:
value - a org.csapi.jr.se.pam.access.AppPAMPreferenceCheck value

setUndefined

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

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