Uses of Class
org.orcid.jaxb.model.common_v2.FuzzyDate
Packages that use FuzzyDate
Package
Description
-
Uses of FuzzyDate in org.orcid.jaxb.model.common_v2
Subclasses of FuzzyDate in org.orcid.jaxb.model.common_v2Methods in org.orcid.jaxb.model.common_v2 that return FuzzyDateMethods in org.orcid.jaxb.model.common_v2 with parameters of type FuzzyDateConstructors in org.orcid.jaxb.model.common_v2 with parameters of type FuzzyDate -
Uses of FuzzyDate in org.orcid.jaxb.model.record_v2
Fields in org.orcid.jaxb.model.record_v2 declared as FuzzyDateModifier and TypeFieldDescriptionprotected FuzzyDatePeerReview.completionDateprotected FuzzyDateEducation.endDateprotected FuzzyDateEmployment.endDateprotected FuzzyDateFunding.endDateprotected FuzzyDateEducation.startDateprotected FuzzyDateEmployment.startDateprotected FuzzyDateFunding.startDateMethods in org.orcid.jaxb.model.record_v2 that return FuzzyDateModifier and TypeMethodDescriptionPeerReview.getCompletionDate()Affiliation.getEndDate()Education.getEndDate()Gets the value of the endDate property.Employment.getEndDate()Gets the value of the endDate property.Funding.getEndDate()Gets the value of the endDate property.Affiliation.getStartDate()Education.getStartDate()Gets the value of the startDate property.Employment.getStartDate()Gets the value of the startDate property.Funding.getStartDate()Gets the value of the startDate property.Methods in org.orcid.jaxb.model.record_v2 with parameters of type FuzzyDateModifier and TypeMethodDescriptionvoidPeerReview.setCompletionDate(FuzzyDate completionDate) voidAffiliation.setEndDate(FuzzyDate value) voidEducation.setEndDate(FuzzyDate value) Sets the value of the endDate property.voidEmployment.setEndDate(FuzzyDate value) Sets the value of the endDate property.voidFunding.setEndDate(FuzzyDate value) Sets the value of the endDate property.voidAffiliation.setStartDate(FuzzyDate value) voidEducation.setStartDate(FuzzyDate value) Sets the value of the startDate property.voidEmployment.setStartDate(FuzzyDate value) Sets the value of the startDate property.voidFunding.setStartDate(FuzzyDate value) Sets the value of the startDate property. -
Uses of FuzzyDate in org.orcid.jaxb.model.record.summary_v2
Fields in org.orcid.jaxb.model.record.summary_v2 declared as FuzzyDateModifier and TypeFieldDescriptionprotected FuzzyDatePeerReviewSummary.completionDateprotected FuzzyDateEducationSummary.endDateprotected FuzzyDateEmploymentSummary.endDateprotected FuzzyDateFundingSummary.endDateprotected FuzzyDateEducationSummary.startDateprotected FuzzyDateEmploymentSummary.startDateprotected FuzzyDateFundingSummary.startDateMethods in org.orcid.jaxb.model.record.summary_v2 that return FuzzyDateModifier and TypeMethodDescriptionPeerReviewSummary.getCompletionDate()EducationSummary.getEndDate()EmploymentSummary.getEndDate()FundingSummary.getEndDate()EducationSummary.getStartDate()EmploymentSummary.getStartDate()FundingSummary.getStartDate()Methods in org.orcid.jaxb.model.record.summary_v2 with parameters of type FuzzyDateModifier and TypeMethodDescriptionvoidPeerReviewSummary.setCompletionDate(FuzzyDate completionDate) voidEducationSummary.setEndDate(FuzzyDate endDate) voidEmploymentSummary.setEndDate(FuzzyDate endDate) voidFundingSummary.setEndDate(FuzzyDate endDate) voidEducationSummary.setStartDate(FuzzyDate startDate) voidEmploymentSummary.setStartDate(FuzzyDate startDate) voidFundingSummary.setStartDate(FuzzyDate startDate)