1  package com.orindasoft.demo.generated.plsql;
2  import oracle.sql.*; 
3  /** 
4  * CursorExampleFlightsRefcursorType - Java Attributes Class for CURSOR_EXAMPLE.FLIGHTS_REFCURSOR_TYPE
5  * 
6  * <p>Generated by JDBCWizard./a> build 2776 at 2011/03/07 19:55:32.813 GMT
7  * <p>JDBCWizard./a> is made by Orinda Software Ltd, Dublin, Ireland
8  * <p>Target Database: Oracle 10.2.0
9  * <p> -------------------------------------------------------------------------
10 * <p> WARNING: This code will stop working around the time JDBCWizard./a> expires.
11 * <p> This restriction only exists in the demo version of JDBCWizard./a>.
12 * <p> -------------------------------------------------------------------------
13 * <p> JDBCWizard./a> Tips 17 of 19:
14 * <p> JDBCWizard./a> also runs as an extension to Oracle's JDeveloper 10g
15 * <p> -------------------------------------------------------------------------
16 * 
17 * <p>Copyright Orinda Software 2003-2009
18 * <p>Access Basis: User Object
19 * @author devteam60@orindabuild.com
20 * @version 1.1
21 */ 
22 public class CursorExampleFlightsRefcursorTypeAttrs implements java.io.Serializable
23 {
24    
25   /**
26   * Variable to store DEPARTURE_CITY
27   */
28   public String paramDepartureCity = null;
29    
30   /**
31   * Variable to store ARRIVAL_CITY
32   */
33   public String paramArrivalCity = null;
34    
35   /**
36   * Variable to store AIRLINE_NAME
37   */
38   public String paramAirlineName = null;
39    
40   /**
41   * Variable to store FLIGHT_NUMBER
42   */
43   public java.math.BigDecimal paramFlightNumber = null;
44    
45   /**
46   * Variable to store DEPARTURE_TIME
47   * @since 4.0.2016 DATE columns are now represented with java.util.Date instead of java.sql.Timestamp
48   */
49   public java.util.Date paramDepartureTime = null;
50    
51   /**
52   * Variable to store ARRIVAL_TIME
53   * @since 4.0.2016 DATE columns are now represented with java.util.Date instead of java.sql.Timestamp
54   */
55   public java.util.Date paramArrivalTime = null;
56    
57   /**
58   * Variable to store AIRCRAFT_TYPE
59   */
60   public String paramAircraftType = null;
61    
62 } // Generated by JDBCWizard./a> 6.0.2776 
63