|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.csapi.jr.se.pam.PAMPreferenceData
This is a tagged choice of data elements that specifies the preference data. The data depends on the type of preference being specified.
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 |
public PAMPreferenceData()
Method Detail |
public org.csapi.jr.se.pam.PAMPreferenceType getDiscriminator() throws InvalidUnionAccessorException
InvalidUnionAccessorException
- if an error occurspublic org.csapi.jr.se.pam.access.AppPAMPreferenceCheck getExternalControlInterface() throws InvalidUnionAccessorException
InvalidUnionAccessorException
- if an error occurspublic void setExternalControlInterface(org.csapi.jr.se.pam.access.AppPAMPreferenceCheck value)
value
- a org.csapi.jr.se.pam.access.AppPAMPreferenceCheck valuepublic void setUndefined(org.csapi.jr.se.pam.PAMPreferenceType discriminator)
discriminator
- a PAMPreferenceType 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 |