org.csapi.jr.se.ui
Class UIVariableInfo

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

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

Defines the Tagged Choice of Data Elements that specify the variable parts in the information to send to the user.

See Also:
Serialized Form

Constructor Summary
UIVariableInfo()
          Creates a new UIVariableInfo.
 
Method Summary
 boolean equals(java.lang.Object o)
          Indicates whether some other object is 'equal to' this one.
 org.csapi.jr.se.ui.UIVariablePartType getDiscriminator()
          This method returns the discriminator.
 java.lang.String getVariablePartAddress()
          This method returns a VariablePartAddress
 java.lang.String getVariablePartDate()
          This method returns a VariablePartDate
 int getVariablePartInteger()
          This method returns a VariablePartInteger
 java.lang.String getVariablePartPrice()
          This method returns a VariablePartPrice
 java.lang.String getVariablePartTime()
          This method returns a VariablePartTime
 int hashCode()
          Returns a hashcode value for the object.
 void setUndefined(org.csapi.jr.se.ui.UIVariablePartType discriminator)
          This method will receive the discriminator as a parameter and will set _object to null
 void setVariablePartAddress(java.lang.String value)
          This method sets a VariablePartAddress
 void setVariablePartDate(java.lang.String value)
          This method sets a VariablePartDate
 void setVariablePartInteger(int value)
          This method sets a VariablePartInteger
 void setVariablePartPrice(java.lang.String value)
          This method sets a VariablePartPrice
 void setVariablePartTime(java.lang.String value)
          This method sets a VariablePartTime
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UIVariableInfo

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

Method Detail

getDiscriminator

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

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

getVariablePartInteger

public int getVariablePartInteger()
                           throws InvalidUnionAccessorException
This method returns a VariablePartInteger

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

setVariablePartInteger

public void setVariablePartInteger(int value)
This method sets a VariablePartInteger

Parameters:
value - a int value

getVariablePartAddress

public java.lang.String getVariablePartAddress()
                                        throws InvalidUnionAccessorException
This method returns a VariablePartAddress

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

setVariablePartAddress

public void setVariablePartAddress(java.lang.String value)
This method sets a VariablePartAddress

Parameters:
value - a java.lang.String value

getVariablePartTime

public java.lang.String getVariablePartTime()
                                     throws InvalidUnionAccessorException
This method returns a VariablePartTime

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

setVariablePartTime

public void setVariablePartTime(java.lang.String value)
This method sets a VariablePartTime

Parameters:
value - a java.lang.String value

getVariablePartDate

public java.lang.String getVariablePartDate()
                                     throws InvalidUnionAccessorException
This method returns a VariablePartDate

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

setVariablePartDate

public void setVariablePartDate(java.lang.String value)
This method sets a VariablePartDate

Parameters:
value - a java.lang.String value

getVariablePartPrice

public java.lang.String getVariablePartPrice()
                                      throws InvalidUnionAccessorException
This method returns a VariablePartPrice

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

setVariablePartPrice

public void setVariablePartPrice(java.lang.String value)
This method sets a VariablePartPrice

Parameters:
value - a java.lang.String value

setUndefined

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

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