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:
Csw20Package.getRequestStatusType()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Calendar
getTimestamp()
Returns the value of the 'Timestamp' attribute.void
setTimestamp(Calendar value)
Sets the value of the 'Timestamp
' attribute.
-
-
-
Method Detail
-
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
void setTimestamp(Calendar value)
Sets the value of the 'Timestamp
' attribute.- Parameters:
value
- the new value of the 'Timestamp' attribute.- See Also:
getTimestamp()
-
-