Uses of Class
org.orcid.jaxb.model.v3.release.common.FuzzyDate
Packages that use FuzzyDate
Package
Description
-
Uses of FuzzyDate in org.orcid.jaxb.model.v3.release.common
Subclasses of FuzzyDate in org.orcid.jaxb.model.v3.release.commonMethods in org.orcid.jaxb.model.v3.release.common that return FuzzyDateMethods in org.orcid.jaxb.model.v3.release.common with parameters of type FuzzyDateConstructors in org.orcid.jaxb.model.v3.release.common with parameters of type FuzzyDate -
Uses of FuzzyDate in org.orcid.jaxb.model.v3.release.record
Fields in org.orcid.jaxb.model.v3.release.record declared as FuzzyDateModifier and TypeFieldDescriptionprotected FuzzyDatePeerReview.completionDateprotected FuzzyDateAffiliation.endDateprotected FuzzyDateFunding.endDateprotected FuzzyDateResearchResourceProposal.endDateprotected FuzzyDateAffiliation.startDateprotected FuzzyDateFunding.startDateprotected FuzzyDateResearchResourceProposal.startDateMethods in org.orcid.jaxb.model.v3.release.record that return FuzzyDateModifier and TypeMethodDescriptionPeerReview.getCompletionDate()Affiliation.getEndDate()Gets the value of the endDate property.Funding.getEndDate()Gets the value of the endDate property.ResearchResourceProposal.getEndDate()Affiliation.getStartDate()Gets the value of the startDate property.Funding.getStartDate()Gets the value of the startDate property.ResearchResourceProposal.getStartDate()Methods in org.orcid.jaxb.model.v3.release.record with parameters of type FuzzyDateModifier and TypeMethodDescriptionvoidPeerReview.setCompletionDate(FuzzyDate completionDate) voidAffiliation.setEndDate(FuzzyDate value) Sets the value of the endDate property.voidFunding.setEndDate(FuzzyDate value) Sets the value of the endDate property.voidResearchResourceProposal.setEndDate(FuzzyDate endDate) voidAffiliation.setStartDate(FuzzyDate value) Sets the value of the startDate property.voidFunding.setStartDate(FuzzyDate value) Sets the value of the startDate property.voidResearchResourceProposal.setStartDate(FuzzyDate startDate) -
Uses of FuzzyDate in org.orcid.jaxb.model.v3.release.record.summary
Fields in org.orcid.jaxb.model.v3.release.record.summary declared as FuzzyDateModifier and TypeFieldDescriptionprotected FuzzyDatePeerReviewSummary.completionDateprotected FuzzyDateAffiliationSummary.endDateprotected FuzzyDateFundingSummary.endDateprotected FuzzyDateAffiliationSummary.startDateprotected FuzzyDateFundingSummary.startDateMethods in org.orcid.jaxb.model.v3.release.record.summary that return FuzzyDateModifier and TypeMethodDescriptionPeerReviewSummary.getCompletionDate()AffiliationSummary.getEndDate()FundingSummary.getEndDate()AffiliationSummary.getStartDate()FundingSummary.getStartDate()Methods in org.orcid.jaxb.model.v3.release.record.summary with parameters of type FuzzyDateModifier and TypeMethodDescriptionvoidPeerReviewSummary.setCompletionDate(FuzzyDate completionDate) voidAffiliationSummary.setEndDate(FuzzyDate endDate) voidFundingSummary.setEndDate(FuzzyDate endDate) voidAffiliationSummary.setStartDate(FuzzyDate startDate) voidFundingSummary.setStartDate(FuzzyDate startDate)