net.opengis.wfs
Interface GetFeatureWithLockType

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

public interface GetFeatureWithLockType
extends GetFeatureType

A representation of the model object 'Get Feature With Lock Type'. A GetFeatureWithLock request operates identically to a GetFeature request expect that it attempts to lock the feature instances in the result set and includes a lock identifier in its response to a client. A lock identifier is an identifier generated by a Web Feature Service that a client application can use, in subsequent operations, to reference the locked set of feature instances.

The following features are supported:

See Also:
WfsPackage.getGetFeatureWithLockType()

Method Summary
 java.math.BigInteger getExpiry()
          Returns the value of the 'Expiry' attribute.
 boolean isSetExpiry()
          Returns whether the value of the 'Expiry' attribute is set.
 void setExpiry(java.math.BigInteger value)
          Sets the value of the 'Expiry' attribute.
 void unsetExpiry()
          Unsets the value of the 'Expiry' attribute.
 
Methods inherited from interface net.opengis.wfs.GetFeatureType
getFormatOptions, getMaxFeatures, getOutputFormat, getQuery, getResultType, getTraverseXlinkDepth, getTraverseXlinkExpiry, isSetOutputFormat, isSetResultType, setFormatOptions, setMaxFeatures, setOutputFormat, setResultType, setTraverseXlinkDepth, setTraverseXlinkExpiry, unsetOutputFormat, unsetResultType
 
Methods inherited from interface net.opengis.wfs.BaseRequestType
getBaseUrl, getHandle, getProvidedVersion, getService, getVersion, isSetService, isSetVersion, setBaseUrl, setHandle, setProvidedVersion, setService, setVersion, unsetService, unsetVersion
 
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

getExpiry

java.math.BigInteger getExpiry()
Returns the value of the 'Expiry' attribute. The default value is "5". The expiry attribute is used to set the length of time (expressed in minutes) that features will remain locked as a result of a GetFeatureWithLock request. After the expiry period elapses, the locked resources must be released. If the expiry attribute is not set, then the default value of 5 minutes will be enforced.

Returns:
the value of the 'Expiry' attribute.
See Also:
isSetExpiry(), unsetExpiry(), setExpiry(BigInteger), WfsPackage.getGetFeatureWithLockType_Expiry()

setExpiry

void setExpiry(java.math.BigInteger value)
Sets the value of the 'Expiry' attribute.

Parameters:
value - the new value of the 'Expiry' attribute.
See Also:
isSetExpiry(), unsetExpiry(), getExpiry()

unsetExpiry

void unsetExpiry()
Unsets the value of the 'Expiry' attribute.

See Also:
isSetExpiry(), getExpiry(), setExpiry(BigInteger)

isSetExpiry

boolean isSetExpiry()
Returns whether the value of the 'Expiry' attribute is set.

Returns:
whether the value of the 'Expiry' attribute is set.
See Also:
unsetExpiry(), getExpiry(), setExpiry(BigInteger)


Copyright © 1996-2010 Geotools. All Rights Reserved.