Statistics
| Revision:

svn-gvsig-desktop / trunk / libraries / libWMSv0 / src / com / iver / wmsclient / wms_1_1_0 / capabilities / types / UserDefinedSymbolizationUserStyleTypeDescriptor.java @ 150

History | View | Annotate | Download (2.85 KB)

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: UserDefinedSymbolizationUserStyleTypeDescriptor.java 150 2004-09-23 09:35:29Z fernando $
6
 */
7

    
8
package com.iver.wmsclient.wms_1_1_0.capabilities.types;
9

    
10
  //---------------------------------/
11
 //- Imported classes and packages -/
12
//---------------------------------/
13

    
14

    
15
/**
16
 * Class UserDefinedSymbolizationUserStyleTypeDescriptor.
17
 * 
18
 * @version $Revision: 150 $ $Date: 2004-09-23 11:35:29 +0200 (Thu, 23 Sep 2004) $
19
 */
20
public class UserDefinedSymbolizationUserStyleTypeDescriptor extends org.exolab.castor.xml.util.XMLClassDescriptorImpl {
21

    
22

    
23
      //--------------------------/
24
     //- Class/Member Variables -/
25
    //--------------------------/
26

    
27
    /**
28
     * Field nsPrefix
29
     */
30
    private java.lang.String nsPrefix;
31

    
32
    /**
33
     * Field nsURI
34
     */
35
    private java.lang.String nsURI;
36

    
37
    /**
38
     * Field xmlName
39
     */
40
    private java.lang.String xmlName;
41

    
42
    /**
43
     * Field identity
44
     */
45
    private org.exolab.castor.xml.XMLFieldDescriptor identity;
46

    
47

    
48
      //----------------/
49
     //- Constructors -/
50
    //----------------/
51

    
52
    public UserDefinedSymbolizationUserStyleTypeDescriptor() {
53
        super();
54
        xmlName = "UserDefinedSymbolizationUserStyleType";
55
    } //-- com.iver.wmsclient.wms_1_1_0.capabilities.types.UserDefinedSymbolizationUserStyleTypeDescriptor()
56

    
57

    
58
      //-----------/
59
     //- Methods -/
60
    //-----------/
61

    
62
    /**
63
     * Method getAccessMode
64
     */
65
    public org.exolab.castor.mapping.AccessMode getAccessMode()
66
    {
67
        return null;
68
    } //-- org.exolab.castor.mapping.AccessMode getAccessMode() 
69

    
70
    /**
71
     * Method getExtends
72
     */
73
    public org.exolab.castor.mapping.ClassDescriptor getExtends()
74
    {
75
        return null;
76
    } //-- org.exolab.castor.mapping.ClassDescriptor getExtends() 
77

    
78
    /**
79
     * Method getIdentity
80
     */
81
    public org.exolab.castor.mapping.FieldDescriptor getIdentity()
82
    {
83
        return identity;
84
    } //-- org.exolab.castor.mapping.FieldDescriptor getIdentity() 
85

    
86
    /**
87
     * Method getJavaClass
88
     */
89
    public java.lang.Class getJavaClass()
90
    {
91
        return com.iver.wmsclient.wms_1_1_0.capabilities.types.UserDefinedSymbolizationUserStyleType.class;
92
    } //-- java.lang.Class getJavaClass() 
93

    
94
    /**
95
     * Method getNameSpacePrefix
96
     */
97
    public java.lang.String getNameSpacePrefix()
98
    {
99
        return nsPrefix;
100
    } //-- java.lang.String getNameSpacePrefix() 
101

    
102
    /**
103
     * Method getNameSpaceURI
104
     */
105
    public java.lang.String getNameSpaceURI()
106
    {
107
        return nsURI;
108
    } //-- java.lang.String getNameSpaceURI() 
109

    
110
    /**
111
     * Method getValidator
112
     */
113
    public org.exolab.castor.xml.TypeValidator getValidator()
114
    {
115
        return this;
116
    } //-- org.exolab.castor.xml.TypeValidator getValidator() 
117

    
118
    /**
119
     * Method getXMLName
120
     */
121
    public java.lang.String getXMLName()
122
    {
123
        return xmlName;
124
    } //-- java.lang.String getXMLName() 
125

    
126
}