public class VolumeInfo extends Object
| Modifier and Type | Field and Description |
|---|---|
AccessType |
access |
URI |
iiifManifest |
String |
imageGroup |
String |
imageList |
String |
itemId |
LicenseType |
license |
Integer |
pagesIntroTbrc |
List<PartInfo> |
partInfo |
Boolean |
restrictedInChina |
String |
statusUri |
Integer |
totalPages |
Integer |
volumeNumber |
String |
workId |
| Constructor and Description |
|---|
VolumeInfo() |
VolumeInfo(org.apache.jena.rdf.model.Model m,
String volumeId) |
VolumeInfo(org.apache.jena.rdf.model.Model m,
String workId,
String volumeId) |
VolumeInfo(org.apache.jena.query.QuerySolution sol) |
| Modifier and Type | Method and Description |
|---|---|
AccessType |
getAccess() |
URI |
getIiifManifest() |
String |
getImageGroup() |
String |
getImageList() |
Iterator<String> |
getImageListIterator(int beginIdx,
int endIdx) |
String |
getItemId() |
LicenseType |
getLicense() |
Integer |
getPagesIntroTbrc() |
Integer |
getTotalPages() |
String |
getWorkId() |
String |
toString() |
public AccessType access
public Boolean restrictedInChina
public LicenseType license
public String statusUri
public String workId
public String itemId
public String imageList
public Integer totalPages
public Integer pagesIntroTbrc
public Integer volumeNumber
public String imageGroup
public URI iiifManifest
public VolumeInfo(org.apache.jena.query.QuerySolution sol)
public VolumeInfo(org.apache.jena.rdf.model.Model m,
String volumeId)
throws BDRCAPIException
BDRCAPIExceptionpublic VolumeInfo(org.apache.jena.rdf.model.Model m,
String workId,
String volumeId)
throws BDRCAPIException
BDRCAPIExceptionpublic VolumeInfo()
public AccessType getAccess()
public LicenseType getLicense()
public String getWorkId()
public String getItemId()
public String getImageList()
public Integer getTotalPages()
public Integer getPagesIntroTbrc()
public String getImageGroup()
public URI getIiifManifest()
Copyright © 2019. All rights reserved.