package org.omg.IOP; /** * org/omg/IOP/IOR.java . * Generated by the IDL-to-Java compiler (portable), version "3.2" * from c:/re/workspace/8-2-build-windows-amd64-cygwin/jdk8u121/8372/corba/src/share/classes/org/omg/PortableInterceptor/IOP.idl * Monday, December 12, 2016 6:22:55 PM PST */ public final class IOR implements org.omg.CORBA.portable.IDLEntity { /** The type id, represented as a String. */ public String type_id = null; /** * An array of tagged profiles associated with this * object reference. */ public org.omg.IOP.TaggedProfile profiles[] = null; public IOR () { } // ctor public IOR (String _type_id, org.omg.IOP.TaggedProfile[] _profiles) { type_id = _type_id; profiles = _profiles; } // ctor } // class IOR