001 package org.omg.CORBA.ExtValueDefPackage;
002
003 /**
004 * Generated from IDL struct "ExtFullValueDescription".
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 ExtFullValueDescription
011 implements org.omg.CORBA.portable.IDLEntity
012 {
013 public ExtFullValueDescription(){}
014 public java.lang.String name;
015 public java.lang.String id;
016 public boolean is_abstract;
017 public boolean is_custom;
018 public java.lang.String defined_in;
019 public java.lang.String version;
020 public org.omg.CORBA.OperationDescription[] operations;
021 public org.omg.CORBA.ExtAttributeDescription[] attributes;
022 public org.omg.CORBA.ValueMember[] members;
023 public org.omg.CORBA.ExtInitializer[] initializers;
024 public java.lang.String[] supported_interfaces;
025 public java.lang.String[] abstract_base_values;
026 public boolean is_truncatable;
027 public java.lang.String base_value;
028 public org.omg.CORBA.TypeCode type;
029 public ExtFullValueDescription(java.lang.String name, java.lang.String id, boolean is_abstract, boolean is_custom, java.lang.String defined_in, java.lang.String version, org.omg.CORBA.OperationDescription[] operations, org.omg.CORBA.ExtAttributeDescription[] attributes, org.omg.CORBA.ValueMember[] members, org.omg.CORBA.ExtInitializer[] initializers, java.lang.String[] supported_interfaces, java.lang.String[] abstract_base_values, boolean is_truncatable, java.lang.String base_value, org.omg.CORBA.TypeCode type)
030 {
031 this.name = name;
032 this.id = id;
033 this.is_abstract = is_abstract;
034 this.is_custom = is_custom;
035 this.defined_in = defined_in;
036 this.version = version;
037 this.operations = operations;
038 this.attributes = attributes;
039 this.members = members;
040 this.initializers = initializers;
041 this.supported_interfaces = supported_interfaces;
042 this.abstract_base_values = abstract_base_values;
043 this.is_truncatable = is_truncatable;
044 this.base_value = base_value;
045 this.type = type;
046 }
047 }