001 package org.omg.CosNaming; 002 003 004 /** 005 * org/omg/CosNaming/Binding.java . 006 * Generated by the IDL-to-Java compiler (portable), version "3.2" 007 * from /builddir/build/BUILD/geronimo-specs-1.6/geronimo-spec-corba/src/main/idl/CosNaming.idl 008 * Monday, June 18, 2012 10:36:14 AM CEST 009 */ 010 011 public final class Binding implements org.omg.CORBA.portable.IDLEntity 012 { 013 public org.omg.CosNaming.NameComponent binding_name[] = null; 014 015 // name 016 public org.omg.CosNaming.BindingType binding_type = null; 017 018 public Binding () 019 { 020 } // ctor 021 022 public Binding (org.omg.CosNaming.NameComponent[] _binding_name, org.omg.CosNaming.BindingType _binding_type) 023 { 024 binding_name = _binding_name; 025 binding_type = _binding_type; 026 } // ctor 027 028 } // class Binding