Package eu.clarin.sru.client
Interface SRUExtraResponseData
-
- All Known Implementing Classes:
SRUGenericExtraResponseData
public interface SRUExtraResponseData
Interface for parsed extra response data objects.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description QName
getRootElement()
The QName of a chuck of extra response data.
-
-
-
Method Detail
-
getRootElement
QName getRootElement()
The QName of a chuck of extra response data.- Returns:
- the record schema
-
-