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


net.opengis.wfsv.DocumentRoot

All known Subclasses:   net.opengis.wfsv.impl.DocumentRootImpl,
DocumentRoot
public interface DocumentRoot extends EObject(Code)
A representation of the model object 'Document Root'.

The following features are supported:


See Also:   net.opengis.wfsv.WfsvPackage.getDocumentRoot




Method Summary
 ObjectgetDescribeVersionedFeatureType()
     Returns the value of the 'Describe Versioned Feature Type' attribute.
 DifferenceQueryTypegetDifferenceQuery()
     Returns the value of the 'Difference Query' containment reference.
 GetDiffTypegetGetDiff()
     Returns the value of the 'Get Diff' containment reference.
 GetLogTypegetGetLog()
     Returns the value of the 'Get Log' containment reference.
 GetVersionedFeatureTypegetGetVersionedFeature()
     Returns the value of the 'Get Versioned Feature' containment reference.
 FeatureMapgetMixed()
     Returns the value of the 'Mixed' attribute list.
 RollbackTypegetRollback()
     Returns the value of the 'Rollback' containment reference.
 VersionedDeleteElementTypegetVersionedDelete()
     Returns the value of the 'Versioned Delete' containment reference.
 VersionedFeatureCollectionTypegetVersionedFeatureCollection()
     Returns the value of the 'Versioned Feature Collection' containment reference.
 VersionedUpdateElementTypegetVersionedUpdate()
     Returns the value of the 'Versioned Update' containment reference.
 EMapgetXMLNSPrefixMap()
     Returns the value of the 'XMLNS Prefix Map' map.
 EMapgetXSISchemaLocation()
     Returns the value of the 'XSI Schema Location' map.
 voidsetDescribeVersionedFeatureType(Object value)
     Sets the value of the ' net.opengis.wfsv.DocumentRoot.getDescribeVersionedFeatureType Describe Versioned Feature Type ' attribute.
 voidsetDifferenceQuery(DifferenceQueryType value)
     Sets the value of the ' net.opengis.wfsv.DocumentRoot.getDifferenceQuery Difference Query ' containment reference.
 voidsetGetDiff(GetDiffType value)
     Sets the value of the ' net.opengis.wfsv.DocumentRoot.getGetDiff Get Diff ' containment reference.
 voidsetGetLog(GetLogType value)
     Sets the value of the ' net.opengis.wfsv.DocumentRoot.getGetLog Get Log ' containment reference.
 voidsetGetVersionedFeature(GetVersionedFeatureType value)
     Sets the value of the ' net.opengis.wfsv.DocumentRoot.getGetVersionedFeature Get Versioned Feature ' containment reference.
 voidsetRollback(RollbackType value)
     Sets the value of the ' net.opengis.wfsv.DocumentRoot.getRollback Rollback ' containment reference.
 voidsetVersionedDelete(VersionedDeleteElementType value)
     Sets the value of the ' net.opengis.wfsv.DocumentRoot.getVersionedDelete Versioned Delete ' containment reference.
 voidsetVersionedFeatureCollection(VersionedFeatureCollectionType value)
     Sets the value of the ' net.opengis.wfsv.DocumentRoot.getVersionedFeatureCollection Versioned Feature Collection ' containment reference.
 voidsetVersionedUpdate(VersionedUpdateElementType value)
     Sets the value of the ' net.opengis.wfsv.DocumentRoot.getVersionedUpdate Versioned Update ' containment reference.



Method Detail
getDescribeVersionedFeatureType
Object getDescribeVersionedFeatureType()(Code)
Returns the value of the 'Describe Versioned Feature Type' attribute. Same as wfs:DescribeFeatureType, but with the option to output a versioned feature type instead of a plain one the value of the 'Describe Versioned Feature Type' attribute.
See Also:   DocumentRoot.setDescribeVersionedFeatureType(Object)
See Also:   net.opengis.wfsv.WfsvPackage.getDocumentRoot_DescribeVersionedFeatureType



