001    package org.omg.IOP;
002    
003    
004    /**
005    * org/omg/IOP/TaggedProfile.java .
006    * Generated by the IDL-to-Java compiler (portable), version "3.2"
007    * from /builddir/build/BUILD/geronimo-specs-1.6/geronimo-spec-corba/src/main/idl/IOP.idl
008    * Saturday, September 22, 2012 10:56:38 AM CEST
009    */
010    
011    public final class TaggedProfile implements org.omg.CORBA.portable.IDLEntity
012    {
013      public int tag = (int)0;
014      public byte profile_data[] = null;
015    
016      public TaggedProfile ()
017      {
018      } // ctor
019    
020      public TaggedProfile (int _tag, byte[] _profile_data)
021      {
022        tag = _tag;
023        profile_data = _profile_data;
024      } // ctor
025    
026    } // class TaggedProfile