net.opengis.wfsv
Interface DocumentRoot

All Superinterfaces:
org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier
All Known Implementing Classes:
DocumentRootImpl

public interface DocumentRoot
extends org.eclipse.emf.ecore.EObject

A representation of the model object 'Document Root'.

The following features are supported:

See Also:
WfsvPackage.getDocumentRoot()

Method Summary
 java.lang.Object getDescribeVersionedFeatureType()
          Returns the value of the 'Describe Versioned Feature Type' attribute.
 DifferenceQueryType getDifferenceQuery()
          Returns the value of the 'Difference Query' containment reference.
 GetDiffType getGetDiff()
          Returns the value of the 'Get Diff' containment reference.
 GetLogType getGetLog()
          Returns the value of the 'Get Log' containment reference.
 GetVersionedFeatureType getGetVersionedFeature()
          Returns the value of the 'Get Versioned Feature' containment reference.
 org.eclipse.emf.ecore.util.FeatureMap getMixed()
          Returns the value of the 'Mixed' attribute list.
 RollbackType getRollback()
          Returns the value of the 'Rollback' containment reference.
 VersionedDeleteElementType getVersionedDelete()
          Returns the value of the 'Versioned Delete' containment reference.
 VersionedFeatureCollectionType getVersionedFeatureCollection()
          Returns the value of the 'Versioned Feature Collection' containment reference.
 VersionedUpdateElementType getVersionedUpdate()
          Returns the value of the 'Versioned Update' containment reference.
 org.eclipse.emf.common.util.EMap getXMLNSPrefixMap()
          Returns the value of the 'XMLNS Prefix Map' map.
 org.eclipse.emf.common.util.EMap getXSISchemaLocation()
          Returns the value of the 'XSI Schema Location' map.
 void setDescribeVersionedFeatureType(java.lang.Object value)
          Sets the value of the 'Describe Versioned Feature Type' attribute.
 void setDifferenceQuery(DifferenceQueryType value)
          Sets the value of the 'Difference Query' containment reference.
 void setGetDiff(GetDiffType value)
          Sets the value of the 'Get Diff' containment reference.
 void setGetLog(GetLogType value)
          Sets the value of the 'Get Log' containment reference.
 void setGetVersionedFeature(GetVersionedFeatureType value)
          Sets the value of the 'Get Versioned Feature' containment reference.
 void setRollback(RollbackType value)
          Sets the value of the 'Rollback' containment reference.
 void setVersionedDelete(VersionedDeleteElementType value)
          Sets the value of the 'Versioned Delete' containment reference.
 void setVersionedFeatureCollection(VersionedFeatureCollectionType value)
          Sets the value of the 'Versioned Feature Collection' containment reference.
 void setVersionedUpdate(VersionedUpdateElementType value)
          Sets the value of the 'Versioned Update' containment reference.
 
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 

Method Detail

getMixed

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

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

Returns:
the value of the 'Mixed' attribute list.
See Also:
WfsvPackage.getDocumentRoot_Mixed()

getXMLNSPrefixMap

org.eclipse.emf.common.util.EMap getXMLNSPrefixMap()
Returns the value of the 'XMLNS Prefix Map' map. The key is of type String, and the value is of type String,

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

Returns:
the value of the 'XMLNS Prefix Map' map.
See Also:
WfsvPackage.getDocumentRoot_XMLNSPrefixMap()

getXSISchemaLocation

org.eclipse.emf.common.util.EMap getXSISchemaLocation()
Returns the value of the 'XSI Schema Location' map. The key is of type String, and the value is of type String,

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

Returns:
the value of the 'XSI Schema Location' map.
See Also:
WfsvPackage.getDocumentRoot_XSISchemaLocation()

getDescribeVersionedFeatureType

java.lang.Object getDescribeVersionedFeatureType()
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

Returns:
the value of the 'Describe Versioned Feature Type' attribute.
See Also:
setDescribeVersionedFeatureType(Object), WfsvPackage.getDocumentRoot_DescribeVersionedFeatureType()

setDescribeVersionedFeatureType

void setDescribeVersionedFeatureType(java.lang.Object value)
Sets the value of the 'Describe Versioned Feature Type' attribute.

Parameters:
value - the new value of the 'Describe Versioned Feature Type' attribute.
See Also:
getDescribeVersionedFeatureType()

