Class FundingTitle

java.lang.Object
org.orcid.jaxb.model.record_v2.FundingTitle
All Implemented Interfaces:
Serializable

public class FundingTitle extends Object implements Serializable
Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class.
See Also:
  • Field Details

  • Constructor Details

    • FundingTitle

      public FundingTitle()
  • Method Details

    • getTitle

      public Title getTitle()
      Gets the value of the title property.
      Returns:
      possible object is Title
    • setTitle

      public void setTitle(Title value)
      Sets the value of the title property.
      Parameters:
      value - allowed object is Title
    • getTranslatedTitle

      public TranslatedTitle getTranslatedTitle()
      Gets the value of the translatedTitle property.
      Returns:
      possible object is translatedTitle
    • setTranslatedTitle

      public void setTranslatedTitle(TranslatedTitle translatedTitle)
      Sets the value of the translatedTitle property.
      Parameters:
      translatedTitle - - the translated title
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class Object