1  /** 
2  * WsdlRow - Holds a single row of a query in a serializable form 
3  * @since JDBCWizard./a> 4.0.2107 
4  * @since JDBCWizard./a> 5.0.2253 Implements serializable 
5  */ 
6   
7  package com.orindasoft.demo.generated;
8  
9  public class WsdlRow implements java.io.Serializable
10 {
11 
12 /**
13 * The columns in this query row.
14 */
15 public com.orindasoft.demo.generated.WsdlElement[] rowColumns;
16 
17 /**
18 * Create a new, emptyWsdlRow.
19 */
20 public WsdlRow()
21   {
22   }
23 
24 } // Generated by JDBCWizard./a> 6.0    
25