View Javadoc

1   /*
2    * This class was automatically generated with 
3    * <a href="http://www.castor.org">Castor 0.9.4.3</a>, using an XML
4    * Schema.
5    * $Id: ArrayShape.java,v 1.2 2007/01/04 16:26:26 clq2 Exp $
6    */
7   
8   package org.astrogrid.registry.beans.v10.resource.dataservice;
9   
10    //---------------------------------/
11   //- Imported classes and packages -/
12  //---------------------------------/
13  
14  import java.io.Serializable;
15  import org.exolab.castor.xml.Marshaller;
16  import org.exolab.castor.xml.Unmarshaller;
17  
18  /***
19   * Class ArrayShape.
20   * 
21   * @version $Revision: 1.2 $ $Date: 2007/01/04 16:26:26 $
22   */
23  public class ArrayShape implements java.io.Serializable {
24  
25  
26        //----------------/
27       //- Constructors -/
28      //----------------/
29  
30      public ArrayShape() {
31          super();
32      } //-- org.astrogrid.registry.beans.v10.resource.dataservice.ArrayShape()
33  
34  }