Java Doc 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 Reference  Class Diagram Java Document (Java Doc) 


net.opengis.ows.CapabilitiesBaseType

All known Subclasses:   net.opengis.ows.impl.CapabilitiesBaseTypeImpl,
CapabilitiesBaseType
public interface CapabilitiesBaseType extends EObject(Code)
A representation of the model object 'Capabilities Base Type'. 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.

The following features are supported:


See Also:   net.opengis.ows.OwsPackage.getCapabilitiesBaseType




Method Summary
 OperationsMetadataTypegetOperationsMetadata()
     Returns the value of the 'Operations Metadata' containment reference.
 ServiceIdentificationTypegetServiceIdentification()
     Returns the value of the 'Service Identification' containment reference.
 ServiceProviderTypegetServiceProvider()
     Returns the value of the 'Service Provider' containment reference.
 StringgetUpdateSequence()
     Returns the value of the 'Update Sequence' attribute.
 StringgetVersion()
     Returns the value of the 'Version' attribute.
 voidsetOperationsMetadata(OperationsMetadataType value)
     Sets the value of the ' net.opengis.ows.CapabilitiesBaseType.getOperationsMetadata Operations Metadata ' containment reference.
 voidsetServiceIdentification(ServiceIdentificationType value)
     Sets the value of the ' net.opengis.ows.CapabilitiesBaseType.getServiceIdentification Service Identification ' containment reference.
 voidsetServiceProvider(ServiceProviderType value)
     Sets the value of the ' net.opengis.ows.CapabilitiesBaseType.getServiceProvider Service Provider ' containment reference.
 voidsetUpdateSequence(String value)
     Sets the value of the ' net.opengis.ows.CapabilitiesBaseType.getUpdateSequence Update Sequence ' attribute.
 voidsetVersion(String value)
     Sets the value of the ' net.opengis.ows.CapabilitiesBaseType.getVersion Version ' attribute.



Method Detail
getOperationsMetadata
OperationsMetadataType getOperationsMetadata()(Code)
Returns the value of the 'Operations Metadata' containment reference.

If the meaning of the 'Operations Metadata' containment reference isn't clear, there really should be more of a description here...

the value of the 'Operations Metadata' containment reference.
See Also:   CapabilitiesBaseType.setOperationsMetadata(OperationsMetadataType)
See Also:   net.opengis.ows.OwsPackage.getCapabilitiesBaseType_OperationsMetadata



getServiceIdentification
ServiceIdentificationType getServiceIdentification()(Code)
Returns the value of the 'Service Identification' containment reference.

If the meaning of the 'Service Identification' containment reference isn't clear, there really should be more of a description here...

the value of the 'Service Identification' containment reference.
See Also:   CapabilitiesBaseType.setServiceIdentification(ServiceIdentificationType)
See Also:   net.opengis.ows.OwsPackage.getCapabilitiesBaseType_ServiceIdentification



getServiceProvider
ServiceProviderType getServiceProvider()(Code)
Returns the value of the 'Service Provider' containment reference.

If the meaning of the 'Service Provider' containment reference isn't clear, there really should be more of a description here...

the value of the 'Service Provider' containment reference.
See Also:   CapabilitiesBaseType.setServiceProvider(ServiceProviderType)
See Also:   net.opengis.ows.OwsPackage.getCapabilitiesBaseType_ServiceProvider



getUpdateSequence
String getUpdateSequence()(Code)
Returns the value of the 'Update Sequence' attribute.

If the meaning of the 'Update Sequence' attribute isn't clear, there really should be more of a description here...

the value of the 'Update Sequence' attribute.
See Also:   CapabilitiesBaseType.setUpdateSequence(String)
See Also:   net.opengis.ows.OwsPackage.getCapabilitiesBaseType_UpdateSequence



getVersion
String getVersion()(Code)
Returns the value of the 'Version' attribute.

If the meaning of the 'Version' attribute isn't clear, there really should be more of a description here...

the value of the 'Version' attribute.
See Also:   CapabilitiesBaseType.setVersion(String)
See Also:   net.opengis.ows.OwsPackage.getCapabilitiesBaseType_Version



setOperationsMetadata
void setOperationsMetadata(OperationsMetadataType value)(Code)
Sets the value of the ' net.opengis.ows.CapabilitiesBaseType.getOperationsMetadata Operations Metadata ' containment reference.
Parameters:
  value - the new value of the 'Operations Metadata' containment reference.
See Also:   CapabilitiesBaseType.getOperationsMetadata()



setServiceIdentification
void setServiceIdentification(ServiceIdentificationType value)(Code)
Sets the value of the ' net.opengis.ows.CapabilitiesBaseType.getServiceIdentification Service Identification ' containment reference.
Parameters:
  value - the new value of the 'Service Identification' containment reference.
See Also:   CapabilitiesBaseType.getServiceIdentification()



setServiceProvider
void setServiceProvider(ServiceProviderType value)(Code)
Sets the value of the ' net.opengis.ows.CapabilitiesBaseType.getServiceProvider Service Provider ' containment reference.
Parameters:
  value - the new value of the 'Service Provider' containment reference.
See Also:   CapabilitiesBaseType.getServiceProvider()



setUpdateSequence
void setUpdateSequence(String value)(Code)
Sets the value of the ' net.opengis.ows.CapabilitiesBaseType.getUpdateSequence Update Sequence ' attribute.
Parameters:
  value - the new value of the 'Update Sequence' attribute.
See Also:   CapabilitiesBaseType.getUpdateSequence()



setVersion
void setVersion(String value)(Code)
Sets the value of the ' net.opengis.ows.CapabilitiesBaseType.getVersion Version ' attribute.
Parameters:
  value - the new value of the 'Version' attribute.
See Also:   CapabilitiesBaseType.getVersion()



www.java2java.com | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.