Package net.opengis.wfs20
Interface ExecutionStatusType
- All Superinterfaces:
 EObject,Notifier
- All Known Subinterfaces:
 CreateStoredQueryResponseType
- All Known Implementing Classes:
 CreateStoredQueryResponseTypeImpl,ExecutionStatusTypeImpl
public interface ExecutionStatusType
extends EObject
 A representation of the model object 'Execution Status Type'.
 
 
The following features are supported:
- See Also:
 
- 
Method Summary
Methods 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
- 
getStatus
String getStatus()Returns the value of the 'Status' attribute. The default value is"OK".If the meaning of the 'Status' attribute isn't clear, there really should be more of a description here...
- Returns:
 - the value of the 'Status' attribute.
 - See Also:
 
 - 
setStatus
Sets the value of the 'Status' attribute.- Parameters:
 value- the new value of the 'Status' attribute.- See Also:
 
 - 
unsetStatus
void unsetStatus()Unsets the value of the 'Status' attribute.- See Also:
 
 - 
isSetStatus
boolean isSetStatus()Returns whether the value of the 'Status' attribute is set.- Returns:
 - whether the value of the 'Status' attribute is set.
 - See Also:
 
 
 -