package org.omg.IOP; /** * org/omg/IOP/TaggedComponent.java . * Generated by the IDL-to-Java compiler (portable), version "3.2" * from ../../../../src/share/classes/org/omg/PortableInterceptor/IOP.idl * Friday, May 25, 2007 3:39:55 o'clock PM GMT-05:00 */ public final class TaggedComponent implements org.omg.CORBA.portable.IDLEntity { /** The tag, represented as a component id. */ public int tag = (int)0; /** The component data associated with the component id. */ public byte component_data[] = null; public TaggedComponent () { } // ctor public TaggedComponent (int _tag, byte[] _component_data) { tag = _tag; component_data = _component_data; } // ctor } // class TaggedComponent