public class ScholixItemType extends Object
| Constructor and Description |
|---|
ScholixItemType() |
| Modifier and Type | Method and Description |
|---|---|
static ScholixItemType |
fromScholixResource(ScholixResource input) |
List<ScholixCreatorType> |
getCreator()
Gets creator.
|
List<ScholixIdentifierType> |
getIdentifier()
Gets identifier.
|
String |
getPublicationDate()
Gets publication date.
|
List<ScholixLinkProviderType> |
getPublisher()
Gets publisher.
|
String |
getSubType()
Gets type.
|
String |
getTitle()
Gets title.
|
String |
getType()
Gets type.
|
ScholixItemType |
setCreator(List<ScholixCreatorType> creator)
Sets creator.
|
ScholixItemType |
setIdentifier(List<ScholixIdentifierType> identifier)
Sets identifier.
|
ScholixItemType |
setPublicationDate(String publicationDate)
Sets publication date.
|
ScholixItemType |
setPublisher(List<ScholixLinkProviderType> publisher)
Sets publisher.
|
ScholixItemType |
setSubType(String subType)
Sets sub Type.
|
ScholixItemType |
setTitle(String title)
Sets title.
|
ScholixItemType |
setType(String type)
Sets type.
|
public List<ScholixIdentifierType> getIdentifier()
public ScholixItemType setIdentifier(List<ScholixIdentifierType> identifier)
identifier - the identifierpublic String getTitle()
public ScholixItemType setTitle(String title)
title - the titlepublic String getSubType()
public ScholixItemType setSubType(String subType)
subType - the subTypepublic String getType()
public ScholixItemType setType(String type)
type - the typepublic List<ScholixCreatorType> getCreator()
public ScholixItemType setCreator(List<ScholixCreatorType> creator)
creator - the creatorpublic String getPublicationDate()
public ScholixItemType setPublicationDate(String publicationDate)
publicationDate - the publication datepublic List<ScholixLinkProviderType> getPublisher()
public ScholixItemType setPublisher(List<ScholixLinkProviderType> publisher)
publisher - the publisherpublic static ScholixItemType fromScholixResource(ScholixResource input)
Copyright © 2025. All rights reserved.