Class WorkTitle

java.lang.Object
org.orcid.jaxb.model.v3.release.record.WorkTitle
All Implemented Interfaces:
Serializable

public class WorkTitle 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

    • WorkTitle

      public WorkTitle()
  • 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
    • getSubtitle

      public Subtitle getSubtitle()
      Gets the value of the subtitle property.
      Returns:
      possible object is Subtitle
    • setSubtitle

      public void setSubtitle(Subtitle value)
      Sets the value of the subtitle property.
      Parameters:
      value - allowed object is Subtitle
    • 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