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
FieldsModifier and TypeFieldDescriptionstatic final TLcdDataPropertyData property that maps to theRequestIdelement.static final TLcdDataPropertyData property that maps to theSearchResultselement.static final TLcdDataPropertyData property that maps to theSearchStatuselement.static final TLcdDataPropertyData property that maps to theversionattribute. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the property that maps to theRequestIdelement.Returns the value of the property that maps to theSearchResultselement.Returns the value of the property that maps to theSearchStatuselement.Returns the value of the property that maps to theversionattribute.voidsetRequestId(URI aValue) Sets the value of the property that maps to theRequestIdelement.voidsetSearchResults(TLcdCSWSearchResults aValue) Sets the value of the property that maps to theSearchResultselement.voidsetSearchStatus(TLcdCSWRequestStatus aValue) Sets the value of the property that maps to theSearchStatuselement.voidsetVersion(String aValue) Sets the value of the property that maps to theversionattribute.
-
Field Details
-
VERSION_PROPERTY
Data property that maps to theversionattribute. The possible values for this property are instances ofString. -
REQUEST_ID_PROPERTY
Data property that maps to theRequestIdelement. The possible values for this property are instances ofURI. -
SEARCH_STATUS_PROPERTY
Data property that maps to theSearchStatuselement. The possible values for this property are instances ofTLcdCSWRequestStatus. -
SEARCH_RESULTS_PROPERTY
Data property that maps to theSearchResultselement. 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 theversionattribute.- Returns:
- the value of the
VERSION_PROPERTYproperty.
-
setVersion
Sets the value of the property that maps to theversionattribute.- Parameters:
aValue- the value to set for theVERSION_PROPERTYproperty.
-
getRequestId
Returns the value of the property that maps to theRequestIdelement.- Returns:
- the value of the
REQUEST_ID_PROPERTYproperty.
-
setRequestId
Sets the value of the property that maps to theRequestIdelement.- Parameters:
aValue- the value to set for theREQUEST_ID_PROPERTYproperty.
-
getSearchStatus
Returns the value of the property that maps to theSearchStatuselement.- Returns:
- the value of the
SEARCH_STATUS_PROPERTYproperty.
-
setSearchStatus
Sets the value of the property that maps to theSearchStatuselement.- Parameters:
aValue- the value to set for theSEARCH_STATUS_PROPERTYproperty.
-
getSearchResults
Returns the value of the property that maps to theSearchResultselement.- Returns:
- the value of the
SEARCH_RESULTS_PROPERTYproperty.
-
setSearchResults
Sets the value of the property that maps to theSearchResultselement.- Parameters:
aValue- the value to set for theSEARCH_RESULTS_PROPERTYproperty.
-