|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.csapi.jr.se.SimpleAttributeValue
This is a tagged choice of data elements to hold attribute values of different complexity.
Constructor Summary | |
SimpleAttributeValue()
Creates a new SimpleAttributeValue. |
Method Summary | |
boolean |
equals(java.lang.Object o)
Indicates whether some other object is 'equal to' this one. |
boolean |
getBooleanValue()
This method returns a BooleanValue |
char |
getCharValue()
This method returns a CharValue |
org.csapi.jr.se.SimpleAttributeTypeInfo |
getDiscriminator()
This method returns the discriminator. |
double |
getDoubleValue()
This method returns a DoubleValue |
float |
getFixedValue()
This method returns a FixedValue |
float |
getFloatValue()
This method returns a FloatValue |
short |
getInt16Value()
This method returns a Int16Value |
int |
getInt32Value()
This method returns a Int32Value |
long |
getInt64Value()
This method returns a Int64Value |
byte |
getOctetValue()
This method returns a OctetValue |
java.lang.String |
getStringValue()
This method returns a StringValue |
short |
getUnsignedInt16Value()
This method returns a UnsignedInt16Value |
int |
getUnsignedInt32Value()
This method returns a UnsignedInt32Value |
long |
getUnsignedInt64Value()
This method returns a UnsignedInt64Value |
char |
getWCharValue()
This method returns a WCharValue |
java.lang.String |
getWStringValue()
This method returns a WStringValue |
int |
hashCode()
Returns a hashcode value for the object. |
void |
setBooleanValue(boolean value)
This method sets a BooleanValue |
void |
setCharValue(char value)
This method sets a CharValue |
void |
setDoubleValue(double value)
This method sets a DoubleValue |
void |
setFixedValue(float value)
This method sets a FixedValue |
void |
setFloatValue(float value)
This method sets a FloatValue |
void |
setInt16Value(short value)
This method sets a Int16Value |
void |
setInt32Value(int value)
This method sets a Int32Value |
void |
setInt64Value(long value)
This method sets a Int64Value |
void |
setOctetValue(byte value)
This method sets a OctetValue |
void |
setStringValue(java.lang.String value)
This method sets a StringValue |
void |
setUndefined(org.csapi.jr.se.SimpleAttributeTypeInfo discriminator)
This method will receive the discriminator as a parameter and will set _object to null |
void |
setUnsignedInt16Value(short value)
This method sets a UnsignedInt16Value |
void |
setUnsignedInt32Value(int value)
This method sets a UnsignedInt32Value |
void |
setUnsignedInt64Value(long value)
This method sets a UnsignedInt64Value |
void |
setWCharValue(char value)
This method sets a WCharValue |
void |
setWStringValue(java.lang.String value)
This method sets a WStringValue |
Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public SimpleAttributeValue()
Method Detail |
public org.csapi.jr.se.SimpleAttributeTypeInfo getDiscriminator() throws InvalidUnionAccessorException
InvalidUnionAccessorException
- if an error occurspublic boolean getBooleanValue() throws InvalidUnionAccessorException
InvalidUnionAccessorException
- if an error occurspublic void setBooleanValue(boolean value)
value
- a boolean valuepublic byte getOctetValue() throws InvalidUnionAccessorException
InvalidUnionAccessorException
- if an error occurspublic void setOctetValue(byte value)
value
- a byte valuepublic char getCharValue() throws InvalidUnionAccessorException
InvalidUnionAccessorException
- if an error occurspublic void setCharValue(char value)
value
- a char valuepublic char getWCharValue() throws InvalidUnionAccessorException
InvalidUnionAccessorException
- if an error occurspublic void setWCharValue(char value)
value
- a char valuepublic java.lang.String getStringValue() throws InvalidUnionAccessorException
InvalidUnionAccessorException
- if an error occurspublic void setStringValue(java.lang.String value)
value
- a java.lang.String valuepublic java.lang.String getWStringValue() throws InvalidUnionAccessorException
InvalidUnionAccessorException
- if an error occurspublic void setWStringValue(java.lang.String value)
value
- a java.lang.String valuepublic short getInt16Value() throws InvalidUnionAccessorException
InvalidUnionAccessorException
- if an error occurspublic void setInt16Value(short value)
value
- a short valuepublic short getUnsignedInt16Value() throws InvalidUnionAccessorException
InvalidUnionAccessorException
- if an error occurspublic void setUnsignedInt16Value(short value)
value
- a short valuepublic int getInt32Value() throws InvalidUnionAccessorException
InvalidUnionAccessorException
- if an error occurspublic void setInt32Value(int value)
value
- a int valuepublic int getUnsignedInt32Value() throws InvalidUnionAccessorException
InvalidUnionAccessorException
- if an error occurspublic void setUnsignedInt32Value(int value)
value
- a int valuepublic long getInt64Value() throws InvalidUnionAccessorException
InvalidUnionAccessorException
- if an error occurspublic void setInt64Value(long value)
value
- a long valuepublic long getUnsignedInt64Value() throws InvalidUnionAccessorException
InvalidUnionAccessorException
- if an error occurspublic void setUnsignedInt64Value(long value)
value
- a long valuepublic float getFloatValue() throws InvalidUnionAccessorException
InvalidUnionAccessorException
- if an error occurspublic void setFloatValue(float value)
value
- a float valuepublic double getDoubleValue() throws InvalidUnionAccessorException
InvalidUnionAccessorException
- if an error occurspublic void setDoubleValue(double value)
value
- a double valuepublic float getFixedValue() throws InvalidUnionAccessorException
InvalidUnionAccessorException
- if an error occurspublic void setFixedValue(float value)
value
- a float valuepublic void setUndefined(org.csapi.jr.se.SimpleAttributeTypeInfo discriminator)
discriminator
- a SimpleAttributeTypeInfo 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 |