org.csapi.cs
Class TpChargingParameterValue

java.lang.Object
  extended by org.csapi.cs.TpChargingParameterValue
All Implemented Interfaces:
java.io.Serializable, org.omg.CORBA.portable.IDLEntity

public final class TpChargingParameterValue
extends java.lang.Object
implements org.omg.CORBA.portable.IDLEntity

Generated from IDL definition of union "TpChargingParameterValue"

Author:
JacORB IDL compiler
See Also:
Serialized Form

Constructor Summary
TpChargingParameterValue()
           
 
Method Summary
 boolean BooleanValue()
           
 void BooleanValue(boolean _x)
           
 TpChargingParameterValueType discriminator()
           
 float FloatValue()
           
 void FloatValue(float _x)
           
 int IntValue()
           
 void IntValue(int _x)
           
 byte[] OctetValue()
           
 void OctetValue(byte[] _x)
           
 java.lang.String StringValue()
           
 void StringValue(java.lang.String _x)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TpChargingParameterValue

public TpChargingParameterValue()
Method Detail

discriminator

public TpChargingParameterValueType discriminator()

IntValue

public int IntValue()

IntValue

public void IntValue(int _x)

FloatValue

public float FloatValue()

FloatValue

public void FloatValue(float _x)

StringValue

public java.lang.String StringValue()

StringValue

public void StringValue(java.lang.String _x)

BooleanValue

public boolean BooleanValue()

BooleanValue

public void BooleanValue(boolean _x)

OctetValue

public byte[] OctetValue()

OctetValue

public void OctetValue(byte[] _x)


Copyright © 2009. All Rights Reserved.