Package net.opengis.wfs20
Interface LockFeatureType
- 
- All Superinterfaces:
- BaseRequestType,- EObject,- Notifier
 - All Known Implementing Classes:
- LockFeatureTypeImpl
 
 public interface LockFeatureType extends BaseRequestType A representation of the model object 'Lock Feature Type'.The following features are supported: - See Also:
- Wfs20Package.getLockFeatureType()
 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description EList<AbstractQueryExpressionType>getAbstractQueryExpression()Returns the value of the 'Abstract Query Expression' containment reference list.FeatureMapgetAbstractQueryExpressionGroup()Returns the value of the 'Abstract Query Expression Group' attribute list.BigIntegergetExpiry()Returns the value of the 'Expiry' attribute.AllSomeTypegetLockAction()Returns the value of the 'Lock Action' attribute.StringgetLockId()Returns the value of the 'Lock Id' 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.voidsetLockId(String value)Sets the value of the 'Lock Id' 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
 
- 
 
- 
- 
- 
Method Detail- 
getAbstractQueryExpressionGroupFeatureMap 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:
- Wfs20Package.getLockFeatureType_AbstractQueryExpressionGroup()
 
 - 
getAbstractQueryExpressionEList<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:
- Wfs20Package.getLockFeatureType_AbstractQueryExpression()
 
 - 
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.getLockFeatureType_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.getLockFeatureType_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)
 
 - 
getLockIdString 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(String),- Wfs20Package.getLockFeatureType_LockId()
 
 - 
setLockIdvoid setLockId(String value) Sets the value of the 'Lock Id' attribute.- Parameters:
- value- the new value of the 'Lock Id' attribute.
- See Also:
- getLockId()
 
 
- 
 
-