Uses of Class
org.orcid.jaxb.model.v3.release.common.Title
Packages that use Title
Package
Description
-
Uses of Title in org.orcid.jaxb.model.v3.release.record
Fields in org.orcid.jaxb.model.v3.release.record declared as TitleModifier and TypeFieldDescriptionprotected TitleSubject.journalTitleprotected TitleWork.journalTitleprotected TitlePeerReview.subjectContainerNameprotected TitleFundingTitle.titleprotected TitleResearchResourceTitle.titleprotected TitleSubjectName.titleprotected TitleWorkTitle.titleMethods in org.orcid.jaxb.model.v3.release.record that return TitleModifier and TypeMethodDescriptionSubject.getJournalTitle()Work.getJournalTitle()Gets the value of the journalTitle property.PeerReview.getSubjectContainerName()FundingTitle.getTitle()Gets the value of the title property.ResearchResourceTitle.getTitle()SubjectName.getTitle()Gets the value of the title property.WorkTitle.getTitle()Gets the value of the title property.Methods in org.orcid.jaxb.model.v3.release.record with parameters of type TitleModifier and TypeMethodDescriptionvoidSubject.setJournalTitle(Title journalTitle) voidWork.setJournalTitle(Title value) Sets the value of the journalTitle property.voidPeerReview.setSubjectContainerName(Title subjectContainerName) voidSets the value of the title property.voidvoidSets the value of the title property.voidSets the value of the title property. -
Uses of Title in org.orcid.jaxb.model.v3.release.record.summary
Fields in org.orcid.jaxb.model.v3.release.record.summary declared as TitleMethods in org.orcid.jaxb.model.v3.release.record.summary that return TitleModifier and TypeMethodDescriptionWorkSummary.getJournalTitle()Gets the value of the journalTitle property.Methods in org.orcid.jaxb.model.v3.release.record.summary with parameters of type TitleModifier and TypeMethodDescriptionvoidWorkSummary.setJournalTitle(Title value) Sets the value of the journalTitle property.