Package com.luciad.ogc.csw.model
Class TLcdCSWRequestStatus
java.lang.Object
com.luciad.datamodel.TLcdDataObject
com.luciad.ogc.csw.model.TLcdCSWRequestStatus
- All Implemented Interfaces:
ILcdDataObject
,ILcdCloneable
,ILcdDeepCloneable
,Cloneable
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).
- Since:
- 2017.0
-
Field Summary
Modifier and TypeFieldDescriptionstatic final TLcdDataProperty
Data property that maps to thetimestamp
attribute. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the property that maps to thetimestamp
attribute.void
setTimestamp
(XMLGregorianCalendar aValue) Sets the value of the property that maps to thetimestamp
attribute.
-
Field Details
-
TIMESTAMP_PROPERTY
Data property that maps to thetimestamp
attribute. The possible values for this property are instances ofXMLGregorianCalendar
.
-
-
Constructor Details
-
TLcdCSWRequestStatus
public TLcdCSWRequestStatus() -
TLcdCSWRequestStatus
-
-
Method Details
-
getTimestamp
Returns the value of the property that maps to thetimestamp
attribute.- Returns:
- the value of the
TIMESTAMP_PROPERTY
property.
-
setTimestamp
Sets the value of the property that maps to thetimestamp
attribute.- Parameters:
aValue
- the value to set for theTIMESTAMP_PROPERTY
property.
-