Package net.opengis.wfs20
Interface ExecutionStatusType
- 
- All Superinterfaces:
- EObject,- Notifier
 - All Known Subinterfaces:
- CreateStoredQueryResponseType
 - All Known Implementing Classes:
- CreateStoredQueryResponseTypeImpl,- ExecutionStatusTypeImpl
 
 public interface ExecutionStatusType extends EObjectA representation of the model object 'Execution Status Type'.The following features are supported: - See Also:
- Wfs20Package.getExecutionStatusType()
 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetStatus()Returns the value of the 'Status' attribute.booleanisSetStatus()Returns whether the value of the 'Status' attribute is set.voidsetStatus(String value)Sets the value of the 'Status' attribute.voidunsetStatus()Unsets the value of the 'Status' attribute.
 
- 
- 
- 
Method Detail- 
getStatusString 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:
- isSetStatus(),- unsetStatus(),- setStatus(String),- Wfs20Package.getExecutionStatusType_Status()
 
 - 
setStatusvoid setStatus(String value) Sets the value of the 'Status' attribute.- Parameters:
- value- the new value of the 'Status' attribute.
- See Also:
- isSetStatus(),- unsetStatus(),- getStatus()
 
 - 
unsetStatusvoid unsetStatus() Unsets the value of the 'Status' attribute.- See Also:
- isSetStatus(),- getStatus(),- setStatus(String)
 
 - 
isSetStatusboolean isSetStatus() Returns whether the value of the 'Status' attribute is set.- Returns:
- whether the value of the 'Status' attribute is set.
- See Also:
- unsetStatus(),- getStatus(),- setStatus(String)
 
 
- 
 
-