KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > org > openejb > alt > config > sys > ProviderTypesDescriptor


1 /*
2  * This class was automatically generated with
3  * <a HREF="http://www.castor.org">Castor 0.9.5.3</a>, using an XML
4  * Schema.
5  * $Id: ProviderTypesDescriptor.java 1105 2004-03-31 00:45:22Z dblevins $
6  */

7
8 package org.openejb.alt.config.sys;
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 ProviderTypesDescriptor.
21  *
22  * @version $Revision: 1105 $ $Date: 2004-03-30 16:45:22 -0800 (Tue, 30 Mar 2004) $
23  */

24 public class ProviderTypesDescriptor 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 JavaDoc nsPrefix;
35
36     /**
37      * Field nsURI
38      */

39     private java.lang.String JavaDoc nsURI;
40
41     /**
42      * Field xmlName
43      */

44     private java.lang.String JavaDoc xmlName;
45
46     /**
47      * Field identity
48      */

49     private org.exolab.castor.xml.XMLFieldDescriptor identity;
50
51
52       //----------------/
53
//- Constructors -/
54
//----------------/
55

56     public ProviderTypesDescriptor() {
57         super();
58         nsURI = "http://www.openejb.org/Service/Configuration";
59         xmlName = "ProviderTypes";
60     } //-- org.openejb.alt.config.sys.ProviderTypesDescriptor()
61

62
63       //-----------/
64
//- Methods -/
65
//-----------/
66

67     /**
68      * Method getAccessMode
69      */

70     public org.exolab.castor.mapping.AccessMode getAccessMode()
71     {
72         return null;
73     } //-- org.exolab.castor.mapping.AccessMode getAccessMode()
74

75     /**
76      * Method getExtends
77      */

78     public org.exolab.castor.mapping.ClassDescriptor getExtends()
79     {
80         return null;
81     } //-- org.exolab.castor.mapping.ClassDescriptor getExtends()
82

83     /**
84      * Method getIdentity
85      */

86     public org.exolab.castor.mapping.FieldDescriptor getIdentity()
87     {
88         return identity;
89     } //-- org.exolab.castor.mapping.FieldDescriptor getIdentity()
90

91     /**
92      * Method getJavaClass
93      */

94     public java.lang.Class JavaDoc getJavaClass()
95     {
96         return org.openejb.alt.config.sys.ProviderTypes.class;
97     } //-- java.lang.Class getJavaClass()
98

99     /**
100      * Method getNameSpacePrefix
101      */

102     public java.lang.String JavaDoc getNameSpacePrefix()
103     {
104         return nsPrefix;
105     } //-- java.lang.String getNameSpacePrefix()
106

107     /**
108      * Method getNameSpaceURI
109      */

110     public java.lang.String JavaDoc getNameSpaceURI()
111     {
112         return nsURI;
113     } //-- java.lang.String getNameSpaceURI()
114

115     /**
116      * Method getValidator
117      */

118     public org.exolab.castor.xml.TypeValidator getValidator()
119     {
120         return this;
121     } //-- org.exolab.castor.xml.TypeValidator getValidator()
122

123     /**
124      * Method getXMLName
125      */

126     public java.lang.String JavaDoc getXMLName()
127     {
128         return xmlName;
129     } //-- java.lang.String getXMLName()
130

131 }
132
Popular Tags