001    package org.omg.IOP;
002    
003    /**
004     * Generated from IDL struct "IOR".
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:57 AM
008     */
009    
010    public final class IOR
011            implements org.omg.CORBA.portable.IDLEntity
012    {
013            public IOR(){}
014            public java.lang.String type_id = "";
015            public org.omg.IOP.TaggedProfile[] profiles;
016            public IOR(java.lang.String type_id, org.omg.IOP.TaggedProfile[] profiles)
017            {
018                    this.type_id = type_id;
019                    this.profiles = profiles;
020            }
021    }