001    package org.omg.CORBA.ContainerPackage;
002    
003    /**
004     * Generated from IDL struct "Description".
005     *
006     * @author JacORB IDL compiler V 2.3.0 (JBoss patch 6), 06-Jun-2007
007     * @version generated at Jun 18, 2012 10:37:59 AM
008     */
009    
010    public final class Description
011            implements org.omg.CORBA.portable.IDLEntity
012    {
013            public Description(){}
014            public org.omg.CORBA.Contained contained_object;
015            public org.omg.CORBA.DefinitionKind kind;
016            public org.omg.CORBA.Any value;
017            public Description(org.omg.CORBA.Contained contained_object, org.omg.CORBA.DefinitionKind kind, org.omg.CORBA.Any value)
018            {
019                    this.contained_object = contained_object;
020                    this.kind = kind;
021                    this.value = value;
022            }
023    }