Java Doc for DocumentRoot.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.DocumentRoot

All known Subclasses:   net.opengis.wfs.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.wfs.WfsPackage.getDocumentRoot




Method Summary
 DeleteElementTypegetDelete()
     Returns the value of the 'Delete' containment reference.
 DescribeFeatureTypeTypegetDescribeFeatureType()
     Returns the value of the 'Describe Feature Type' containment reference.
 FeatureCollectionTypegetFeatureCollection()
     Returns the value of the 'Feature Collection' containment reference.
 FeatureTypeListTypegetFeatureTypeList()
     Returns the value of the 'Feature Type List' containment reference.
 GetCapabilitiesTypegetGetCapabilities()
     Returns the value of the 'Get Capabilities' containment reference.
 GetFeatureTypegetGetFeature()
     Returns the value of the 'Get Feature' containment reference.
 GetFeatureWithLockTypegetGetFeatureWithLock()
     Returns the value of the 'Get Feature With Lock' containment reference.
 GetGmlObjectTypegetGetGmlObject()
     Returns the value of the 'Get Gml Object' containment reference.
 InsertElementTypegetInsert()
     Returns the value of the 'Insert' containment reference. The Insert element is used to indicate that the Web Feature Service should create a new instance of a feature type.
 LockFeatureTypegetLockFeature()
     Returns the value of the 'Lock Feature' containment reference.
 LockFeatureResponseTypegetLockFeatureResponse()
     Returns the value of the 'Lock Feature Response' containment reference.
 StringgetLockId()
     Returns the value of the 'Lock Id' attribute.
 FeatureMapgetMixed()
     Returns the value of the 'Mixed' attribute list.
 NativeTypegetNative()
     Returns the value of the 'Native' containment reference. Many times, a Web Feature Service interacts with a repository that may have special vendor specific capabilities.
 PropertyTypegetProperty()
     Returns the value of the 'Property' containment reference.
 StringgetPropertyName()
     Returns the value of the 'Property Name' attribute. The Property element is used to specify one or more properties of a feature whose values are to be retrieved by a Web Feature Service. While a Web Feature Service should endeavour to satisfy the exact request specified, in some instance this may not be possible.
 QueryTypegetQuery()
     Returns the value of the 'Query' containment reference. The Query element is used to describe a single query. One or more Query elements can be specified inside a GetFeature element so that multiple queries can be executed in one request.
 GMLObjectTypeListTypegetServesGMLObjectTypeList()
     Returns the value of the 'Serves GML Object Type List' containment reference.
 GMLObjectTypeListTypegetSupportsGMLObjectTypeList()
     Returns the value of the 'Supports GML Object Type List' containment reference.
 TransactionTypegetTransaction()
     Returns the value of the 'Transaction' containment reference.
 TransactionResponseTypegetTransactionResponse()
     Returns the value of the 'Transaction Response' containment reference.
 UpdateElementTypegetUpdate()
     Returns the value of the 'Update' containment reference.
 WFSCapabilitiesTypegetWfsCapabilities()
     Returns the value of the 'Wfs Capabilities' containment reference.
 EMapgetXMLNSPrefixMap()
     Returns the value of the 'XMLNS Prefix Map' map.
 EMapgetXSISchemaLocation()
     Returns the value of the 'XSI Schema Location' map.
 XlinkPropertyNameTypegetXlinkPropertyName()
     Returns the value of the 'Xlink Property Name' containment reference. This element may be used in place of an wfs:PropertyName element in a wfs:Query element in a wfs:GetFeature element to selectively request the traversal of nested XLinks in the returned element for the named property.
 voidsetDelete(DeleteElementType value)
     Sets the value of the ' net.opengis.wfs.DocumentRoot.getDelete Delete ' containment reference.
 voidsetDescribeFeatureType(DescribeFeatureTypeType value)
     Sets the value of the ' net.opengis.wfs.DocumentRoot.getDescribeFeatureType Describe Feature Type ' containment reference.
 voidsetFeatureCollection(FeatureCollectionType value)
     Sets the value of the ' net.opengis.wfs.DocumentRoot.getFeatureCollection Feature Collection ' containment reference.
 voidsetFeatureTypeList(FeatureTypeListType value)
     Sets the value of the ' net.opengis.wfs.DocumentRoot.getFeatureTypeList Feature Type List ' containment reference.
 voidsetGetCapabilities(GetCapabilitiesType value)
     Sets the value of the ' net.opengis.wfs.DocumentRoot.getGetCapabilities Get Capabilities ' containment reference.
 voidsetGetFeature(GetFeatureType value)
     Sets the value of the ' net.opengis.wfs.DocumentRoot.getGetFeature Get Feature ' containment reference.
 voidsetGetFeatureWithLock(GetFeatureWithLockType value)
     Sets the value of the ' net.opengis.wfs.DocumentRoot.getGetFeatureWithLock Get Feature With Lock ' containment reference.
 voidsetGetGmlObject(GetGmlObjectType value)
     Sets the value of the ' net.opengis.wfs.DocumentRoot.getGetGmlObject Get Gml Object ' containment reference.
 voidsetInsert(InsertElementType value)
     Sets the value of the ' net.opengis.wfs.DocumentRoot.getInsert Insert ' containment reference.
 voidsetLockFeature(LockFeatureType value)
     Sets the value of the ' net.opengis.wfs.DocumentRoot.getLockFeature Lock Feature ' containment reference.
 voidsetLockFeatureResponse(LockFeatureResponseType value)
     Sets the value of the ' net.opengis.wfs.DocumentRoot.getLockFeatureResponse Lock Feature Response ' containment reference.
 voidsetLockId(String value)
     Sets the value of the ' net.opengis.wfs.DocumentRoot.getLockId Lock Id ' attribute.
 voidsetNative(NativeType value)
     Sets the value of the ' net.opengis.wfs.DocumentRoot.getNative Native ' containment reference.
 voidsetProperty(PropertyType value)
     Sets the value of the ' net.opengis.wfs.DocumentRoot.getProperty Property ' containment reference.
 voidsetPropertyName(String value)
     Sets the value of the ' net.opengis.wfs.DocumentRoot.getPropertyName Property Name ' attribute.
 voidsetQuery(QueryType value)
     Sets the value of the ' net.opengis.wfs.DocumentRoot.getQuery Query ' containment reference.
 voidsetServesGMLObjectTypeList(GMLObjectTypeListType value)
     Sets the value of the ' net.opengis.wfs.DocumentRoot.getServesGMLObjectTypeList Serves GML Object Type List ' containment reference.
 voidsetSupportsGMLObjectTypeList(GMLObjectTypeListType value)
     Sets the value of the ' net.opengis.wfs.DocumentRoot.getSupportsGMLObjectTypeList Supports GML Object Type List ' containment reference.
 voidsetTransaction(TransactionType value)
     Sets the value of the ' net.opengis.wfs.DocumentRoot.getTransaction Transaction ' containment reference.
 voidsetTransactionResponse(TransactionResponseType value)
     Sets the value of the ' net.opengis.wfs.DocumentRoot.getTransactionResponse Transaction Response ' containment reference.
 voidsetUpdate(UpdateElementType value)
     Sets the value of the ' net.opengis.wfs.DocumentRoot.getUpdate Update ' containment reference.
 voidsetWfsCapabilities(WFSCapabilitiesType value)
     Sets the value of the ' net.opengis.wfs.DocumentRoot.getWfsCapabilities Wfs Capabilities ' containment reference.
 voidsetXlinkPropertyName(XlinkPropertyNameType value)
     Sets the value of the ' net.opengis.wfs.DocumentRoot.getXlinkPropertyName Xlink Property Name ' containment reference.



