Package nl.b3p.csw.jaxb.csw
Class GetRecordsResponseType
- java.lang.Object
-
- nl.b3p.csw.jaxb.csw.GetRecordsResponseType
-
public class GetRecordsResponseType extends Object
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.Java class for GetRecordsResponseType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="GetRecordsResponseType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="RequestId" type="{http://www.w3.org/2001/XMLSchema}anyURI" minOccurs="0"/> <element name="SearchStatus" type="{http://www.opengis.net/cat/csw/2.0.2}RequestStatusType"/> <element name="SearchResults" type="{http://www.opengis.net/cat/csw/2.0.2}SearchResultsType"/> </sequence> <attribute name="version" type="{http://www.w3.org/2001/XMLSchema}string" /> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected StringrequestIdprotected SearchResultsTypesearchResultsprotected RequestStatusTypesearchStatusprotected Stringversion
-
Constructor Summary
Constructors Constructor Description GetRecordsResponseType()Default no-arg constructorGetRecordsResponseType(String requestId, RequestStatusType searchStatus, SearchResultsType searchResults, String version)Fully-initialising value constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetRequestId()Gets the value of the requestId property.SearchResultsTypegetSearchResults()Gets the value of the searchResults property.RequestStatusTypegetSearchStatus()Gets the value of the searchStatus property.StringgetVersion()Gets the value of the version property.voidsetRequestId(String value)Sets the value of the requestId property.voidsetSearchResults(SearchResultsType value)Sets the value of the searchResults property.voidsetSearchStatus(RequestStatusType value)Sets the value of the searchStatus property.voidsetVersion(String value)Sets the value of the version property.
-
-
-
Field Detail
-
requestId
protected String requestId
-
searchStatus
protected RequestStatusType searchStatus
-
searchResults
protected SearchResultsType searchResults
-
version
protected String version
-
-
Constructor Detail
-
GetRecordsResponseType
public GetRecordsResponseType()
Default no-arg constructor
-
GetRecordsResponseType
public GetRecordsResponseType(String requestId, RequestStatusType searchStatus, SearchResultsType searchResults, String version)
Fully-initialising value constructor
-
-
Method Detail
-
getRequestId
public String getRequestId()
Gets the value of the requestId property.- Returns:
- possible object is
String
-
setRequestId
public void setRequestId(String value)
Sets the value of the requestId property.- Parameters:
value- allowed object isString
-
getSearchStatus
public RequestStatusType getSearchStatus()
Gets the value of the searchStatus property.- Returns:
- possible object is
RequestStatusType
-
setSearchStatus
public void setSearchStatus(RequestStatusType value)
Sets the value of the searchStatus property.- Parameters:
value- allowed object isRequestStatusType
-
getSearchResults
public SearchResultsType getSearchResults()
Gets the value of the searchResults property.- Returns:
- possible object is
SearchResultsType
-
setSearchResults
public void setSearchResults(SearchResultsType value)
Sets the value of the searchResults property.- Parameters:
value- allowed object isSearchResultsType
-
getVersion
public String getVersion()
Gets the value of the version property.- Returns:
- possible object is
String
-
-