Source Code Cross Referenced for CapabilitiesBaseType.java in  » GIS » GeoServer » net » opengis » ows » Java Source Code / Java DocumentationJava Source Code and Java Documentation

Java Source Code / Java Documentation
1. 6.0 JDK Core
2. 6.0 JDK Modules
3. 6.0 JDK Modules com.sun
4. 6.0 JDK Modules com.sun.java
5. 6.0 JDK Modules sun
6. 6.0 JDK Platform
7. Ajax
8. Apache Harmony Java SE
9. Aspect oriented
10. Authentication Authorization
11. Blogger System
12. Build
13. Byte Code
14. Cache
15. Chart
16. Chat
17. Code Analyzer
18. Collaboration
19. Content Management System
20. Database Client
21. Database DBMS
22. Database JDBC Connection Pool
23. Database ORM
24. Development
25. EJB Server geronimo
26. EJB Server GlassFish
27. EJB Server JBoss 4.2.1
28. EJB Server resin 3.1.5
29. ERP CRM Financial
30. ESB
31. Forum
32. GIS
33. Graphic Library
34. Groupware
35. HTML Parser
36. IDE
37. IDE Eclipse
38. IDE Netbeans
39. Installer
40. Internationalization Localization
41. Inversion of Control
42. Issue Tracking
43. J2EE
44. JBoss
45. JMS
46. JMX
47. Library
48. Mail Clients
49. Net
50. Parser
51. PDF
52. Portal
53. Profiler
54. Project Management
55. Report
56. RSS RDF
57. Rule Engine
58. Science
59. Scripting
60. Search Engine
61. Security
62. Sevlet Container
63. Source Control
64. Swing Library
65. Template Engine
66. Test Coverage
67. Testing
68. UML
69. Web Crawler
70. Web Framework
71. Web Mail
72. Web Server
73. Web Services
74. Web Services apache cxf 2.0.1
75. Web Services AXIS2
76. Wiki Engine
77. Workflow Engines
78. XML
79. XML UI
Java
Java Tutorial
Java Open Source
Jar File Download
Java Articles
Java Products
Java by API
Photoshop Tutorials
Maya Tutorials
Flash Tutorials
3ds-Max Tutorials
Illustrator Tutorials
GIMP Tutorials
C# / C Sharp
C# / CSharp Tutorial
C# / CSharp Open Source
ASP.Net
ASP.NET Tutorial
JavaScript DHTML
JavaScript Tutorial
JavaScript Reference
HTML / CSS
HTML CSS Reference
C / ANSI-C
C Tutorial
C++
C++ Tutorial
Ruby
PHP
Python
Python Tutorial
Python Open Source
SQL Server / T-SQL
SQL Server / T-SQL Tutorial
Oracle PL / SQL
Oracle PL/SQL Tutorial
PostgreSQL
SQL / MySQL
MySQL Tutorial
VB.Net
VB.Net Tutorial
Flash / Flex / ActionScript
VBA / Excel / Access / Word
XML
XML Tutorial
Microsoft Office PowerPoint 2007 Tutorial
Microsoft Office Excel 2007 Tutorial
Microsoft Office Word 2007 Tutorial
Java Source Code / Java Documentation » GIS » GeoServer » net.opengis.ows 
Source Cross Referenced  Class Diagram Java Document (Java Doc) 