Method Detail
getDelete
DeleteElementType getDelete()(Code)
Returns the value of the 'Delete' containment reference. The Delete element is used to indicate that one or more feature instances should be removed from the feature repository. the value of the 'Delete' containment reference.
See Also:   DocumentRoot.setDelete(DeleteElementType)
See Also:   net.opengis.wfs.WfsPackage.getDocumentRoot_Delete



getDescribeFeatureType
DescribeFeatureTypeType getDescribeFeatureType()(Code)
Returns the value of the 'Describe Feature Type' containment reference. The DescribeFeatureType element is used to request that a Web Feature Service generate a document describing one or more feature types. the value of the 'Describe Feature Type' containment reference.
See Also:   DocumentRoot.setDescribeFeatureType(DescribeFeatureTypeType)
See Also:   net.opengis.wfs.WfsPackage.getDocumentRoot_DescribeFeatureType



getFeatureCollection
FeatureCollectionType getFeatureCollection()(Code)
Returns the value of the 'Feature Collection' containment reference. This element is a container for the response to a GetFeature or GetFeatureWithLock (WFS-transaction.xsd) request. the value of the 'Feature Collection' containment reference.
See Also:   DocumentRoot.setFeatureCollection(FeatureCollectionType)
See Also:   net.opengis.wfs.WfsPackage.getDocumentRoot_FeatureCollection



