001 package org.omg.IOP;
002
003
004 /**
005 * org/omg/IOP/IOR.java .
006 * Generated by the IDL-to-Java compiler (portable), version "3.2"
007 * from /home/iurt/rpm/BUILD/geronimo-spec-corba/src/main/idl/IOP.idl
008 * Saturday, November 26, 2011 9:53:35 PM UTC
009 */
010
011 public final class IOR implements org.omg.CORBA.portable.IDLEntity
012 {
013 public String type_id = null;
014 public org.omg.IOP.TaggedProfile profiles[] = null;
015
016 public IOR ()
017 {
018 } // ctor
019
020 public IOR (String _type_id, org.omg.IOP.TaggedProfile[] _profiles)
021 {
022 type_id = _type_id;
023 profiles = _profiles;
024 } // ctor
025
026 } // class IOR