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 /home/iurt/rpm/BUILD/geronimo-spec-corba/src/main/idl/CosNaming.idl
008 * Saturday, November 26, 2011 9:53:36 PM UTC
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