getFeatureTypeList
FeatureTypeListType getFeatureTypeList()(Code)
Returns the value of the 'Feature Type List' containment reference.

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

the value of the 'Feature Type List' containment reference.
See Also:   DocumentRoot.setFeatureTypeList(FeatureTypeListType)
See Also:   net.opengis.wfs.WfsPackage.getDocumentRoot_FeatureTypeList



getGetCapabilities
GetCapabilitiesType getGetCapabilities()(Code)
Returns the value of the 'Get Capabilities' containment reference.

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

the value of the 'Get Capabilities' containment reference.
See Also:   DocumentRoot.setGetCapabilities(GetCapabilitiesType)
See Also:   net.opengis.wfs.WfsPackage.getDocumentRoot_GetCapabilities



getGetFeature
GetFeatureType getGetFeature()(Code)
Returns the value of the 'Get Feature' containment reference. The GetFeature element is used to request that a Web Feature Service return feature type instances of one or more feature types. the value of the 'Get Feature' containment reference.
See Also:   DocumentRoot.setGetFeature(GetFeatureType)
See Also:   net.opengis.wfs.WfsPackage.getDocumentRoot_GetFeature



getGetFeatureWithLock
GetFeatureWithLockType getGetFeatureWithLock()(Code)
Returns the value of the 'Get Feature With Lock' containment reference. This is the root element for the GetFeatureWithLock request. The GetFeatureWithLock operation performs identically to a GetFeature request except that the GetFeatureWithLock request locks all the feature instances in the result set and returns a lock identifier to a client application in the response. The lock identifier is returned to the client application using the lockId attribute define on the wfs:FeatureCollection element. the value of the 'Get Feature With Lock' containment reference.
See Also:   DocumentRoot.setGetFeatureWithLock(GetFeatureWithLockType)
See Also:   net.opengis.wfs.WfsPackage.getDocumentRoot_GetFeatureWithLock



getGetGmlObject
GetGmlObjectType getGetGmlObject()(Code)
Returns the value of the 'Get Gml Object' containment reference. The GetGmlObject element is used to request that a Web Feature Service return an element with a gml:id attribute value specified by an ogc:GmlObjectId. the value of the 'Get Gml Object' containment reference.
See Also:   DocumentRoot.setGetGmlObject(GetGmlObjectType)
See Also:   net.opengis.wfs.WfsPackage.getDocumentRoot_GetGmlObject



getInsert
InsertElementType getInsert()(Code)
Returns the value of the 'Insert' containment reference. The Insert element is used to indicate that the Web Feature Service should create a new instance of a feature type. The feature instance is specified using GML3 and one or more feature instances to be created can be contained inside the Insert element. the value of the 'Insert' containment reference.
See Also:   DocumentRoot.setInsert(InsertElementType)
See Also:   net.opengis.wfs.WfsPackage.getDocumentRoot_Insert



getLockFeature
LockFeatureType getLockFeature()(Code)
Returns the value of the 'Lock Feature' containment reference. This is the root element for a LockFeature request. The LockFeature request can be used to lock one or more feature instances. the value of the 'Lock Feature' containment reference.
See Also:   DocumentRoot.setLockFeature(LockFeatureType)
See Also:   net.opengis.wfs.WfsPackage.getDocumentRoot_LockFeature



getLockFeatureResponse
LockFeatureResponseType getLockFeatureResponse()(Code)
Returns the value of the 'Lock Feature Response' containment reference. The LockFeatureResponse element contains a report about the completion status of a LockFeature request. the value of the 'Lock Feature Response' containment reference.
See Also:   DocumentRoot.setLockFeatureResponse(LockFeatureResponseType)
See Also:   net.opengis.wfs.WfsPackage.getDocumentRoot_LockFeatureResponse



getLockId
String getLockId()(Code)
Returns the value of the 'Lock Id' attribute. The LockId element contains the value of the lock identifier obtained by a client application from a previous GetFeatureWithLock or LockFeature request. the value of the 'Lock Id' attribute.
See Also:   DocumentRoot.setLockId(String)
See Also:   net.opengis.wfs.WfsPackage.getDocumentRoot_LockId



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.wfs.WfsPackage.getDocumentRoot_Mixed



