net.opengis.wfsv
Interface VersionedFeatureCollectionType

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

public interface VersionedFeatureCollectionType
extends FeatureCollectionType

A representation of the model object 'Versioned Feature Collection Type'. A collection of versioned features

The following features are supported:

See Also:
WfsvPackage.getVersionedFeatureCollectionType()

Method Summary
 java.lang.String getVersion()
          Returns the value of the 'Version' attribute.
 void setVersion(java.lang.String value)
          Sets the value of the 'Version' attribute.
 
Methods inherited from interface net.opengis.wfs.FeatureCollectionType
getFeature, getLockId, getNumberOfFeatures, getTimeStamp, setLockId, setNumberOfFeatures, setTimeStamp
 
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

getVersion

java.lang.String getVersion()
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...

Returns:
the value of the 'Version' attribute.
See Also:
setVersion(String), WfsvPackage.getVersionedFeatureCollectionType_Version()

setVersion

void setVersion(java.lang.String value)
Sets the value of the 'Version' attribute.

Parameters:
value - the new value of the 'Version' attribute.
See Also:
getVersion()


Copyright © 1996-2010 Geotools. All Rights Reserved.