Package net.opengis.wfs20
Interface GetFeatureWithLockType
- 
- All Superinterfaces:
- BaseRequestType,- EObject,- GetFeatureType,- Notifier
 - All Known Implementing Classes:
- GetFeatureWithLockTypeImpl
 
 public interface GetFeatureWithLockType extends GetFeatureType A representation of the model object 'Get Feature With Lock Type'.The following features are supported: - See Also:
- Wfs20Package.getGetFeatureWithLockType()
 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description BigIntegergetExpiry()Returns the value of the 'Expiry' attribute.AllSomeTypegetLockAction()Returns the value of the 'Lock Action' attribute.booleanisSetExpiry()Returns whether the value of the 'Expiry' attribute is set.booleanisSetLockAction()Returns whether the value of the 'Lock Action' attribute is set.voidsetExpiry(BigInteger value)Sets the value of the 'Expiry' attribute.voidsetLockAction(AllSomeType value)Sets the value of the 'Lock Action' attribute.voidunsetExpiry()Unsets the value of the 'Expiry' attribute.voidunsetLockAction()Unsets the value of the 'Lock Action' attribute.- 
Methods inherited from interface BaseRequestTypegetBaseUrl, getExtendedProperties, getHandle, getService, getVersion, isSetService, isSetVersion, setBaseUrl, setExtendedProperties, setHandle, setService, setVersion, unsetService, unsetVersion
 - 
Methods inherited from interface EObjecteAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
 - 
Methods inherited from interface GetFeatureTypegetAbstractQueryExpression, getAbstractQueryExpressionGroup, getCount, getFormatOptions, getMetadata, getOutputFormat, getResolve, getResolveDepth, getResolveTimeout, getResultType, getStartIndex, getViewParams, isSetOutputFormat, isSetResolve, isSetResolveDepth, isSetResolveTimeout, isSetResultType, isSetStartIndex, setCount, setFormatOptions, setMetadata, setOutputFormat, setResolve, setResolveDepth, setResolveTimeout, setResultType, setStartIndex, unsetOutputFormat, unsetResolve, unsetResolveDepth, unsetResolveTimeout, unsetResultType, unsetStartIndex
 
- 
 
- 
- 
- 
Method Detail- 
getExpiryBigInteger getExpiry() Returns the value of the 'Expiry' attribute. The default value is"300".If the meaning of the 'Expiry' attribute isn't clear, there really should be more of a description here... - Returns:
- the value of the 'Expiry' attribute.
- See Also:
- isSetExpiry(),- unsetExpiry(),- setExpiry(BigInteger),- Wfs20Package.getGetFeatureWithLockType_Expiry()
 
 - 
setExpiryvoid setExpiry(BigInteger value) Sets the value of the 'Expiry' attribute.- Parameters:
- value- the new value of the 'Expiry' attribute.
- See Also:
- isSetExpiry(),- unsetExpiry(),- getExpiry()
 
 - 
unsetExpiryvoid unsetExpiry() Unsets the value of the 'Expiry' attribute.- See Also:
- isSetExpiry(),- getExpiry(),- setExpiry(BigInteger)
 
 - 
isSetExpiryboolean 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)
 
 - 
getLockActionAllSomeType getLockAction() Returns the value of the 'Lock Action' attribute. The default value is"ALL". The literals are from the enumerationAllSomeType.If the meaning of the 'Lock Action' attribute isn't clear, there really should be more of a description here... - Returns:
- the value of the 'Lock Action' attribute.
- See Also:
- AllSomeType,- isSetLockAction(),- unsetLockAction(),- setLockAction(AllSomeType),- Wfs20Package.getGetFeatureWithLockType_LockAction()
 
 - 
setLockActionvoid setLockAction(AllSomeType value) Sets the value of the 'Lock Action' attribute.- Parameters:
- value- the new value of the 'Lock Action' attribute.
- See Also:
- AllSomeType,- isSetLockAction(),- unsetLockAction(),- getLockAction()
 
 - 
unsetLockActionvoid unsetLockAction() Unsets the value of the 'Lock Action' attribute.
 - 
isSetLockActionboolean isSetLockAction() Returns whether the value of the 'Lock Action' attribute is set.- Returns:
- whether the value of the 'Lock Action' attribute is set.
- See Also:
- unsetLockAction(),- getLockAction(),- setLockAction(AllSomeType)
 
 
- 
 
-