getDifferenceQuery
DifferenceQueryType getDifferenceQuery()(Code)
Returns the value of the 'Difference Query' containment reference. The DifferenceFilter element is used to gather differences in features matched by a standard OGC filter at starting and ending featureVersion, and a filter used to match the value of the 'Difference Query' containment reference.
See Also:   DocumentRoot.setDifferenceQuery(DifferenceQueryType)
See Also:   net.opengis.wfsv.WfsvPackage.getDocumentRoot_DifferenceQuery



getGetDiff
GetDiffType getGetDiff()(Code)
Returns the value of the 'Get Diff' containment reference. The GetDiff element is used to request that a Versioning Web Feature Service returns a transaction command that can be used to alter features at version m to turn them into version n the value of the 'Get Diff' containment reference.
See Also:   DocumentRoot.setGetDiff(GetDiffType)
See Also:   net.opengis.wfsv.WfsvPackage.getDocumentRoot_GetDiff



getGetLog
GetLogType getGetLog()(Code)
Returns the value of the 'Get Log' containment reference. The GetLog element is used to request that a Versioning Web Feature Service return the change history for features of one or more feature types. the value of the 'Get Log' containment reference.
See Also:   DocumentRoot.setGetLog(GetLogType)
See Also:   net.opengis.wfsv.WfsvPackage.getDocumentRoot_GetLog



getGetVersionedFeature
GetVersionedFeatureType getGetVersionedFeature()(Code)
Returns the value of the 'Get Versioned Feature' containment reference. The GetVersionedFeature element is used to request that a Versioning Web Feature Service return versioned feature type instances of one or more feature types. the value of the 'Get Versioned Feature' containment reference.
See Also:   DocumentRoot.setGetVersionedFeature(GetVersionedFeatureType)
See Also:   net.opengis.wfsv.WfsvPackage.getDocumentRoot_GetVersionedFeature



getMixed
FeatureMap getMixed()(Code)
Returns the value of the 'Mixed' attribute list. The list contents are of type org.eclipse.emf.ecore.util.FeatureMap.Entry .

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

the value of the 'Mixed' attribute list.
See Also:   net.opengis.wfsv.WfsvPackage.getDocumentRoot_Mixed



getRollback
RollbackType getRollback()(Code)
Returns the value of the 'Rollback' containment reference. Rolls back the changes occurred on all matched features between fromFeatureVersion and featureVersion the value of the 'Rollback' containment reference.
See Also:   DocumentRoot.setRollback(RollbackType)
See Also:   net.opengis.wfsv.WfsvPackage.getDocumentRoot_Rollback



getVersionedDelete
VersionedDeleteElementType getVersionedDelete()(Code)
Returns the value of the 'Versioned Delete' containment reference.

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

the value of the 'Versioned Delete' containment reference.
See Also:   DocumentRoot.setVersionedDelete(VersionedDeleteElementType)
See Also:   net.opengis.wfsv.WfsvPackage.getDocumentRoot_VersionedDelete



getVersionedFeatureCollection
VersionedFeatureCollectionType getVersionedFeatureCollection()(Code)
Returns the value of the 'Versioned Feature Collection' containment reference.

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

the value of the 'Versioned Feature Collection' containment reference.
See Also:   DocumentRoot.setVersionedFeatureCollection(VersionedFeatureCollectionType)
See Also:   net.opengis.wfsv.WfsvPackage.getDocumentRoot_VersionedFeatureCollection



getVersionedUpdate
VersionedUpdateElementType getVersionedUpdate()(Code)
Returns the value of the 'Versioned Update' containment reference.

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

the value of the 'Versioned Update' containment reference.
See Also:   DocumentRoot.setVersionedUpdate(VersionedUpdateElementType)
See Also:   net.opengis.wfsv.WfsvPackage.getDocumentRoot_VersionedUpdate



getXMLNSPrefixMap
EMap getXMLNSPrefixMap()(Code)
Returns the value of the 'XMLNS Prefix Map' map. The key is of type java.lang.String , and the value is of type java.lang.String ,