getNative
NativeType getNative()(Code)
Returns the value of the 'Native' containment reference. Many times, a Web Feature Service interacts with a repository that may have special vendor specific capabilities. The native element allows vendor specific command to be passed to the repository via the Web Feature Service. the value of the 'Native' containment reference.
See Also:   DocumentRoot.setNative(NativeType)
See Also:   net.opengis.wfs.WfsPackage.getDocumentRoot_Native



getProperty
PropertyType getProperty()(Code)
Returns the value of the 'Property' containment reference. The Property element is used to specify the new value of a feature property inside an Update element. the value of the 'Property' containment reference.
See Also:   DocumentRoot.setProperty(PropertyType)
See Also:   net.opengis.wfs.WfsPackage.getDocumentRoot_Property



getPropertyName
String getPropertyName()(Code)
Returns the value of the 'Property Name' attribute. The Property element is used to specify one or more properties of a feature whose values are to be retrieved by a Web Feature Service. While a Web Feature Service should endeavour to satisfy the exact request specified, in some instance this may not be possible. Specifically, a Web Feature Service must generate a valid GML3 response to a Query operation. The schema used to generate the output may include properties that are mandatory. In order that the output validates, these mandatory properties must be specified in the request. If they are not, a Web Feature Service may add them automatically to the Query before processing it. Thus a client application should, in general, be prepared to receive more properties than it requested. Of course, using the DescribeFeatureType request, a client application can determine which properties are mandatory and request them in the first place. the value of the 'Property Name' attribute.
See Also:   DocumentRoot.setPropertyName(String)
See Also:   net.opengis.wfs.WfsPackage.getDocumentRoot_PropertyName



getQuery
QueryType getQuery()(Code)
Returns the value of the 'Query' containment reference. The Query element is used to describe a single query. One or more Query elements can be specified inside a GetFeature element so that multiple queries can be executed in one request. The output from the various queries are combined in a wfs:FeatureCollection element to form the response document. the value of the 'Query' containment reference.
See Also:   DocumentRoot.setQuery(QueryType)
See Also:   net.opengis.wfs.WfsPackage.getDocumentRoot_Query



getServesGMLObjectTypeList
GMLObjectTypeListType getServesGMLObjectTypeList()(Code)
Returns the value of the 'Serves GML Object Type List' containment reference. List of GML Object types available for GetGmlObject requests the value of the 'Serves GML Object Type List' containment reference.
See Also:   DocumentRoot.setServesGMLObjectTypeList(GMLObjectTypeListType)
See Also:   net.opengis.wfs.WfsPackage.getDocumentRoot_ServesGMLObjectTypeList



getSupportsGMLObjectTypeList
GMLObjectTypeListType getSupportsGMLObjectTypeList()(Code)
Returns the value of the 'Supports GML Object Type List' containment reference. List of GML Object types that WFS is capable of serving, either directly, or as validly derived types defined in a GML application schema. the value of the 'Supports GML Object Type List' containment reference.
See Also:   DocumentRoot.setSupportsGMLObjectTypeList(GMLObjectTypeListType)
See Also:   net.opengis.wfs.WfsPackage.getDocumentRoot_SupportsGMLObjectTypeList



getTransaction
TransactionType getTransaction()(Code)
Returns the value of the 'Transaction' containment reference. This is the root element for a Transaction request. A transaction request allows insert, update and delete operations to be performed to create, change or remove feature instances. the value of the 'Transaction' containment reference.
See Also:   DocumentRoot.setTransaction(TransactionType)
See Also:   net.opengis.wfs.WfsPackage.getDocumentRoot_Transaction



getTransactionResponse
TransactionResponseType getTransactionResponse()(Code)
Returns the value of the 'Transaction Response' containment reference. The TransactionResponse element contains a report about the completion status of a Transaction operation. the value of the 'Transaction Response' containment reference.
See Also:   DocumentRoot.setTransactionResponse(TransactionResponseType)
See Also:   net.opengis.wfs.WfsPackage.getDocumentRoot_TransactionResponse



getUpdate
UpdateElementType getUpdate()(Code)
Returns the value of the 'Update' containment reference. One or more existing feature instances can be changed by using the Update element. the value of the 'Update' containment reference.
See Also:   DocumentRoot.setUpdate(UpdateElementType)
See Also:   net.opengis.wfs.WfsPackage.getDocumentRoot_Update



