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:
Wfs20Package.getExecutionStatusType()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getStatus()
Returns the value of the 'Status' attribute.boolean
isSetStatus()
Returns whether the value of the 'Status
' attribute is set.void
setStatus(String value)
Sets the value of the 'Status
' attribute.void
unsetStatus()
Unsets the value of the 'Status
' attribute.
-
-
-
Method Detail
-
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:
isSetStatus()
,unsetStatus()
,setStatus(String)
,Wfs20Package.getExecutionStatusType_Status()
-
setStatus
void setStatus(String value)
Sets the value of the 'Status
' attribute.- Parameters:
value
- the new value of the 'Status' attribute.- See Also:
isSetStatus()
,unsetStatus()
,getStatus()
-
unsetStatus
void unsetStatus()
Unsets the value of the 'Status
' attribute.- See Also:
isSetStatus()
,getStatus()
,setStatus(String)
-
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:
unsetStatus()
,getStatus()
,setStatus(String)
-
-