Package eu.clarin.sru.client
Class SRUExplainRecordData.Schema
- java.lang.Object
- 
- eu.clarin.sru.client.SRUExplainRecordData.Schema
 
- 
- Enclosing class:
- SRUExplainRecordData
 
 public static class SRUExplainRecordData.Schema extends Object 
- 
- 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetIdentifier()StringgetLocation()StringgetName()booleangetRetrieve()booleangetSort()List<SRUExplainRecordData.LocalizedString>getTitle()
 
- 
- 
- 
Method Detail- 
getIdentifierpublic String getIdentifier() 
 - 
getNamepublic String getName() 
 - 
getLocationpublic String getLocation() 
 - 
getSortpublic boolean getSort() 
 - 
getRetrievepublic boolean getRetrieve() 
 - 
getTitlepublic List<SRUExplainRecordData.LocalizedString> getTitle() 
 
- 
 
-