Class ScholixItemType
java.lang.Object
eu.dnetlib.dhp.schema.sx.api.model.v3.ScholixItemType
The type Scholix item type.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ScholixItemTypeGets creator.Gets identifier.Gets publication date.Gets publisher.Gets type.getTitle()Gets title.getType()Gets type.setCreator(List<ScholixCreatorType> creator) Sets creator.setIdentifier(List<ScholixIdentifierType> identifier) Sets identifier.setPublicationDate(String publicationDate) Sets publication date.setPublisher(List<ScholixLinkProviderType> publisher) Sets publisher.setSubType(String subType) Sets sub Type.Sets title.Sets type.
-
Constructor Details
-
ScholixItemType
public ScholixItemType()
-
-
Method Details
-
getIdentifier
Gets identifier.- Returns:
- the identifier
-
setIdentifier
Sets identifier.- Parameters:
identifier- the identifier- Returns:
- the identifier
-
getTitle
Gets title.- Returns:
- the title
-
setTitle
Sets title.- Parameters:
title- the title- Returns:
- the title
-
getSubType
Gets type.- Returns:
- the type
-
setSubType
Sets sub Type.- Parameters:
subType- the subType- Returns:
- the title
-
getType
Gets type.- Returns:
- the type
-
setType
Sets type.- Parameters:
type- the type- Returns:
- the type
-
getCreator
Gets creator.- Returns:
- the creator
-
setCreator
Sets creator.- Parameters:
creator- the creator- Returns:
- the creator
-
getPublicationDate
Gets publication date.- Returns:
- the publication date
-
setPublicationDate
Sets publication date.- Parameters:
publicationDate- the publication date- Returns:
- the publication date
-
getPublisher
Gets publisher.- Returns:
- the publisher
-
setPublisher
Sets publisher.- Parameters:
publisher- the publisher- Returns:
- the publisher
-
fromScholixResource
-