Class TranslatedTitle

java.lang.Object
org.orcid.jaxb.model.message.TranslatedTitle
All Implemented Interfaces:
Serializable

public class TranslatedTitle 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}translated-title" minOccurs="1" maxOccurs="1"/>
         <attGroup ref="{http://www.orcid.org/ns/orcid}language-code" minOccurs="1"/>
       </sequence> *    
     </restriction>
   </complexContent>
 </complexType>
 
See Also:
  • Field Details

    • content

      protected String content
    • languageCode

      protected String languageCode
  • Constructor Details

    • TranslatedTitle

      public TranslatedTitle()
    • TranslatedTitle

      public TranslatedTitle(String content)
    • TranslatedTitle

      public TranslatedTitle(String content, String languageCode)
  • Method Details

    • getContent

      public String getContent()
    • setContent

      public void setContent(String content)
    • getLanguageCode

      public String getLanguageCode()
    • setLanguageCode

      public void setLanguageCode(String languageCode)
    • hashCode

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

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