Uses of Class
org.orcid.jaxb.model.message.ApprovalDate
Packages that use ApprovalDate
-
Uses of ApprovalDate in org.orcid.jaxb.model.message
Fields in org.orcid.jaxb.model.message declared as ApprovalDateModifier and TypeFieldDescriptionprotected ApprovalDateApplicationSummary.approvalDateprotected ApprovalDateDelegationDetails.approvalDateMethods in org.orcid.jaxb.model.message that return ApprovalDateModifier and TypeMethodDescriptionObjectFactory.createApprovalDate()Create an instance ofApprovalDateApplicationSummary.getApprovalDate()Gets the value of the approvalDate property.DelegationDetails.getApprovalDate()Gets the value of the approvalDate property.Methods in org.orcid.jaxb.model.message with parameters of type ApprovalDateModifier and TypeMethodDescriptionvoidApplicationSummary.setApprovalDate(ApprovalDate value) Sets the value of the approvalDate property.voidDelegationDetails.setApprovalDate(ApprovalDate value) Sets the value of the approvalDate property.