Search in sources :

Example 11 with Subtitle

use of org.orcid.jaxb.model.v3.dev1.common.Subtitle in project ORCID-Source by ORCID.

the class ActivityValidatorTest method getWorkTitle.

public WorkTitle getWorkTitle() {
    WorkTitle title = new WorkTitle();
    title.setTitle(new Title("title"));
    title.setSubtitle(new Subtitle("subtitle"));
    title.setTranslatedTitle(new TranslatedTitle("translated title", "en"));
    return title;
}
Also used : Subtitle(org.orcid.jaxb.model.v3.dev1.common.Subtitle) TranslatedTitle(org.orcid.jaxb.model.v3.dev1.common.TranslatedTitle) WorkTitle(org.orcid.jaxb.model.v3.dev1.record.WorkTitle) Title(org.orcid.jaxb.model.v3.dev1.common.Title) TranslatedTitle(org.orcid.jaxb.model.v3.dev1.common.TranslatedTitle) FundingTitle(org.orcid.jaxb.model.v3.dev1.record.FundingTitle) WorkTitle(org.orcid.jaxb.model.v3.dev1.record.WorkTitle)

Aggregations

Subtitle (org.orcid.jaxb.model.v3.dev1.common.Subtitle)7 Title (org.orcid.jaxb.model.v3.dev1.common.Title)7 WorkTitle (org.orcid.jaxb.model.v3.dev1.record.WorkTitle)7 Work (org.orcid.jaxb.model.v3.dev1.record.Work)6 TranslatedTitle (org.orcid.jaxb.model.v3.dev1.common.TranslatedTitle)5 CreatedDate (org.orcid.jaxb.model.v3.dev1.common.CreatedDate)4 CreditName (org.orcid.jaxb.model.v3.dev1.common.CreditName)3 FuzzyDate (org.orcid.jaxb.model.v3.dev1.common.FuzzyDate)3 LastModifiedDate (org.orcid.jaxb.model.v3.dev1.common.LastModifiedDate)3 PublicationDate (org.orcid.jaxb.model.v3.dev1.common.PublicationDate)3 Url (org.orcid.jaxb.model.v3.dev1.common.Url)3 WorkContributors (org.orcid.jaxb.model.v3.dev1.record.WorkContributors)3 ContributorOrcid (org.orcid.jaxb.model.v3.dev1.common.ContributorOrcid)2 Country (org.orcid.jaxb.model.v3.dev1.common.Country)2 Day (org.orcid.jaxb.model.v3.dev1.common.Day)2 Iso3166Country (org.orcid.jaxb.model.v3.dev1.common.Iso3166Country)2 Month (org.orcid.jaxb.model.v3.dev1.common.Month)2 Year (org.orcid.jaxb.model.v3.dev1.common.Year)2 Citation (org.orcid.jaxb.model.v3.dev1.record.Citation)2 ExternalID (org.orcid.jaxb.model.v3.dev1.record.ExternalID)2