Package net.opengis.cat.csw20
Interface GetRecordsResponseType
- All Superinterfaces:
EObject,Notifier
- All Known Implementing Classes:
GetRecordsResponseTypeImpl
public interface GetRecordsResponseType
extends EObject
A representation of the model object 'Get Records Response Type'.
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.
The following features are supported:
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Request Id' attribute.Returns the value of the 'Search Results' containment reference.Returns the value of the 'Search Status' containment reference.Returns the value of the 'Version' attribute.voidsetRequestId(String value) Sets the value of the 'Request Id' attribute.voidSets the value of the 'Search Results' containment reference.voidsetSearchStatus(RequestStatusType value) Sets the value of the 'Search Status' containment reference.voidsetVersion(String value) Sets the value of the 'Version' attribute.Methods inherited from interface EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnsetMethods inherited from interface Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
getRequestId
String getRequestId()Returns the value of the 'Request Id' attribute.If the meaning of the 'Request Id' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Request Id' attribute.
- See Also:
-
setRequestId
Sets the value of the 'Request Id' attribute.- Parameters:
value- the new value of the 'Request Id' attribute.- See Also:
-
getSearchStatus
RequestStatusType getSearchStatus()Returns the value of the 'Search Status' containment reference.If the meaning of the 'Search Status' containment reference isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Search Status' containment reference.
- See Also:
-
setSearchStatus
Sets the value of the 'Search Status' containment reference.- Parameters:
value- the new value of the 'Search Status' containment reference.- See Also:
-
getSearchResults
SearchResultsType getSearchResults()Returns the value of the 'Search Results' containment reference.If the meaning of the 'Search Results' containment reference isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Search Results' containment reference.
- See Also:
-
setSearchResults
Sets the value of the 'Search Results' containment reference.- Parameters:
value- the new value of the 'Search Results' containment reference.- See Also:
-
getVersion
String getVersion()Returns the value of the 'Version' attribute.If the meaning of the 'Version' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Version' attribute.
- See Also:
-
setVersion
Sets the value of the 'Version' attribute.- Parameters:
value- the new value of the 'Version' attribute.- See Also:
-