Package org.orcid.jaxb.model.record_v2
Class FundingTitle
java.lang.Object
org.orcid.jaxb.model.record_v2.FundingTitle
- 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 TypeMethodDescriptionbooleangetTitle()Gets the value of the title property.Gets the value of the translatedTitle property.inthashCode()voidSets the value of the title property.voidsetTranslatedTitle(TranslatedTitle translatedTitle) Sets the value of the translatedTitle property.
-
Field Details
-
title
-
translatedTitle
-
-
Constructor Details
-
FundingTitle
public FundingTitle()
-
-
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
-
getTranslatedTitle
Gets the value of the translatedTitle property.- Returns:
- possible object is
translatedTitle
-
setTranslatedTitle
Sets the value of the translatedTitle property.- Parameters:
translatedTitle- - the translated title
-
hashCode
public int hashCode() -
equals
-