View Javadoc

1   /*
2    * This class was automatically generated with 
3    * <a href="http://www.castor.org">Castor 0.9.7</a>, using an XML
4    * Schema.
5    * $Id$
6    */
7   
8   package fr.in2p3.jsaga.engine.schema.config.types;
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 SetOperationTypeDescriptor.
21   * 
22   * @version $Revision$ $Date$
23   */
24  public class SetOperationTypeDescriptor 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 SetOperationTypeDescriptor() 
57       {
58          super();
59          nsURI = "http://www.in2p3.fr/jsaga";
60          xmlName = "SetOperationType";
61      } //-- fr.in2p3.jsaga.engine.schema.config.types.SetOperationTypeDescriptor()
62  
63  
64        //-----------/
65       //- Methods -/
66      //-----------/
67  
68      /**
69       * Method getAccessMode
70       * 
71       * 
72       * 
73       * @return AccessMode
74       */
75      public org.exolab.castor.mapping.AccessMode getAccessMode()
76      {
77          return null;
78      } //-- org.exolab.castor.mapping.AccessMode getAccessMode() 
79  
80      /**
81       * Method getExtends
82       * 
83       * 
84       * 
85       * @return ClassDescriptor
86       */
87      public org.exolab.castor.mapping.ClassDescriptor getExtends()
88      {
89          return null;
90      } //-- org.exolab.castor.mapping.ClassDescriptor getExtends() 
91  
92      /**
93       * Method getIdentity
94       * 
95       * 
96       * 
97       * @return FieldDescriptor
98       */
99      public org.exolab.castor.mapping.FieldDescriptor getIdentity()
100     {
101         return identity;
102     } //-- org.exolab.castor.mapping.FieldDescriptor getIdentity() 
103 
104     /**
105      * Method getJavaClass
106      * 
107      * 
108      * 
109      * @return Class
110      */
111     public java.lang.Class getJavaClass()
112     {
113         return fr.in2p3.jsaga.engine.schema.config.types.SetOperationType.class;
114     } //-- java.lang.Class getJavaClass() 
115 
116     /**
117      * Method getNameSpacePrefix
118      * 
119      * 
120      * 
121      * @return String
122      */
123     public java.lang.String getNameSpacePrefix()
124     {
125         return nsPrefix;
126     } //-- java.lang.String getNameSpacePrefix() 
127 
128     /**
129      * Method getNameSpaceURI
130      * 
131      * 
132      * 
133      * @return String
134      */
135     public java.lang.String getNameSpaceURI()
136     {
137         return nsURI;
138     } //-- java.lang.String getNameSpaceURI() 
139 
140     /**
141      * Method getValidator
142      * 
143      * 
144      * 
145      * @return TypeValidator
146      */
147     public org.exolab.castor.xml.TypeValidator getValidator()
148     {
149         return this;
150     } //-- org.exolab.castor.xml.TypeValidator getValidator() 
151 
152     /**
153      * Method getXMLName
154      * 
155      * 
156      * 
157      * @return String
158      */
159     public java.lang.String getXMLName()
160     {
161         return xmlName;
162     } //-- java.lang.String getXMLName() 
163 
164 }