Statistics
| Revision:

root / trunk / libraries / libWMSv0 / src / com / iver / wmsclient / wms_1_3_0 / capabilities / GetFeatureInfoDescriptor.java @ 150

History | View | Annotate | Download (2.86 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: GetFeatureInfoDescriptor.java 150 2004-09-23 09:35:29Z fernando $
6
 */
7

    
8
package com.iver.wmsclient.wms_1_3_0.capabilities;
9

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

    
14

    
15
/**
16
 * Class GetFeatureInfoDescriptor.
17
 * 
18
 * @version $Revision: 150 $ $Date: 2004-09-23 11:35:29 +0200 (Thu, 23 Sep 2004) $
19
 */
20
public class GetFeatureInfoDescriptor extends OperationTypeDescriptor {
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 GetFeatureInfoDescriptor() {
53
        super();
54
        setExtendsWithoutFlatten(new OperationTypeDescriptor());
55
        nsURI = "http://www.opengis.net/wms";
56
        xmlName = "GetFeatureInfo";
57
    } //-- com.iver.wmsclient.wms_1_3_0.capabilities.GetFeatureInfoDescriptor()
58

    
59

    
60
      //-----------/
61
     //- Methods -/
62
    //-----------/
63

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

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

    
80
    /**
81
     * Method getIdentity
82
     */
83
    public org.exolab.castor.mapping.FieldDescriptor getIdentity()
84
    {
85
        if (identity == null)
86
            return super.getIdentity();
87
        return identity;
88
    } //-- org.exolab.castor.mapping.FieldDescriptor getIdentity() 
89

    
90
    /**
91
     * Method getJavaClass
92
     */
93
    public java.lang.Class getJavaClass()
94
    {
95
        return com.iver.wmsclient.wms_1_3_0.capabilities.GetFeatureInfo.class;
96
    } //-- java.lang.Class getJavaClass() 
97

    
98
    /**
99
     * Method getNameSpacePrefix
100
     */
101
    public java.lang.String getNameSpacePrefix()
102
    {
103
        return nsPrefix;
104
    } //-- java.lang.String getNameSpacePrefix() 
105

    
106
    /**
107
     * Method getNameSpaceURI
108
     */
109
    public java.lang.String getNameSpaceURI()
110
    {
111
        return nsURI;
112
    } //-- java.lang.String getNameSpaceURI() 
113

    
114
    /**
115
     * Method getValidator
116
     */
117
    public org.exolab.castor.xml.TypeValidator getValidator()
118
    {
119
        return this;
120
    } //-- org.exolab.castor.xml.TypeValidator getValidator() 
121

    
122
    /**
123
     * Method getXMLName
124
     */
125
    public java.lang.String getXMLName()
126
    {
127
        return xmlName;
128
    } //-- java.lang.String getXMLName() 
129

    
130
}