public class GetRecordsResponseType extends Object
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>
| Modifier and Type | Field and Description |
|---|---|
protected String |
requestId |
protected SearchResultsType |
searchResults |
protected RequestStatusType |
searchStatus |
protected String |
version |
| Constructor and Description |
|---|
GetRecordsResponseType()
Default no-arg constructor
|
GetRecordsResponseType(String requestId,
RequestStatusType searchStatus,
SearchResultsType searchResults,
String version)
Fully-initialising value constructor
|
| Modifier and Type | Method and Description |
|---|---|
String |
getRequestId()
Gets the value of the requestId property.
|
SearchResultsType |
getSearchResults()
Gets the value of the searchResults property.
|
RequestStatusType |
getSearchStatus()
Gets the value of the searchStatus property.
|
String |
getVersion()
Gets the value of the version property.
|
void |
setRequestId(String value)
Sets the value of the requestId property.
|
void |
setSearchResults(SearchResultsType value)
Sets the value of the searchResults property.
|
void |
setSearchStatus(RequestStatusType value)
Sets the value of the searchStatus property.
|
void |
setVersion(String value)
Sets the value of the version property.
|
protected String requestId
protected RequestStatusType searchStatus
protected SearchResultsType searchResults
protected String version
public GetRecordsResponseType()
public GetRecordsResponseType(String requestId, RequestStatusType searchStatus, SearchResultsType searchResults, String version)
public String getRequestId()
Stringpublic void setRequestId(String value)
value - allowed object is
Stringpublic RequestStatusType getSearchStatus()
RequestStatusTypepublic void setSearchStatus(RequestStatusType value)
value - allowed object is
RequestStatusTypepublic SearchResultsType getSearchResults()
SearchResultsTypepublic void setSearchResults(SearchResultsType value)
value - allowed object is
SearchResultsTypepublic String getVersion()
StringCopyright © 2016. All rights reserved.