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
FieldsModifier and TypeFieldDescriptionstatic final TLcdDataPropertyData property that maps to thetimestampattribute. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the property that maps to thetimestampattribute.voidsetTimestamp(XMLGregorianCalendar aValue) Sets the value of the property that maps to thetimestampattribute.
-
Field Details
-
TIMESTAMP_PROPERTY
Data property that maps to thetimestampattribute. 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 thetimestampattribute.- Returns:
- the value of the
TIMESTAMP_PROPERTYproperty.
-
setTimestamp
Sets the value of the property that maps to thetimestampattribute.- Parameters:
aValue- the value to set for theTIMESTAMP_PROPERTYproperty.
-