Package net.opengis.cat.csw20
Interface RequestStatusType
- All Superinterfaces:
EObject
,Notifier
- All Known Implementing Classes:
RequestStatusTypeImpl
public interface RequestStatusType
extends EObject
A representation of the model object 'Request Status Type'.
This element provides information about the status of the
search request.
status - status of the search
timestamp - the date and time when the result set was modified
(ISO 8601 format: YYYY-MM-DDThh:mm:ss[+|-]hh:mm).
The following features are supported:
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Timestamp' attribute.void
setTimestamp
(Calendar value) Sets the value of the 'Timestamp
' attribute.Methods inherited from interface EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
Methods inherited from interface Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
getTimestamp
Calendar getTimestamp()Returns the value of the 'Timestamp' attribute.If the meaning of the 'Timestamp' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Timestamp' attribute.
- See Also:
-
#setTimestamp(XMLGregorianCalendar)
Csw20Package.getRequestStatusType_Timestamp()
-
setTimestamp
Sets the value of the 'Timestamp
' attribute.- Parameters:
value
- the new value of the 'Timestamp' attribute.- See Also:
-