001    package org.omg.CosNaming;
002    
003    /**
004     * Generated from IDL struct "Binding".
005     *
006     * @author JacORB IDL compiler V 2.3.0 (JBoss patch 6), 06-Jun-2007
007     * @version generated at Sep 22, 2012 10:57:57 AM
008     */
009    
010    public final class Binding
011            implements org.omg.CORBA.portable.IDLEntity
012    {
013            public Binding(){}
014            public org.omg.CosNaming.NameComponent[] binding_name;
015            public org.omg.CosNaming.BindingType binding_type;
016            public Binding(org.omg.CosNaming.NameComponent[] binding_name, org.omg.CosNaming.BindingType binding_type)
017            {
018                    this.binding_name = binding_name;
019                    this.binding_type = binding_type;
020            }
021    }