Package org.orcid.jaxb.model.message
Class WorkTitle
java.lang.Object
org.orcid.jaxb.model.message.WorkTitle
- All Implemented Interfaces:
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 Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanGets the value of the subtitle property.getTitle()Gets the value of the title property.Gets the value of the translatedTitle property.inthashCode()voidsetSubtitle(Subtitle value) Sets the value of the subtitle property.voidSets the value of the title property.voidsetTranslatedTitle(TranslatedTitle translatedTitle) Sets the value of the translatedTitle property.
-
Field Details
-
title
-
subtitle
-
translatedTitle
-
-
Constructor Details
-
WorkTitle
public WorkTitle()
-
-
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
-
getSubtitle
Gets the value of the subtitle property.- Returns:
- possible object is
Subtitle
-
setSubtitle
Sets the value of the subtitle property.- Parameters:
value- allowed object isSubtitle
-
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
-