Uses of Class
org.orcid.jaxb.model.message.CreditName
Packages that use CreditName
-
Uses of CreditName in org.orcid.jaxb.model.message
Fields in org.orcid.jaxb.model.message declared as CreditNameModifier and TypeFieldDescriptionprotected CreditNameContributor.creditNameprotected CreditNameDelegateSummary.creditNameprotected CreditNameFundingContributor.creditNameprotected CreditNamePersonalDetails.creditNameMethods in org.orcid.jaxb.model.message that return CreditNameModifier and TypeMethodDescriptionObjectFactory.createCreditName()Create an instance ofCreditNameContributor.getCreditName()Gets the value of the creditName property.DelegateSummary.getCreditName()Gets the value of the creditName property.FundingContributor.getCreditName()Gets the value of the creditName property.PersonalDetails.getCreditName()Gets the value of the creditName property.Methods in org.orcid.jaxb.model.message with parameters of type CreditNameModifier and TypeMethodDescriptionvoidContributor.setCreditName(CreditName value) Sets the value of the creditName property.voidDelegateSummary.setCreditName(CreditName value) Sets the value of the creditName property.voidFundingContributor.setCreditName(CreditName value) Sets the value of the creditName property.voidPersonalDetails.setCreditName(CreditName value) Sets the value of the creditName property.