Package net.opengis.wfs20
Interface LockFeatureType
- All Superinterfaces:
BaseRequestType,EObject,Notifier
- All Known Implementing Classes:
LockFeatureTypeImpl
A representation of the model object 'Lock Feature Type'.
The following features are supported:
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionEList<AbstractQueryExpressionType>Returns the value of the 'Abstract Query Expression' containment reference list.FeatureMapReturns the value of the 'Abstract Query Expression Group' attribute list.Returns the value of the 'Expiry' attribute.Returns the value of the 'Lock Action' attribute.Returns the value of the 'Lock Id' attribute.booleanReturns whether the value of the 'Expiry' attribute is set.booleanReturns 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.voidSets the value of the 'Lock Id' attribute.voidUnsets the value of the 'Expiry' attribute.voidUnsets the value of the 'Lock Action' attribute.Methods inherited from interface BaseRequestType
getBaseUrl, getExtendedProperties, getHandle, getService, getVersion, isSetService, isSetVersion, setBaseUrl, setExtendedProperties, setHandle, setService, setVersion, unsetService, unsetVersionMethods inherited from interface EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnsetMethods inherited from interface Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
getAbstractQueryExpressionGroup
FeatureMap getAbstractQueryExpressionGroup()Returns the value of the 'Abstract Query Expression Group' attribute list. The list contents are of typeFeatureMap.Entry.If the meaning of the 'Abstract Query Expression Group' attribute list isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Abstract Query Expression Group' attribute list.
- See Also:
-
getAbstractQueryExpression
EList<AbstractQueryExpressionType> getAbstractQueryExpression()Returns the value of the 'Abstract Query Expression' containment reference list. The list contents are of typeAbstractQueryExpressionType.If the meaning of the 'Abstract Query Expression' containment reference list isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Abstract Query Expression' containment reference list.
- See Also:
-
getExpiry
BigInteger 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:
-
setExpiry
Sets the value of the 'Expiry' attribute.- Parameters:
value- the new value of the 'Expiry' attribute.- See Also:
-
unsetExpiry
void unsetExpiry()Unsets the value of the 'Expiry' attribute.- See Also:
-
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:
-
getLockAction
AllSomeType 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:
-
setLockAction
Sets the value of the 'Lock Action' attribute.- Parameters:
value- the new value of the 'Lock Action' attribute.- See Also:
-
unsetLockAction
void unsetLockAction()Unsets the value of the 'Lock Action' attribute. -
isSetLockAction
boolean 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:
-
getLockId
String getLockId()Returns the value of the 'Lock Id' attribute.If the meaning of the 'Lock Id' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Lock Id' attribute.
- See Also:
-
setLockId
Sets the value of the 'Lock Id' attribute.- Parameters:
value- the new value of the 'Lock Id' attribute.- See Also:
-