Uses of Class
org.orcid.jaxb.model.v3.release.common.Subtitle
Packages that use Subtitle
-
Uses of Subtitle in org.orcid.jaxb.model.v3.release.record
Fields in org.orcid.jaxb.model.v3.release.record declared as SubtitleModifier and TypeFieldDescriptionprotected SubtitleSubjectName.subtitleprotected SubtitleWorkTitle.subtitleMethods in org.orcid.jaxb.model.v3.release.record that return SubtitleModifier and TypeMethodDescriptionSubjectName.getSubtitle()Gets the value of the subtitle property.WorkTitle.getSubtitle()Gets the value of the subtitle property.Methods in org.orcid.jaxb.model.v3.release.record with parameters of type SubtitleModifier and TypeMethodDescriptionvoidSubjectName.setSubtitle(Subtitle value) Sets the value of the subtitle property.voidWorkTitle.setSubtitle(Subtitle value) Sets the value of the subtitle property.