001 package org.omg.CORBA;
002
003 /**
004 * Generated from IDL struct "ExtInitializer".
005 *
006 * @author JacORB IDL compiler V 2.3.0 (JBoss patch 6), 06-Jun-2007
007 * @version generated at Nov 6, 2011 12:20:22 AM
008 */
009
010 public final class ExtInitializer
011 implements org.omg.CORBA.portable.IDLEntity
012 {
013 public ExtInitializer(){}
014 public org.omg.CORBA.StructMember[] members;
015 public org.omg.CORBA.ExceptionDescription[] exceptions;
016 public java.lang.String name;
017 public ExtInitializer(org.omg.CORBA.StructMember[] members, org.omg.CORBA.ExceptionDescription[] exceptions, java.lang.String name)
018 {
019 this.members = members;
020 this.exceptions = exceptions;
021 this.name = name;
022 }
023 }