|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.csapi.jr.se.cs.AppInformation
Defines a Tagged Choice of Data Elements that comprise an individual application information.
Constructor Summary | |
AppInformation()
Creates a new AppInformation. |
Method Summary | |
boolean |
equals(java.lang.Object o)
Indicates whether some other object is 'equal to' this one. |
org.csapi.jr.se.cs.AppInformationType |
getDiscriminator()
This method returns the discriminator. |
java.lang.String |
getTimestamp()
This method returns a Timestamp |
int |
hashCode()
Returns a hashcode value for the object. |
void |
setTimestamp(java.lang.String value)
This method sets a Timestamp |
void |
setUndefined(org.csapi.jr.se.cs.AppInformationType 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 AppInformation()
Method Detail |
public org.csapi.jr.se.cs.AppInformationType getDiscriminator() throws InvalidUnionAccessorException
InvalidUnionAccessorException
- if an error occurspublic java.lang.String getTimestamp() throws InvalidUnionAccessorException
InvalidUnionAccessorException
- if an error occurspublic void setTimestamp(java.lang.String value)
value
- a java.lang.String valuepublic void setUndefined(org.csapi.jr.se.cs.AppInformationType discriminator)
discriminator
- a AppInformationType 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 |