tests/libjava-mauve/src/gnu/testlet/org/omg/CORBA/ORB/RF11/F_except1.java
branchjk_new_structure
changeset 1541 75c2e24dea9a
parent 1540 92ac284961c1
child 1542 be11db817bcf
equal deleted inserted replaced
1540:92ac284961c1 1541:75c2e24dea9a
     1 // Copyright (c) 2000, 2001 NEC Corporation.
       
     2 
       
     3 // Adapted for Mauve by Audrius Meskauskas <audriusa@bluewin.ch>
       
     4 
       
     5 // This file is part of Mauve.
       
     6 
       
     7 // Mauve is free software; you can redistribute it and/or modify
       
     8 // it under the terms of the GNU General Public License as published by
       
     9 // the Free Software Foundation; either version 2, or (at your option)
       
    10 // any later version.
       
    11 
       
    12 // Mauve is distributed in the hope that it will be useful,
       
    13 // but WITHOUT ANY WARRANTY; without even the implied warranty of
       
    14 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
       
    15 // GNU General Public License for more details.
       
    16 
       
    17 // You should have received a copy of the GNU General Public License
       
    18 // along with Mauve; see the file COPYING.  If not, write to
       
    19 // the Free Software Foundation, 59 Temple Place - Suite 330,
       
    20 // Boston, MA 02111-1307, USA.
       
    21 
       
    22 /*
       
    23 This code originally came from the OMG's CORBA Open Source Testing project,
       
    24 which lived at cost.omg.org. That site no longer exists.
       
    25 
       
    26 All the contributing companies agreed to release their tests under the
       
    27 terms of the GNU Lesser General Public License, available in the file
       
    28 COPYING.LIB.
       
    29 
       
    30 The code has been modified integrating into Mauve test environment and
       
    31 removing tests that are not yet supported by Suns jre 1.4. Hence the license
       
    32 is now GPL.
       
    33 
       
    34 We downloaded the code from http://sourceforge.net/projects/corba-cost/,
       
    35 administrated by Duncan Grisby.
       
    36 */
       
    37 
       
    38 
       
    39 package gnu.testlet.org.omg.CORBA.ORB.RF11;
       
    40 
       
    41 public final class F_except1
       
    42   extends org.omg.CORBA.UserException
       
    43   implements org.omg.CORBA.portable.IDLEntity
       
    44 {
       
    45   public F_struct v1 = null;
       
    46   public F_union v2 = null;
       
    47 
       
    48   // C_struct
       
    49   public F_union v3 = null;
       
    50 
       
    51   // C_union
       
    52   public F_union v4 = null;
       
    53 
       
    54   // C_sequence_e_short
       
    55   public F_union v5 = null;
       
    56 
       
    57   // C_sequence_e_ushort
       
    58   public F_union v6 = null;
       
    59 
       
    60   // C_sequence_e_long
       
    61   public F_union v7 = null;
       
    62 
       
    63   // C_sequence_e_ulong
       
    64   public F_union v8 = null;
       
    65 
       
    66   // C_sequence e_float
       
    67   public F_union v9 = null;
       
    68 
       
    69   // C_sequence_e_double
       
    70   public F_union v10 = null;
       
    71 
       
    72   // C_sequence_e_char
       
    73   public F_union v11 = null;
       
    74 
       
    75   // C_sequence_e_boolean
       
    76   public F_union v12 = null;
       
    77 
       
    78   // C_sequence_e_octet
       
    79   public F_union v13 = null;
       
    80 
       
    81   // C_sequence_e_any
       
    82   public F_union v14 = null;
       
    83 
       
    84   // C_sequence_e_string
       
    85   public F_union v15 = null;
       
    86 
       
    87   // C_sequence_e_Object
       
    88   public F_union v18 = null;
       
    89 
       
    90   // C_array_e_short
       
    91   public F_union v19 = null;
       
    92 
       
    93   // C_array_e_ushort
       
    94   public F_union v20 = null;
       
    95 
       
    96   // C_array_e_long
       
    97   public F_union v21 = null;
       
    98 
       
    99   // C_array_e_ulong
       
   100   public F_union v22 = null;
       
   101 
       
   102   // C_array e_float
       
   103   public F_union v23 = null;
       
   104 
       
   105   // C_array_e_double
       
   106   public F_union v24 = null;
       
   107 
       
   108   // C_array_e_char
       
   109   public F_union v25 = null;
       
   110 
       
   111   // C_array_e_boolean
       
   112   public F_union v26 = null;
       
   113 
       
   114   // C_array_e_octet
       
   115   public F_union v27 = null;
       
   116 
       
   117   // C_array_e_any
       
   118   public F_union v28 = null;
       
   119 
       
   120   // C_array_e_string
       
   121   public F_union v29 = null;
       
   122 
       
   123   public F_except1()
       
   124   {
       
   125   } // ctor
       
   126 
       
   127   public F_except1(F_struct _v1, F_union _v2, F_union _v3, F_union _v4,
       
   128                    F_union _v5, F_union _v6, F_union _v7, F_union _v8,
       
   129                    F_union _v9, F_union _v10, F_union _v11, F_union _v12,
       
   130                    F_union _v13, F_union _v14, F_union _v15, F_union _v18,
       
   131                    F_union _v19, F_union _v20, F_union _v21, F_union _v22,
       
   132                    F_union _v23, F_union _v24, F_union _v25, F_union _v26,
       
   133                    F_union _v27, F_union _v28, F_union _v29
       
   134                   )
       
   135   {
       
   136     v1 = _v1;
       
   137     v2 = _v2;
       
   138     v3 = _v3;
       
   139     v4 = _v4;
       
   140     v5 = _v5;
       
   141     v6 = _v6;
       
   142     v7 = _v7;
       
   143     v8 = _v8;
       
   144     v9 = _v9;
       
   145     v10 = _v10;
       
   146     v11 = _v11;
       
   147     v12 = _v12;
       
   148     v13 = _v13;
       
   149     v14 = _v14;
       
   150     v15 = _v15;
       
   151     v18 = _v18;
       
   152     v19 = _v19;
       
   153     v20 = _v20;
       
   154     v21 = _v21;
       
   155     v22 = _v22;
       
   156     v23 = _v23;
       
   157     v24 = _v24;
       
   158     v25 = _v25;
       
   159     v26 = _v26;
       
   160     v27 = _v27;
       
   161     v28 = _v28;
       
   162     v29 = _v29;
       
   163   } // ctor
       
   164 } // class F_except1