001    package org.omg.IIOP;
002    
003    /**
004     * Generated from IDL struct "ProfileBody_1_0".
005     *
006     * @author JacORB IDL compiler V 2.3.0 (JBoss patch 6), 06-Jun-2007
007     * @version generated at Jun 18, 2012 10:36:58 AM
008     */
009    
010    public final class ProfileBody_1_0
011            implements org.omg.CORBA.portable.IDLEntity
012    {
013            public ProfileBody_1_0(){}
014            public org.omg.IIOP.Version iiop_version;
015            public java.lang.String host = "";
016            public short port;
017            public byte[] object_key;
018            public ProfileBody_1_0(org.omg.IIOP.Version iiop_version, java.lang.String host, short port, byte[] object_key)
019            {
020                    this.iiop_version = iiop_version;
021                    this.host = host;
022                    this.port = port;
023                    this.object_key = object_key;
024            }
025    }