Class OrcidPreferences

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

public class OrcidPreferences 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}send-change-notifications"/>
         <element ref="{http://www.orcid.org/ns/orcid}send-orcid-news"/>
         <element ref="{http://www.orcid.org/ns/orcid}work-visibility-default"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
See Also:
  • Constructor Details

    • OrcidPreferences

      public OrcidPreferences()
  • Method Details

    • getLocale

      public Locale getLocale()
    • setLocale

      public void setLocale(Locale locale)