getDifferenceQuery

DifferenceQueryType getDifferenceQuery()
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

Returns:
the value of the 'Difference Query' containment reference.
See Also:
setDifferenceQuery(DifferenceQueryType), WfsvPackage.getDocumentRoot_DifferenceQuery()

setDifferenceQuery

void setDifferenceQuery(DifferenceQueryType value)
Sets the value of the 'Difference Query' containment reference.

Parameters:
value - the new value of the 'Difference Query' containment reference.
See Also:
getDifferenceQuery()

getGetDiff

GetDiffType getGetDiff()
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

Returns:
the value of the 'Get Diff' containment reference.
See Also:
setGetDiff(GetDiffType), WfsvPackage.getDocumentRoot_GetDiff()

setGetDiff

void setGetDiff(GetDiffType value)
Sets the value of the 'Get Diff' containment reference.

Parameters:
value - the new value of the 'Get Diff' containment reference.
See Also:
getGetDiff()

getGetLog

GetLogType getGetLog()
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.

Returns:
the value of the 'Get Log' containment reference.
See Also:
setGetLog(GetLogType), WfsvPackage.getDocumentRoot_GetLog()

setGetLog

void setGetLog(GetLogType value)
Sets the value of the 'Get Log' containment reference.

Parameters:
value - the new value of the 'Get Log' containment reference.
See Also:
getGetLog()

getGetVersionedFeature

GetVersionedFeatureType getGetVersionedFeature()
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.

Returns:
the value of the 'Get Versioned Feature' containment reference.
See Also:
setGetVersionedFeature(GetVersionedFeatureType), WfsvPackage.getDocumentRoot_GetVersionedFeature()

setGetVersionedFeature

void setGetVersionedFeature(GetVersionedFeatureType value)
Sets the value of the 'Get Versioned Feature' containment reference.

Parameters:
value - the new value of the 'Get Versioned Feature' containment reference.
See Also:
getGetVersionedFeature()

getRollback

RollbackType getRollback()
Returns the value of the 'Rollback' containment reference. Rolls back the changes occurred on all matched features between fromFeatureVersion and featureVersion

Returns:
the value of the 'Rollback' containment reference.
See Also:
setRollback(RollbackType), WfsvPackage.getDocumentRoot_Rollback()

setRollback

void setRollback(RollbackType value)
Sets the value of the 'Rollback' containment reference.

Parameters:
value - the new value of the 'Rollback' containment reference.
See Also:
getRollback()

getVersionedDelete

VersionedDeleteElementType getVersionedDelete()
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...

Returns:
the value of the 'Versioned Delete' containment reference.
See Also:
setVersionedDelete(VersionedDeleteElementType), WfsvPackage.getDocumentRoot_VersionedDelete()

setVersionedDelete

void setVersionedDelete(VersionedDeleteElementType value)
Sets the value of the 'Versioned Delete' containment reference.

Parameters:
value - the new value of the 'Versioned Delete' containment reference.
See Also:
getVersionedDelete()

getVersionedFeatureCollection

VersionedFeatureCollectionType getVersionedFeatureCollection()
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...

Returns:
the value of the 'Versioned Feature Collection' containment reference.
See Also:
setVersionedFeatureCollection(VersionedFeatureCollectionType), WfsvPackage.getDocumentRoot_VersionedFeatureCollection()

setVersionedFeatureCollection

void setVersionedFeatureCollection(VersionedFeatureCollectionType value)
Sets the value of the 'Versioned Feature Collection' containment reference.

Parameters:
value - the new value of the 'Versioned Feature Collection' containment reference.
See Also:
getVersionedFeatureCollection()

getVersionedUpdate

VersionedUpdateElementType getVersionedUpdate()
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...

Returns:
the value of the 'Versioned Update' containment reference.
See Also:
setVersionedUpdate(VersionedUpdateElementType), WfsvPackage.getDocumentRoot_VersionedUpdate()

setVersionedUpdate

void setVersionedUpdate(VersionedUpdateElementType value)
Sets the value of the 'Versioned Update' containment reference.

Parameters:
value - the new value of the 'Versioned Update' containment reference.
See Also:
getVersionedUpdate()


Copyright © 1996-2010 Geotools. All Rights Reserved.