Package org.orcid.jaxb.model.message
Class TranslatedTitle
java.lang.Object
org.orcid.jaxb.model.message.TranslatedTitle
- 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}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 Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionTranslatedTitle(String content) TranslatedTitle(String content, String languageCode) -
Method Summary
Modifier and TypeMethodDescriptionbooleaninthashCode()voidsetContent(String content) voidsetLanguageCode(String languageCode)