If the meaning of the 'XMLNS Prefix Map' map isn't clear, there really should be more of a description here...

the value of the 'XMLNS Prefix Map' map.
See Also:   net.opengis.wfsv.WfsvPackage.getDocumentRoot_XMLNSPrefixMap



getXSISchemaLocation
EMap getXSISchemaLocation()(Code)
Returns the value of the 'XSI Schema Location' map. The key is of type java.lang.String , and the value is of type java.lang.String ,

If the meaning of the 'XSI Schema Location' map isn't clear, there really should be more of a description here...

the value of the 'XSI Schema Location' map.
See Also:   net.opengis.wfsv.WfsvPackage.getDocumentRoot_XSISchemaLocation



setDescribeVersionedFeatureType
void setDescribeVersionedFeatureType(Object value)(Code)
Sets the value of the ' net.opengis.wfsv.DocumentRoot.getDescribeVersionedFeatureType Describe Versioned Feature Type ' attribute.
Parameters:
  value - the new value of the 'Describe Versioned Feature Type' attribute.
See Also:   DocumentRoot.getDescribeVersionedFeatureType()



setDifferenceQuery
void setDifferenceQuery(DifferenceQueryType value)(Code)
Sets the value of the ' net.opengis.wfsv.DocumentRoot.getDifferenceQuery Difference Query ' containment reference.
Parameters:
  value - the new value of the 'Difference Query' containment reference.
See Also:   DocumentRoot.getDifferenceQuery()



setGetDiff
void setGetDiff(GetDiffType value)(Code)
Sets the value of the ' net.opengis.wfsv.DocumentRoot.getGetDiff Get Diff ' containment reference.
Parameters:
  value - the new value of the 'Get Diff' containment reference.
See Also:   DocumentRoot.getGetDiff()



setGetLog
void setGetLog(GetLogType value)(Code)
Sets the value of the ' net.opengis.wfsv.DocumentRoot.getGetLog Get Log ' containment reference.
Parameters:
  value - the new value of the 'Get Log' containment reference.
See Also:   DocumentRoot.getGetLog()



setGetVersionedFeature
void setGetVersionedFeature(GetVersionedFeatureType value)(Code)
Sets the value of the ' net.opengis.wfsv.DocumentRoot.getGetVersionedFeature Get Versioned Feature ' containment reference.
Parameters:
  value - the new value of the 'Get Versioned Feature' containment reference.
See Also:   DocumentRoot.getGetVersionedFeature()



setRollback
void setRollback(RollbackType value)(Code)
Sets the value of the ' net.opengis.wfsv.DocumentRoot.getRollback Rollback ' containment reference.
Parameters:
  value - the new value of the 'Rollback' containment reference.
See Also:   DocumentRoot.getRollback()



setVersionedDelete
void setVersionedDelete(VersionedDeleteElementType value)(Code)
Sets the value of the ' net.opengis.wfsv.DocumentRoot.getVersionedDelete Versioned Delete ' containment reference.
Parameters:
  value - the new value of the 'Versioned Delete' containment reference.
See Also:   DocumentRoot.getVersionedDelete()



setVersionedFeatureCollection
void setVersionedFeatureCollection(VersionedFeatureCollectionType value)(Code)
Sets the value of the ' net.opengis.wfsv.DocumentRoot.getVersionedFeatureCollection Versioned Feature Collection ' containment reference.
Parameters:
  value - the new value of the 'Versioned Feature Collection' containment reference.
See Also:   DocumentRoot.getVersionedFeatureCollection()



setVersionedUpdate
void setVersionedUpdate(VersionedUpdateElementType value)(Code)
Sets the value of the ' net.opengis.wfsv.DocumentRoot.getVersionedUpdate Versioned Update ' containment reference.
Parameters:
  value - the new value of the 'Versioned Update' containment reference.
See Also:   DocumentRoot.getVersionedUpdate()



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