Package com.luciad.ogc.csw.model
Class TLcdCSWGetRecordsResponse
java.lang.Object
com.luciad.datamodel.TLcdDataObject
com.luciad.ogc.csw.model.TLcdCSWGetRecordsResponse
- All Implemented Interfaces:
ILcdDataObject
,ILcdCloneable
,ILcdDeepCloneable
,Cloneable
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 Summary
Modifier and TypeFieldDescriptionstatic final TLcdDataProperty
Data property that maps to theRequestId
element.static final TLcdDataProperty
Data property that maps to theSearchResults
element.static final TLcdDataProperty
Data property that maps to theSearchStatus
element.static final TLcdDataProperty
Data property that maps to theversion
attribute. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the property that maps to theRequestId
element.Returns the value of the property that maps to theSearchResults
element.Returns the value of the property that maps to theSearchStatus
element.Returns the value of the property that maps to theversion
attribute.void
setRequestId
(URI aValue) Sets the value of the property that maps to theRequestId
element.void
setSearchResults
(TLcdCSWSearchResults aValue) Sets the value of the property that maps to theSearchResults
element.void
setSearchStatus
(TLcdCSWRequestStatus aValue) Sets the value of the property that maps to theSearchStatus
element.void
setVersion
(String aValue) Sets the value of the property that maps to theversion
attribute.
-
Field Details
-
VERSION_PROPERTY
Data property that maps to theversion
attribute. The possible values for this property are instances ofString
. -
REQUEST_ID_PROPERTY
Data property that maps to theRequestId
element. The possible values for this property are instances ofURI
. -
SEARCH_STATUS_PROPERTY
Data property that maps to theSearchStatus
element. The possible values for this property are instances ofTLcdCSWRequestStatus
. -
SEARCH_RESULTS_PROPERTY
Data property that maps to theSearchResults
element. The possible values for this property are instances ofTLcdCSWSearchResults
.
-
-
Constructor Details
-
TLcdCSWGetRecordsResponse
public TLcdCSWGetRecordsResponse() -
TLcdCSWGetRecordsResponse
-
-
Method Details
-
getVersion
Returns the value of the property that maps to theversion
attribute.- Returns:
- the value of the
VERSION_PROPERTY
property.
-
setVersion
Sets the value of the property that maps to theversion
attribute.- Parameters:
aValue
- the value to set for theVERSION_PROPERTY
property.
-
getRequestId
Returns the value of the property that maps to theRequestId
element.- Returns:
- the value of the
REQUEST_ID_PROPERTY
property.
-
setRequestId
Sets the value of the property that maps to theRequestId
element.- Parameters:
aValue
- the value to set for theREQUEST_ID_PROPERTY
property.
-
getSearchStatus
Returns the value of the property that maps to theSearchStatus
element.- Returns:
- the value of the
SEARCH_STATUS_PROPERTY
property.
-
setSearchStatus
Sets the value of the property that maps to theSearchStatus
element.- Parameters:
aValue
- the value to set for theSEARCH_STATUS_PROPERTY
property.
-
getSearchResults
Returns the value of the property that maps to theSearchResults
element.- Returns:
- the value of the
SEARCH_RESULTS_PROPERTY
property.
-
setSearchResults
Sets the value of the property that maps to theSearchResults
element.- Parameters:
aValue
- the value to set for theSEARCH_RESULTS_PROPERTY
property.
-