|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.csapi.jr.se.ui.UIVariableInfo
Defines the Tagged Choice of Data Elements that specify the variable parts in the information to send to the user.
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 |
public UIVariableInfo()
Method Detail |
public org.csapi.jr.se.ui.UIVariablePartType getDiscriminator() throws InvalidUnionAccessorException
InvalidUnionAccessorException
- if an error occurspublic int getVariablePartInteger() throws InvalidUnionAccessorException
InvalidUnionAccessorException
- if an error occurspublic void setVariablePartInteger(int value)
value
- a int valuepublic java.lang.String getVariablePartAddress() throws InvalidUnionAccessorException
InvalidUnionAccessorException
- if an error occurspublic void setVariablePartAddress(java.lang.String value)
value
- a java.lang.String valuepublic java.lang.String getVariablePartTime() throws InvalidUnionAccessorException
InvalidUnionAccessorException
- if an error occurspublic void setVariablePartTime(java.lang.String value)
value
- a java.lang.String valuepublic java.lang.String getVariablePartDate() throws InvalidUnionAccessorException
InvalidUnionAccessorException
- if an error occurspublic void setVariablePartDate(java.lang.String value)
value
- a java.lang.String valuepublic java.lang.String getVariablePartPrice() throws InvalidUnionAccessorException
InvalidUnionAccessorException
- if an error occurspublic void setVariablePartPrice(java.lang.String value)
value
- a java.lang.String valuepublic void setUndefined(org.csapi.jr.se.ui.UIVariablePartType discriminator)
discriminator
- a UIVariablePartType 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 |