Class WorkTitle

java.lang.Object
org.orcid.jaxb.model.message.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.
 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element ref="{http://www.orcid.org/ns/orcid}title" minOccurs="0"/>
         <element ref="{http://www.orcid.org/ns/orcid}subtitle" minOccurs="0"/>
         <element ref="{http://www.orcid.org/ns/orcid}translated-title" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
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