Class SubjectName
java.lang.Object
org.orcid.jaxb.model.v3.release.record.SubjectName
- All Implemented Interfaces:
Serializable
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanGets the value of the subtitle property.getTitle()Gets the value of the title property.Gets the value of the translatedTitle property.inthashCode()voidsetSubtitle(Subtitle value) Sets the value of the subtitle property.voidSets the value of the title property.voidsetTranslatedTitle(TranslatedTitle translatedTitle) Sets the value of the translatedTitle property.
-
Field Details
-
title
-
subtitle
-
translatedTitle
-
-
Constructor Details
-
SubjectName
public SubjectName()
-
-
Method Details
-
getTitle
Gets the value of the title property.- Returns:
- possible object is
Title
-
setTitle
Sets the value of the title property.- Parameters:
value- allowed object isTitle
-
getSubtitle
Gets the value of the subtitle property.- Returns:
- possible object is
Subtitle
-
setSubtitle
Sets the value of the subtitle property.- Parameters:
value- allowed object isSubtitle
-
getTranslatedTitle
Gets the value of the translatedTitle property.- Returns:
- possible object is
translatedTitle
-
setTranslatedTitle
Sets the value of the translatedTitle property.- Parameters:
translatedTitle- allowed object istranslatedTitle
-
hashCode
public int hashCode() -
equals
-