getWfsCapabilities
WFSCapabilitiesType getWfsCapabilities()(Code)
Returns the value of the 'Wfs Capabilities' containment reference.

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

the value of the 'Wfs Capabilities' containment reference.
See Also:   DocumentRoot.setWfsCapabilities(WFSCapabilitiesType)
See Also:   net.opengis.wfs.WfsPackage.getDocumentRoot_WfsCapabilities



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.wfs.WfsPackage.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.wfs.WfsPackage.getDocumentRoot_XSISchemaLocation



getXlinkPropertyName
XlinkPropertyNameType getXlinkPropertyName()(Code)
Returns the value of the 'Xlink Property Name' containment reference. This element may be used in place of an wfs:PropertyName element in a wfs:Query element in a wfs:GetFeature element to selectively request the traversal of nested XLinks in the returned element for the named property. This element may not be used in other requests -- GetFeatureWithLock, LockFeature, Insert, Update, Delete -- in this version of the WFS specification. the value of the 'Xlink Property Name' containment reference.
See Also:   DocumentRoot.setXlinkPropertyName(XlinkPropertyNameType)
See Also:   net.opengis.wfs.WfsPackage.getDocumentRoot_XlinkPropertyName



setDelete
void setDelete(DeleteElementType value)(Code)
Sets the value of the ' net.opengis.wfs.DocumentRoot.getDelete Delete ' containment reference.
Parameters:
  value - the new value of the 'Delete' containment reference.
See Also:   DocumentRoot.getDelete()



setDescribeFeatureType
void setDescribeFeatureType(DescribeFeatureTypeType value)(Code)
Sets the value of the ' net.opengis.wfs.DocumentRoot.getDescribeFeatureType Describe Feature Type ' containment reference.
Parameters:
  value - the new value of the 'Describe Feature Type' containment reference.
See Also:   DocumentRoot.getDescribeFeatureType()



setFeatureCollection
void setFeatureCollection(FeatureCollectionType value)(Code)
Sets the value of the ' net.opengis.wfs.DocumentRoot.getFeatureCollection Feature Collection ' containment reference.
Parameters:
  value - the new value of the 'Feature Collection' containment reference.
See Also:   DocumentRoot.getFeatureCollection()



setFeatureTypeList
void setFeatureTypeList(FeatureTypeListType value)(Code)
Sets the value of the ' net.opengis.wfs.DocumentRoot.getFeatureTypeList Feature Type List ' containment reference.
Parameters:
  value - the new value of the 'Feature Type List' containment reference.
See Also:   DocumentRoot.getFeatureTypeList()



setGetCapabilities
void setGetCapabilities(GetCapabilitiesType value)(Code)
Sets the value of the ' net.opengis.wfs.DocumentRoot.getGetCapabilities Get Capabilities ' containment reference.
Parameters:
  value - the new value of the 'Get Capabilities' containment reference.
See Also:   DocumentRoot.getGetCapabilities()



setGetFeature
void setGetFeature(GetFeatureType value)(Code)
Sets the value of the ' net.opengis.wfs.DocumentRoot.getGetFeature Get Feature ' containment reference.
Parameters:
  value - the new value of the 'Get Feature' containment reference.
See Also:   DocumentRoot.getGetFeature()



setGetFeatureWithLock
void setGetFeatureWithLock(GetFeatureWithLockType value)(Code)
Sets the value of the ' net.opengis.wfs.DocumentRoot.getGetFeatureWithLock Get Feature With Lock ' containment reference.
Parameters:
  value - the new value of the 'Get Feature With Lock' containment reference.
See Also:   DocumentRoot.getGetFeatureWithLock()



setGetGmlObject
void setGetGmlObject(GetGmlObjectType value)(Code)
Sets the value of the ' net.opengis.wfs.DocumentRoot.getGetGmlObject Get Gml Object ' containment reference.
Parameters:
  value - the new value of the 'Get Gml Object' containment reference.
See Also:   DocumentRoot.getGetGmlObject()



setInsert
void setInsert(InsertElementType value)(Code)
Sets the value of the ' net.opengis.wfs.DocumentRoot.getInsert Insert ' containment reference.
Parameters:
  value - the new value of the 'Insert' containment reference.
See Also:   DocumentRoot.getInsert()



setLockFeature
void setLockFeature(LockFeatureType value)(Code)
Sets the value of the ' net.opengis.wfs.DocumentRoot.getLockFeature Lock Feature ' containment reference.
Parameters:
  value - the new value of the 'Lock Feature' containment reference.
