Class TLcdCSWRequestStatus

java.lang.Object
com.luciad.datamodel.TLcdDataObject
com.luciad.ogc.csw.model.TLcdCSWRequestStatus
All Implemented Interfaces:
ILcdDataObject, ILcdCloneable, ILcdDeepCloneable, Cloneable

public class TLcdCSWRequestStatus extends TLcdDataObject
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 Details

    • TIMESTAMP_PROPERTY

      public static final TLcdDataProperty TIMESTAMP_PROPERTY
      Data property that maps to the timestamp attribute. The possible values for this property are instances of XMLGregorianCalendar.
  • Constructor Details

    • TLcdCSWRequestStatus

      public TLcdCSWRequestStatus()
    • TLcdCSWRequestStatus

      public TLcdCSWRequestStatus(TLcdDataType aType)
  • Method Details

    • getTimestamp

      public XMLGregorianCalendar getTimestamp()
      Returns the value of the property that maps to the timestamp attribute.
      Returns:
      the value of the TIMESTAMP_PROPERTY property.
    • setTimestamp

      public void setTimestamp(XMLGregorianCalendar aValue)
      Sets the value of the property that maps to the timestamp attribute.
      Parameters:
      aValue - the value to set for the TIMESTAMP_PROPERTY property.