Search in sources :

Example 31 with WorkTitle

use of org.orcid.jaxb.model.v3.dev1.record.WorkTitle 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

WorkTitle (org.orcid.jaxb.model.v3.dev1.record.WorkTitle)30 Title (org.orcid.jaxb.model.v3.dev1.common.Title)29 Work (org.orcid.jaxb.model.v3.dev1.record.Work)21 ExternalIDs (org.orcid.jaxb.model.v3.dev1.record.ExternalIDs)19 ExternalID (org.orcid.jaxb.model.v3.dev1.record.ExternalID)18 Url (org.orcid.jaxb.model.v3.dev1.common.Url)14 Test (org.junit.Test)12 TranslatedTitle (org.orcid.jaxb.model.v3.dev1.common.TranslatedTitle)9 Subtitle (org.orcid.jaxb.model.v3.dev1.common.Subtitle)7 FundingTitle (org.orcid.jaxb.model.v3.dev1.record.FundingTitle)7 WorkBulk (org.orcid.jaxb.model.v3.dev1.record.WorkBulk)7 BaseTest (org.orcid.core.BaseTest)6 SourceEntity (org.orcid.persistence.jpa.entities.SourceEntity)6 WorkSummary (org.orcid.jaxb.model.v3.dev1.record.summary.WorkSummary)5 ClientDetailsEntity (org.orcid.persistence.jpa.entities.ClientDetailsEntity)5 DBUnitTest (org.orcid.test.DBUnitTest)5 Day (org.orcid.jaxb.model.v3.dev1.common.Day)4 Month (org.orcid.jaxb.model.v3.dev1.common.Month)4 Year (org.orcid.jaxb.model.v3.dev1.common.Year)4 PeerReview (org.orcid.jaxb.model.v3.dev1.record.PeerReview)4