|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.csapi.jr.se.cs.ChargingParameterValue
Defines the Tagged Choice of Data Elements that identify a charging parameter.
Constructor Summary | |
ChargingParameterValue()
Creates a new ChargingParameterValue. |
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 |
org.csapi.jr.se.cs.ChargingParameterValueType |
getDiscriminator()
This method returns the discriminator. |
float |
getFloatValue()
This method returns a FloatValue |
int |
getIntValue()
This method returns a IntValue |
byte[] |
getOctetValue()
This method returns a OctetValue |
java.lang.String |
getStringValue()
This method returns a StringValue |
int |
hashCode()
Returns a hashcode value for the object. |
void |
setBooleanValue(boolean value)
This method sets a BooleanValue |
void |
setFloatValue(float value)
This method sets a FloatValue |
void |
setIntValue(int value)
This method sets a IntValue |
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.cs.ChargingParameterValueType 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 ChargingParameterValue()
Method Detail |
public org.csapi.jr.se.cs.ChargingParameterValueType getDiscriminator() throws InvalidUnionAccessorException
InvalidUnionAccessorException
- if an error occurspublic int getIntValue() throws InvalidUnionAccessorException
InvalidUnionAccessorException
- if an error occurspublic void setIntValue(int value)
value
- a int valuepublic float getFloatValue() throws InvalidUnionAccessorException
InvalidUnionAccessorException
- if an error occurspublic void setFloatValue(float value)
value
- a float valuepublic java.lang.String getStringValue() throws InvalidUnionAccessorException
InvalidUnionAccessorException
- if an error occurspublic void setStringValue(java.lang.String value)
value
- a java.lang.String valuepublic 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 void setUndefined(org.csapi.jr.se.cs.ChargingParameterValueType discriminator)
discriminator
- a ChargingParameterValueType 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 |