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: GLUServiceDescriptor.java,v 1.2 2007/01/04 16:26:25 clq2 Exp $
6    */
7   
8   package org.astrogrid.registry.beans.v10.resource.dataservice;
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 GLUServiceDescriptor.
21   * 
22   * @version $Revision: 1.2 $ $Date: 2007/01/04 16:26:25 $
23   */
24  public class GLUServiceDescriptor extends org.astrogrid.registry.beans.v10.resource.InterfaceDescriptor {
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 GLUServiceDescriptor() {
57          super();
58          setExtendsWithoutFlatten(new org.astrogrid.registry.beans.v10.resource.InterfaceDescriptor());
59          nsURI = "http://www.ivoa.net/xml/VODataService/v0.5";
60          xmlName = "GLUService";
61          
62          //-- set grouping compositor
63          setCompositorAsSequence();
64      } //-- org.astrogrid.registry.beans.v10.resource.dataservice.GLUServiceDescriptor()
65  
66  
67        //-----------/
68       //- Methods -/
69      //-----------/
70  
71      /***
72       * Method getAccessMode
73       */
74      public org.exolab.castor.mapping.AccessMode getAccessMode()
75      {
76          return null;
77      } //-- org.exolab.castor.mapping.AccessMode getAccessMode() 
78  
79      /***
80       * Method getExtends
81       */
82      public org.exolab.castor.mapping.ClassDescriptor getExtends()
83      {
84          return super.getExtends();
85      } //-- org.exolab.castor.mapping.ClassDescriptor getExtends() 
86  
87      /***
88       * Method getIdentity
89       */
90      public org.exolab.castor.mapping.FieldDescriptor getIdentity()
91      {
92          if (identity == null)
93              return super.getIdentity();
94          return identity;
95      } //-- org.exolab.castor.mapping.FieldDescriptor getIdentity() 
96  
97      /***
98       * Method getJavaClass
99       */
100     public java.lang.Class getJavaClass()
101     {
102         return org.astrogrid.registry.beans.v10.resource.dataservice.GLUService.class;
103     } //-- java.lang.Class getJavaClass() 
104 
105     /***
106      * Method getNameSpacePrefix
107      */
108     public java.lang.String getNameSpacePrefix()
109     {
110         return nsPrefix;
111     } //-- java.lang.String getNameSpacePrefix() 
112 
113     /***
114      * Method getNameSpaceURI
115      */
116     public java.lang.String getNameSpaceURI()
117     {
118         return nsURI;
119     } //-- java.lang.String getNameSpaceURI() 
120 
121     /***
122      * Method getValidator
123      */
124     public org.exolab.castor.xml.TypeValidator getValidator()
125     {
126         return this;
127     } //-- org.exolab.castor.xml.TypeValidator getValidator() 
128 
129     /***
130      * Method getXMLName
131      */
132     public java.lang.String getXMLName()
133     {
134         return xmlName;
135     } //-- java.lang.String getXMLName() 
136 
137 }