| void | DynAny. insert_any(Any value) | Deprecated.  Inserts the given org.omg.CORBA.Anyobject as the value for thisDynAnyobject. | 
| void | DynAny. insert_boolean(boolean value) | Deprecated.  Inserts the given booleanas the value for thisDynAnyobject. | 
| void | DynAny. insert_char(char value) | Deprecated.  Inserts the given charas the value for thisDynAnyobject. | 
| void | DynAny. insert_double(double value) | Deprecated.  Inserts the given doubleas the value for thisDynAnyobject. | 
| void | DynAny. insert_float(float value) | Deprecated.  Inserts the given floatas the value for thisDynAnyobject. | 
| void | DynAny. insert_long(int value) | Deprecated.  Inserts the given intas the value for thisDynAnyobject. | 
| void | DynAny. insert_longlong(long value) | Deprecated.  Inserts the given longas the value for thisDynAnyobject. | 
| void | DynAny. insert_octet(byte value) | Deprecated.  Inserts the given byteas the value for thisDynAnyobject. | 
| void | DynAny. insert_reference(Object value) | Deprecated.  Inserts the given org.omg.CORBA.Objectas the value for thisDynAnyobject. | 
| void | DynAny. insert_short(short value) | Deprecated.  Inserts the given shortas the value for thisDynAnyobject. | 
| void | DynAny. insert_string(String value) | Deprecated.  Inserts the given Stringobject as the value for thisDynAnyobject. | 
| void | DynAny. insert_typecode(TypeCode value) | Deprecated.  Inserts the given org.omg.CORBA.TypeCodeas the value for thisDynAnyobject. | 
| void | DynAny. insert_ulong(int value) | Deprecated.  Inserts the given intas the value for thisDynAnyobject. | 
| void | DynAny. insert_ulonglong(long value) | Deprecated.  Inserts the given longas the value for thisDynAnyobject. | 
| void | DynAny. insert_ushort(short value) | Deprecated.  Inserts the given shortas the value for thisDynAnyobject. | 
| void | DynAny. insert_val(Serializable value) | Deprecated.  Inserts the given java.io.Serializableobject as the value for thisDynAnyobject. | 
| void | DynAny. insert_wchar(char value) | Deprecated.  Inserts the given charas the value for thisDynAnyobject. | 
| void | DynAny. insert_wstring(String value) | Deprecated.  Inserts the given Stringas the value for thisDynAnyobject. | 
| void | DynFixed. set_value(byte[] val) | Deprecated.  Sets the given fixed type instance as the value for this
 DynFixedobject. |