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: TABLEFORMATTypeDescriptor.java,v 1.14 2007/01/04 16:26:13 clq2 Exp $
6    */
7   
8   package org.astrogrid.registry.beans.resource.votable;
9   
10    //---------------------------------/
11   //- Imported classes and packages -/
12  //---------------------------------/
13  
14  import org.exolab.castor.mapping.AccessMode;
15  import org.exolab.castor.xml.TypeValidator;
16  import org.exolab.castor.xml.XMLFieldDescriptor;
17  import org.exolab.castor.xml.validators.*;
18  
19  /***
20   * Class TABLEFORMATTypeDescriptor.
21   * 
22   * @version $Revision: 1.14 $ $Date: 2007/01/04 16:26:13 $
23   */
24  public class TABLEFORMATTypeDescriptor extends org.exolab.castor.xml.util.XMLClassDescriptorImpl {
25  
26  
27        //--------------------------/
28       //- Class/Member Variables -/
29      //--------------------------/
30  
31      /***
32       * Field nsPrefix
33       */
34      private java.lang.String nsPrefix;
35  
36      /***
37       * Field nsURI
38       */
39      private java.lang.String nsURI;
40  
41      /***
42       * Field xmlName
43       */
44      private java.lang.String xmlName;
45  
46      /***
47       * Field identity
48       */
49      private org.exolab.castor.xml.XMLFieldDescriptor identity;
50  
51  
52        //----------------/
53       //- Constructors -/
54      //----------------/
55  
56      public TABLEFORMATTypeDescriptor() {
57          super();
58          nsURI = "http://www.ivoa.net/xml/VOTable/v1.0";
59          xmlName = "TABLEFORMATType";
60          
61          //-- set grouping compositor
62          setCompositorAsSequence();
63      } //-- org.astrogrid.registry.beans.resource.votable.TABLEFORMATTypeDescriptor()
64  
65  
66        //-----------/
67       //- Methods -/
68      //-----------/
69  
70      /***
71       * Method getAccessMode
72       */
73      public org.exolab.castor.mapping.AccessMode getAccessMode()
74      {
75          return null;
76      } //-- org.exolab.castor.mapping.AccessMode getAccessMode() 
77  
78      /***
79       * Method getExtends
80       */
81      public org.exolab.castor.mapping.ClassDescriptor getExtends()
82      {
83          return null;
84      } //-- org.exolab.castor.mapping.ClassDescriptor getExtends() 
85  
86      /***
87       * Method getIdentity
88       */
89      public org.exolab.castor.mapping.FieldDescriptor getIdentity()
90      {
91          return identity;
92      } //-- org.exolab.castor.mapping.FieldDescriptor getIdentity() 
93  
94      /***
95       * Method getJavaClass
96       */
97      public java.lang.Class getJavaClass()
98      {
99          return org.astrogrid.registry.beans.resource.votable.TABLEFORMATType.class;
100     } //-- java.lang.Class getJavaClass() 
101 
102     /***
103      * Method getNameSpacePrefix
104      */
105     public java.lang.String getNameSpacePrefix()
106     {
107         return nsPrefix;
108     } //-- java.lang.String getNameSpacePrefix() 
109 
110     /***
111      * Method getNameSpaceURI
112      */
113     public java.lang.String getNameSpaceURI()
114     {
115         return nsURI;
116     } //-- java.lang.String getNameSpaceURI() 
117 
118     /***
119      * Method getValidator
120      */
121     public org.exolab.castor.xml.TypeValidator getValidator()
122     {
123         return this;
124     } //-- org.exolab.castor.xml.TypeValidator getValidator() 
125 
126     /***
127      * Method getXMLName
128      */
129     public java.lang.String getXMLName()
130     {
131         return xmlName;
132     } //-- java.lang.String getXMLName() 
133 
134 }