Class TLcdCSWGetRecordsResponse

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

public class TLcdCSWGetRecordsResponse extends TLcdDataObject
The response message for a GetRecords request. Some or all of the matching records may be included as children of the SearchResults element. The RequestId is only included if the client specified it.
Since:
2017.0
  • Field Details

    • VERSION_PROPERTY

      public static final TLcdDataProperty VERSION_PROPERTY
      Data property that maps to the version attribute. The possible values for this property are instances of String.
    • REQUEST_ID_PROPERTY

      public static final TLcdDataProperty REQUEST_ID_PROPERTY
      Data property that maps to the RequestId element. The possible values for this property are instances of URI.
    • SEARCH_STATUS_PROPERTY

      public static final TLcdDataProperty SEARCH_STATUS_PROPERTY
      Data property that maps to the SearchStatus element. The possible values for this property are instances of TLcdCSWRequestStatus.
    • SEARCH_RESULTS_PROPERTY

      public static final TLcdDataProperty SEARCH_RESULTS_PROPERTY
      Data property that maps to the SearchResults element. The possible values for this property are instances of TLcdCSWSearchResults.
  • Constructor Details

    • TLcdCSWGetRecordsResponse

      public TLcdCSWGetRecordsResponse()
    • TLcdCSWGetRecordsResponse

      public TLcdCSWGetRecordsResponse(TLcdDataType aType)
  • Method Details

    • getVersion

      public String getVersion()
      Returns the value of the property that maps to the version attribute.
      Returns:
      the value of the VERSION_PROPERTY property.
    • setVersion

      public void setVersion(String aValue)
      Sets the value of the property that maps to the version attribute.
      Parameters:
      aValue - the value to set for the VERSION_PROPERTY property.
    • getRequestId

      public URI getRequestId()
      Returns the value of the property that maps to the RequestId element.
      Returns:
      the value of the REQUEST_ID_PROPERTY property.
    • setRequestId

      public void setRequestId(URI aValue)
      Sets the value of the property that maps to the RequestId element.
      Parameters:
      aValue - the value to set for the REQUEST_ID_PROPERTY property.
    • getSearchStatus

      public TLcdCSWRequestStatus getSearchStatus()
      Returns the value of the property that maps to the SearchStatus element.
      Returns:
      the value of the SEARCH_STATUS_PROPERTY property.
    • setSearchStatus

      public void setSearchStatus(TLcdCSWRequestStatus aValue)
      Sets the value of the property that maps to the SearchStatus element.
      Parameters:
      aValue - the value to set for the SEARCH_STATUS_PROPERTY property.
    • getSearchResults

      public TLcdCSWSearchResults getSearchResults()
      Returns the value of the property that maps to the SearchResults element.
      Returns:
      the value of the SEARCH_RESULTS_PROPERTY property.
    • setSearchResults

      public void setSearchResults(TLcdCSWSearchResults aValue)
      Sets the value of the property that maps to the SearchResults element.
      Parameters:
      aValue - the value to set for the SEARCH_RESULTS_PROPERTY property.