Package eu.clarin.sru.client
Class SRUExplainRecordData
- java.lang.Object
- 
- eu.clarin.sru.client.SRUExplainRecordData
 
- 
- All Implemented Interfaces:
- SRURecordData
 
 public class SRUExplainRecordData extends Object implements SRURecordData A record data implementation for SRU explain record data conforming to the ZeeRex schema.- See Also:
- ZeeRex DTD
 
- 
- 
Nested Class SummaryNested Classes Modifier and Type Class Description static classSRUExplainRecordData.ConfigInfostatic classSRUExplainRecordData.DatabaseInfostatic classSRUExplainRecordData.IndexInfostatic classSRUExplainRecordData.LocalizedStringstatic classSRUExplainRecordData.Schemastatic classSRUExplainRecordData.ServerInfo
 - 
Field SummaryFields Modifier and Type Field Description static StringRECORD_SCHEMA
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description SRUExplainRecordData.ConfigInfogetConfigInfo()SRUExplainRecordData.DatabaseInfogetDatabaseInfo()SRUExplainRecordData.IndexInfogetIndexInfo()StringgetRecordSchema()The record schema for this record.List<SRUExplainRecordData.Schema>getSchemaInfo()SRUExplainRecordData.ServerInfogetServerInfo()booleanisTransient()This record is transient.
 
- 
- 
- 
Field Detail- 
RECORD_SCHEMApublic static final String RECORD_SCHEMA - See Also:
- Constant Field Values
 
 
- 
 - 
Method Detail- 
isTransientpublic boolean isTransient() Description copied from interface:SRURecordDataThis record is transient. If you want to store the data to process it later, you need to create a copy of the data.- Specified by:
- isTransientin interface- SRURecordData
- Returns:
- true, if record is transient,- falseotherwise
 
 - 
getRecordSchemapublic String getRecordSchema() Description copied from interface:SRURecordDataThe record schema for this record.- Specified by:
- getRecordSchemain interface- SRURecordData
- Returns:
- the record schema
 
 - 
getServerInfopublic SRUExplainRecordData.ServerInfo getServerInfo() 
 - 
getDatabaseInfopublic SRUExplainRecordData.DatabaseInfo getDatabaseInfo() 
 - 
getSchemaInfopublic List<SRUExplainRecordData.Schema> getSchemaInfo() 
 - 
getIndexInfopublic SRUExplainRecordData.IndexInfo getIndexInfo() 
 - 
getConfigInfopublic SRUExplainRecordData.ConfigInfo getConfigInfo() 
 
- 
 
-