See Also:   DocumentRoot.getLockFeature()



setLockFeatureResponse
void setLockFeatureResponse(LockFeatureResponseType value)(Code)
Sets the value of the ' net.opengis.wfs.DocumentRoot.getLockFeatureResponse Lock Feature Response ' containment reference.
Parameters:
  value - the new value of the 'Lock Feature Response' containment reference.
See Also:   DocumentRoot.getLockFeatureResponse()



setLockId
void setLockId(String value)(Code)
Sets the value of the ' net.opengis.wfs.DocumentRoot.getLockId Lock Id ' attribute.
Parameters:
  value - the new value of the 'Lock Id' attribute.
See Also:   DocumentRoot.getLockId()



setNative
void setNative(NativeType value)(Code)
Sets the value of the ' net.opengis.wfs.DocumentRoot.getNative Native ' containment reference.
Parameters:
  value - the new value of the 'Native' containment reference.
See Also:   DocumentRoot.getNative()



setProperty
void setProperty(PropertyType value)(Code)
Sets the value of the ' net.opengis.wfs.DocumentRoot.getProperty Property ' containment reference.
Parameters:
  value - the new value of the 'Property' containment reference.
See Also:   DocumentRoot.getProperty()



setPropertyName
void setPropertyName(String value)(Code)
Sets the value of the ' net.opengis.wfs.DocumentRoot.getPropertyName Property Name ' attribute.
Parameters:
  value - the new value of the 'Property Name' attribute.
See Also:   DocumentRoot.getPropertyName()



setQuery
void setQuery(QueryType value)(Code)
Sets the value of the ' net.opengis.wfs.DocumentRoot.getQuery Query ' containment reference.
Parameters:
  value - the new value of the 'Query' containment reference.
See Also:   DocumentRoot.getQuery()



setServesGMLObjectTypeList
void setServesGMLObjectTypeList(GMLObjectTypeListType value)(Code)
Sets the value of the ' net.opengis.wfs.DocumentRoot.getServesGMLObjectTypeList Serves GML Object Type List ' containment reference.
Parameters:
  value - the new value of the 'Serves GML Object Type List' containment reference.
See Also:   DocumentRoot.getServesGMLObjectTypeList()



setSupportsGMLObjectTypeList
void setSupportsGMLObjectTypeList(GMLObjectTypeListType value)(Code)
Sets the value of the ' net.opengis.wfs.DocumentRoot.getSupportsGMLObjectTypeList Supports GML Object Type List ' containment reference.
Parameters:
  value - the new value of the 'Supports GML Object Type List' containment reference.
See Also:   DocumentRoot.getSupportsGMLObjectTypeList()



setTransaction
void setTransaction(TransactionType value)(Code)
Sets the value of the ' net.opengis.wfs.DocumentRoot.getTransaction Transaction ' containment reference.
Parameters:
  value - the new value of the 'Transaction' containment reference.
See Also:   DocumentRoot.getTransaction()



setTransactionResponse
void setTransactionResponse(TransactionResponseType value)(Code)
Sets the value of the ' net.opengis.wfs.DocumentRoot.getTransactionResponse Transaction Response ' containment reference.
Parameters:
  value - the new value of the 'Transaction Response' containment reference.
See Also:   DocumentRoot.getTransactionResponse()



setUpdate
void setUpdate(UpdateElementType value)(Code)
Sets the value of the ' net.opengis.wfs.DocumentRoot.getUpdate Update ' containment reference.
Parameters:
  value - the new value of the 'Update' containment reference.
See Also:   DocumentRoot.getUpdate()



setWfsCapabilities
void setWfsCapabilities(WFSCapabilitiesType value)(Code)
Sets the value of the ' net.opengis.wfs.DocumentRoot.getWfsCapabilities Wfs Capabilities ' containment reference.
Parameters:
  value - the new value of the 'Wfs Capabilities' containment reference.
See Also:   DocumentRoot.getWfsCapabilities()



setXlinkPropertyName
void setXlinkPropertyName(XlinkPropertyNameType value)(Code)
Sets the value of the ' net.opengis.wfs.DocumentRoot.getXlinkPropertyName Xlink Property Name ' containment reference.
Parameters:
  value - the new value of the 'Xlink Property Name' containment reference.
See Also:   DocumentRoot.getXlinkPropertyName()



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