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 Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetIdentifier()StringgetLocation()StringgetName()booleangetRetrieve()booleangetSort()List<SRUExplainRecordData.LocalizedString>getTitle()
-
-
-
Method Detail
-
getIdentifier
public String getIdentifier()
-
getName
public String getName()
-
getLocation
public String getLocation()
-
getSort
public boolean getSort()
-
getRetrieve
public boolean getRetrieve()
-
getTitle
public List<SRUExplainRecordData.LocalizedString> getTitle()
-
-