001:        /**
002:         * <copyright>
003:         * </copyright>
004:         *
005:         * $Id: CapabilitiesBaseType.java 7522 2007-09-12 22:00:10Z saul.farber $
006:         */package net.opengis.ows;
007:
008:        import org.eclipse.emf.ecore.EObject;
009:
010:        /**
011:         * <!-- begin-user-doc -->
012:         * A representation of the model object '<em><b>Capabilities Base Type</b></em>'.
013:         * <!-- end-user-doc -->
014:         *
015:         * <!-- begin-model-doc -->
016:         * XML encoded GetCapabilities operation response. This document provides clients with service metadata about a specific service instance, usually including metadata about the tightly-coupled data served. If the server does not implement the updateSequence parameter, the server shall always return the complete Capabilities document, without the updateSequence parameter. When the server implements the updateSequence parameter and the GetCapabilities operation request included the updateSequence parameter with the current value, the server shall return this element with only the "version" and "updateSequence" attributes. Otherwise, all optional elements shall be included or not depending on the actual value of the Contents parameter in the GetCapabilities operation request. This base type shall be extended by each specific OWS to include the additional contents needed.
017:         * <!-- end-model-doc -->
018:         *
019:         * <p>
020:         * The following features are supported:
021:         * <ul>
022:         *   <li>{@link net.opengis.ows.CapabilitiesBaseType#getServiceIdentification <em>Service Identification</em>}</li>
023:         *   <li>{@link net.opengis.ows.CapabilitiesBaseType#getServiceProvider <em>Service Provider</em>}</li>
024:         *   <li>{@link net.opengis.ows.CapabilitiesBaseType#getOperationsMetadata <em>Operations Metadata</em>}</li>
025:         *   <li>{@link net.opengis.ows.CapabilitiesBaseType#getUpdateSequence <em>Update Sequence</em>}</li>
026:         *   <li>{@link net.opengis.ows.CapabilitiesBaseType#getVersion <em>Version</em>}</li>
027:         * </ul>
028:         * </p>
029:         *
030:         * @see net.opengis.ows.OwsPackage#getCapabilitiesBaseType()
031:         * @model extendedMetaData="name='CapabilitiesBaseType' kind='elementOnly'"
032:         * @generated
033:         */
034:        public interface CapabilitiesBaseType extends EObject {
035:            /**
036:             * Returns the value of the '<em><b>Service Identification</b></em>' containment reference.
037:             * <!-- begin-user-doc -->
038:             * <p>
039:             * If the meaning of the '<em>Service Identification</em>' containment reference isn't clear,
040:             * there really should be more of a description here...
041:             * </p>
042:             * <!-- end-user-doc -->
043:             * @return the value of the '<em>Service Identification</em>' containment reference.
044:             * @see #setServiceIdentification(ServiceIdentificationType)
045:             * @see net.opengis.ows.OwsPackage#getCapabilitiesBaseType_ServiceIdentification()
046:             * @model containment="true"
047:             *        extendedMetaData="kind='element' name='ServiceIdentification' namespace='##targetNamespace'"
048:             * @generated
049:             */
050:            ServiceIdentificationType getServiceIdentification();
051:
052:            /**
053:             * Sets the value of the '{@link net.opengis.ows.CapabilitiesBaseType#getServiceIdentification <em>Service Identification</em>}' containment reference.
054:             * <!-- begin-user-doc -->
055:             * <!-- end-user-doc -->
056:             * @param value the new value of the '<em>Service Identification</em>' containment reference.
057:             * @see #getServiceIdentification()
058:             * @generated
059:             */
060:            void setServiceIdentification(ServiceIdentificationType value);
061:
062:            /**
063:             * Returns the value of the '<em><b>Service Provider</b></em>' containment reference.
064:             * <!-- begin-user-doc -->
065:             * <p>
066:             * If the meaning of the '<em>Service Provider</em>' containment reference isn't clear,
067:             * there really should be more of a description here...
068:             * </p>
069:             * <!-- end-user-doc -->
070:             * @return the value of the '<em>Service Provider</em>' containment reference.
071:             * @see #setServiceProvider(ServiceProviderType)
072:             * @see net.opengis.ows.OwsPackage#getCapabilitiesBaseType_ServiceProvider()
073:             * @model containment="true"
074:             *        extendedMetaData="kind='element' name='ServiceProvider' namespace='##targetNamespace'"
075:             * @generated
076:             */
077:            ServiceProviderType getServiceProvider();
078:
079:            /**
080:             * Sets the value of the '{@link net.opengis.ows.CapabilitiesBaseType#getServiceProvider <em>Service Provider</em>}' containment reference.
081:             * <!-- begin-user-doc -->
082:             * <!-- end-user-doc -->
083:             * @param value the new value of the '<em>Service Provider</em>' containment reference.
084:             * @see #getServiceProvider()
085:             * @generated
086:             */
087:            void setServiceProvider(ServiceProviderType value);
088:
089:            /**
090:             * Returns the value of the '<em><b>Operations Metadata</b></em>' containment reference.
091:             * <!-- begin-user-doc -->
092:             * <p>
093:             * If the meaning of the '<em>Operations Metadata</em>' containment reference isn't clear,
094:             * there really should be more of a description here...
095:             * </p>
096:             * <!-- end-user-doc -->
097:             * @return the value of the '<em>Operations Metadata</em>' containment reference.
098:             * @see #setOperationsMetadata(OperationsMetadataType)
099:             * @see net.opengis.ows.OwsPackage#getCapabilitiesBaseType_OperationsMetadata()
100:             * @model containment="true"
101:             *        extendedMetaData="kind='element' name='OperationsMetadata' namespace='##targetNamespace'"
102:             * @generated
103:             */
104:            OperationsMetadataType getOperationsMetadata();
105:
106:            /**
107:             * Sets the value of the '{@link net.opengis.ows.CapabilitiesBaseType#getOperationsMetadata <em>Operations Metadata</em>}' containment reference.
108:             * <!-- begin-user-doc -->
109:             * <!-- end-user-doc -->
110:             * @param value the new value of the '<em>Operations Metadata</em>' containment reference.
111:             * @see #getOperationsMetadata()
112:             * @generated
113:             */
114:            void setOperationsMetadata(OperationsMetadataType value);
115:
116:            /**
117:             * Returns the value of the '<em><b>Update Sequence</b></em>' attribute.
118:             * <!-- begin-user-doc -->
119:             * <p>
120:             * If the meaning of the '<em>Update Sequence</em>' attribute isn't clear,
121:             * there really should be more of a description here...
122:             * </p>
123:             * <!-- end-user-doc -->
124:             * @return the value of the '<em>Update Sequence</em>' attribute.
125:             * @see #setUpdateSequence(String)
126:             * @see net.opengis.ows.OwsPackage#getCapabilitiesBaseType_UpdateSequence()
127:             * @model unique="false" dataType="net.opengis.ows.UpdateSequenceType"
128:             *        extendedMetaData="kind='attribute' name='updateSequence'"
129:             * @generated
130:             */
131:            String getUpdateSequence();
132:
133:            /**
134:             * Sets the value of the '{@link net.opengis.ows.CapabilitiesBaseType#getUpdateSequence <em>Update Sequence</em>}' attribute.
135:             * <!-- begin-user-doc -->
136:             * <!-- end-user-doc -->
137:             * @param value the new value of the '<em>Update Sequence</em>' attribute.
138:             * @see #getUpdateSequence()
139:             * @generated
140:             */
141:            void setUpdateSequence(String value);
142:
143:            /**
144:             * Returns the value of the '<em><b>Version</b></em>' attribute.
145:             * <!-- begin-user-doc -->
146:             * <p>
147:             * If the meaning of the '<em>Version</em>' attribute isn't clear,
148:             * there really should be more of a description here...
149:             * </p>
150:             * <!-- end-user-doc -->
151:             * @return the value of the '<em>Version</em>' attribute.
152:             * @see #setVersion(String)
153:             * @see net.opengis.ows.OwsPackage#getCapabilitiesBaseType_Version()
154:             * @model unique="false" dataType="net.opengis.ows.VersionType" required="true"
155:             *        extendedMetaData="kind='attribute' name='version'"
156:             * @generated
157:             */
158:            String getVersion();
159:
160:            /**
161:             * Sets the value of the '{@link net.opengis.ows.CapabilitiesBaseType#getVersion <em>Version</em>}' attribute.
162:             * <!-- begin-user-doc -->
163:             * <!-- end-user-doc -->
164:             * @param value the new value of the '<em>Version</em>' attribute.
165:             * @see #getVersion()
166:             * @generated
167:             */
168:            void setVersion(String value);
169:
170:        } // CapabilitiesBaseType
www.java2java.com | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.