Java Doc for BaseRequestType.java in  » GIS » GeoServer » net » opengis » wfs » 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.wfs 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


net.opengis.wfs.BaseRequestType

All known Subclasses:   net.opengis.wfs.impl.BaseRequestTypeImpl,
BaseRequestType
public interface BaseRequestType extends EObject(Code)
A representation of the model object 'Base Request Type'. XML encoded WFS operation request base, for all operations except GetCapabilities.

The following features are supported:


See Also:   net.opengis.wfs.WfsPackage.getBaseRequestType




Method Summary
 StringgetBaseUrl()
     Returns the value of the 'Base Url' attribute.
 StringgetHandle()
     Returns the value of the 'Handle' attribute. The handle attribute allows a client application to assign a client-generated request identifier to a WFS request.
 StringgetService()
     Returns the value of the 'Service' attribute. The default value is "WFS". The service attribute is included to support service endpoints that implement more than one OGC service. For example, a single CGI that implements WMS, WFS and WCS services. The endpoint can inspect the value of this attribute to figure out which service should process the request. The value WFS indicates that a web feature service should process the request. This parameter is somewhat redundant in the XML encoding since the request namespace can be used to determine which service should process any give request.
 StringgetVersion()
     Returns the value of the 'Version' attribute. The default value is "1.1.0". The version attribute is used to indicate the version of the WFS specification that a request conforms to.
 booleanisSetService()
     Returns whether the value of the ' net.opengis.wfs.BaseRequestType.getService Service ' attribute is set.
 booleanisSetVersion()
     Returns whether the value of the ' net.opengis.wfs.BaseRequestType.getVersion Version ' attribute is set.
 voidsetBaseUrl(String value)
     Sets the value of the ' net.opengis.wfs.BaseRequestType.getBaseUrl Base Url ' attribute.
 voidsetHandle(String value)
     Sets the value of the ' net.opengis.wfs.BaseRequestType.getHandle Handle ' attribute.
 voidsetService(String value)
     Sets the value of the ' net.opengis.wfs.BaseRequestType.getService Service ' attribute.
 voidsetVersion(String value)
     Sets the value of the ' net.opengis.wfs.BaseRequestType.getVersion Version ' attribute.
 voidunsetService()
     Unsets the value of the ' net.opengis.wfs.BaseRequestType.getService Service ' attribute.
 voidunsetVersion()
     Unsets the value of the ' net.opengis.wfs.BaseRequestType.getVersion Version ' attribute.



Method Detail
getBaseUrl
String getBaseUrl()(Code)
Returns the value of the 'Base Url' attribute.

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

the value of the 'Base Url' attribute.
See Also:   BaseRequestType.setBaseUrl(String)
See Also:   net.opengis.wfs.WfsPackage.getBaseRequestType_BaseUrl



getHandle
String getHandle()(Code)
Returns the value of the 'Handle' attribute. The handle attribute allows a client application to assign a client-generated request identifier to a WFS request. The handle is included to facilitate error reporting. A WFS may report the handle in an exception report to identify the offending request or action. If the handle is not present, then the WFS may employ other means to localize the error (e.g. line numbers). the value of the 'Handle' attribute.
See Also:   BaseRequestType.setHandle(String)
See Also:   net.opengis.wfs.WfsPackage.getBaseRequestType_Handle



getService
String getService()(Code)
Returns the value of the 'Service' attribute. The default value is "WFS". The service attribute is included to support service endpoints that implement more than one OGC service. For example, a single CGI that implements WMS, WFS and WCS services. The endpoint can inspect the value of this attribute to figure out which service should process the request. The value WFS indicates that a web feature service should process the request. This parameter is somewhat redundant in the XML encoding since the request namespace can be used to determine which service should process any give request. For example, wfs:GetCapabilities and easily be distinguished from wcs:GetCapabilities using the namespaces. the value of the 'Service' attribute.
See Also:   BaseRequestType.isSetService()
See Also:   BaseRequestType.unsetService()
See Also:   BaseRequestType.setService(String)
See Also:   net.opengis.wfs.WfsPackage.getBaseRequestType_Service



getVersion
String getVersion()(Code)
Returns the value of the 'Version' attribute. The default value is "1.1.0". The version attribute is used to indicate the version of the WFS specification that a request conforms to. All requests in this schema conform to V1.1 of the WFS specification. For WFS implementations that support more than one version of a WFS sepcification ... if the version attribute is not specified then the service should assume that the request conforms to greatest available specification version. the value of the 'Version' attribute.
See Also:   BaseRequestType.isSetVersion()
See Also:   BaseRequestType.unsetVersion()
See Also:   BaseRequestType.setVersion(String)
See Also:   net.opengis.wfs.WfsPackage.getBaseRequestType_Version



isSetService
boolean isSetService()(Code)
Returns whether the value of the ' net.opengis.wfs.BaseRequestType.getService Service ' attribute is set. whether the value of the 'Service' attribute is set.
See Also:   BaseRequestType.unsetService()
See Also:   BaseRequestType.getService()
See Also:   BaseRequestType.setService(String)



isSetVersion
boolean isSetVersion()(Code)
Returns whether the value of the ' net.opengis.wfs.BaseRequestType.getVersion Version ' attribute is set. whether the value of the 'Version' attribute is set.
See Also:   BaseRequestType.unsetVersion()
See Also:   BaseRequestType.getVersion()
See Also:   BaseRequestType.setVersion(String)



setBaseUrl
void setBaseUrl(String value)(Code)
Sets the value of the ' net.opengis.wfs.BaseRequestType.getBaseUrl Base Url ' attribute. The base url, though not an attribute declared in the schema, is a legacy one added because we need to associate the request url being made by the client with the request object. The reason being that the request object is the only object that makes its way through the entire dispatch chain.
Parameters:
  value - the new value of the 'Base Url' attribute.
See Also:   BaseRequestType.getBaseUrl()



setHandle
void setHandle(String value)(Code)
Sets the value of the ' net.opengis.wfs.BaseRequestType.getHandle Handle ' attribute.
Parameters:
  value - the new value of the 'Handle' attribute.
See Also:   BaseRequestType.getHandle()



setService
void setService(String value)(Code)
Sets the value of the ' net.opengis.wfs.BaseRequestType.getService Service ' attribute.
Parameters:
  value - the new value of the 'Service' attribute.
See Also:   BaseRequestType.isSetService()
See Also:   BaseRequestType.unsetService()
See Also:   BaseRequestType.getService()



setVersion
void setVersion(String value)(Code)
Sets the value of the ' net.opengis.wfs.BaseRequestType.getVersion Version ' attribute.
Parameters:
  value - the new value of the 'Version' attribute.
See Also:   BaseRequestType.isSetVersion()
See Also:   BaseRequestType.unsetVersion()
See Also:   BaseRequestType.getVersion()



unsetService
void unsetService()(Code)
Unsets the value of the ' net.opengis.wfs.BaseRequestType.getService Service ' attribute.
See Also:   BaseRequestType.isSetService()
See Also:   BaseRequestType.getService()
See Also:   BaseRequestType.setService(String)



unsetVersion
void unsetVersion()(Code)
Unsets the value of the ' net.opengis.wfs.BaseRequestType.getVersion Version ' attribute.
See Also:   BaseRequestType.isSetVersion()
See Also:   BaseRequestType.getVersion()
See Also:   BaseRequestType.setVersion(String)



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