org.csapi.jr.se.cs
Class AppInformation

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

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

Defines a Tagged Choice of Data Elements that comprise an individual application information.

See Also:
Serialized Form

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

AppInformation

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

Method Detail

getDiscriminator

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

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

getTimestamp

public java.lang.String getTimestamp()
                              throws InvalidUnionAccessorException
This method returns a Timestamp

Returns:
a java.lang.String value
Throws:
InvalidUnionAccessorException - if an error occurs

setTimestamp

public void setTimestamp(java.lang.String value)
This method sets a Timestamp

Parameters:
value - a java.lang.String value

setUndefined

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

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