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:
Csw20Package.getGetRecordsResponseType()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getRequestId()
Returns the value of the 'Request Id' attribute.SearchResultsType
getSearchResults()
Returns the value of the 'Search Results' containment reference.RequestStatusType
getSearchStatus()
Returns the value of the 'Search Status' containment reference.String
getVersion()
Returns the value of the 'Version' attribute.void
setRequestId(String value)
Sets the value of the 'Request Id
' attribute.void
setSearchResults(SearchResultsType value)
Sets the value of the 'Search Results
' containment reference.void
setSearchStatus(RequestStatusType value)
Sets the value of the 'Search Status
' containment reference.void
setVersion(String value)
Sets the value of the 'Version
' attribute.
-
-
-
Method Detail
-
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(String)
,Csw20Package.getGetRecordsResponseType_RequestId()
-
setRequestId
void setRequestId(String value)
Sets the value of the 'Request Id
' attribute.- Parameters:
value
- the new value of the 'Request Id' attribute.- See Also:
getRequestId()
-
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(RequestStatusType)
,Csw20Package.getGetRecordsResponseType_SearchStatus()
-
setSearchStatus
void setSearchStatus(RequestStatusType value)
Sets the value of the 'Search Status
' containment reference.- Parameters:
value
- the new value of the 'Search Status' containment reference.- See Also:
getSearchStatus()
-
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(SearchResultsType)
,Csw20Package.getGetRecordsResponseType_SearchResults()
-
setSearchResults
void setSearchResults(SearchResultsType value)
Sets the value of the 'Search Results
' containment reference.- Parameters:
value
- the new value of the 'Search Results' containment reference.- See Also:
getSearchResults()
-
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(String)
,Csw20Package.getGetRecordsResponseType_Version()
-
setVersion
void setVersion(String value)
Sets the value of the 'Version
' attribute.- Parameters:
value
- the new value of the 'Version' attribute.- See Also:
getVersion()
-
-