public class ScholixType extends Object implements Serializable
| Constructor and Description |
|---|
ScholixType() |
| Modifier and Type | Method and Description |
|---|---|
static ScholixType |
fromScholix(Scholix input) |
String |
getHarvestDate()
Gets harvest date.
|
String |
getLicenseURL()
Gets The URL of the license for the Scholix Link Information Package
|
List<ScholixLinkProviderType> |
getLinkProvider()
Gets The source(s) of this Link Information Package.
|
String |
getLinkPublicationDate()
Gets Date when this Link Information Package was first formally issued from this current Provider
|
RelationshipType |
getRelationshipType()
Gets the nature of the relationship between the source object and target object in this Link Information Package
|
ScholixItemType |
getSource()
Gets Root element relative to all properties describing the link’s source object
|
ScholixItemType |
getTarget()
Gets Root element relative to all properties describing the link’s target object
|
void |
setHarvestDate(String harvestDate)
Sets harvest date.
|
void |
setLicenseURL(String licenseURL)
Sets license url.
|
void |
setLinkProvider(List<ScholixLinkProviderType> linkProvider)
Sets link provider.
|
void |
setLinkPublicationDate(String linkPublicationDate)
Sets link publication date.
|
void |
setRelationshipType(RelationshipType relationshipType)
Sets relationship type.
|
void |
setSource(ScholixItemType source)
Sets source.
|
void |
setTarget(ScholixItemType target)
Sets target.
|
public RelationshipType getRelationshipType()
public void setRelationshipType(RelationshipType relationshipType)
relationshipType - the relationship typepublic ScholixItemType getSource()
public void setSource(ScholixItemType source)
source - the sourcepublic ScholixItemType getTarget()
public void setTarget(ScholixItemType target)
target - the targetpublic String getHarvestDate()
public void setHarvestDate(String harvestDate)
harvestDate - the harvest datepublic String getLicenseURL()
public void setLicenseURL(String licenseURL)
licenseURL - the license urlpublic List<ScholixLinkProviderType> getLinkProvider()
public void setLinkProvider(List<ScholixLinkProviderType> linkProvider)
linkProvider - the link providerpublic String getLinkPublicationDate()
public void setLinkPublicationDate(String linkPublicationDate)
linkPublicationDate - the link publication datepublic static ScholixType fromScholix(Scholix input)
Copyright © 2025. All rights reserved.