Package org.orcid.jaxb.model.message
Class Preferences
java.lang.Object
org.orcid.jaxb.model.message.Preferences
- 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}send-email-frequency-days"/>
<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}send-member-update-requests"/>
<element ref="{http://www.orcid.org/ns/orcid}activities-visibility-default"/>
<element ref="{http://www.orcid.org/ns/orcid}developer-tools-enabled" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected SendAdministrativeChangeNotificationsprotected SendChangeNotificationsprotected Stringprotected Booleanprotected SendOrcidNewsprotected WorkVisibilityDefault -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanGets the value of the sendChangeNotifications property.Gets the value of the sendEmailFrequencyDays property.Gets the value of the sendOrcidNews property.Deprecated.inthashCode()voidsetActivitiesVisibilityDefault(ActivitiesVisibilityDefault activitiesVisibilityDefault) voidsetDeveloperToolsEnabled(DeveloperToolsEnabled developerToolsEnabled) voidsetNotificationsEnabled(Boolean notificationsEnabled) voidsetSendAdministrativeChangeNotifications(SendAdministrativeChangeNotifications sendAdministrativeChangeNotifications) voidSets the value of the sendChangeNotifications property.voidsetSendEmailFrequencyDays(String value) Sets the value of the sendEmailFrequencyDays property.voidsetSendMemberUpdateRequests(Boolean sendMemberUpdateRequests) voidsetSendOrcidNews(SendOrcidNews value) Sets the value of the sendOrcidNews property.voidDeprecated.
-
Field Details
-
sendEmailFrequencyDays
-
sendChangeNotifications
-
sendAdministrativeChangeNotifications
-
sendOrcidNews
-
sendMemberUpdateRequests
-
workVisibilityDefault
-
-
Constructor Details
-
Preferences
public Preferences()
-
-
Method Details
-
getSendEmailFrequencyDays
Gets the value of the sendEmailFrequencyDays property.- Returns:
- sendEmailFrequencyDays string
-
setSendEmailFrequencyDays
Sets the value of the sendEmailFrequencyDays property.- Parameters:
value- - sendEmailFrequencyDays string
-
getSendChangeNotifications
Gets the value of the sendChangeNotifications property.- Returns:
- possible object is
SendChangeNotifications
-
setSendChangeNotifications
Sets the value of the sendChangeNotifications property.- Parameters:
value- allowed object isSendChangeNotifications
-
getSendAdministrativeChangeNotifications
-
setSendAdministrativeChangeNotifications
public void setSendAdministrativeChangeNotifications(SendAdministrativeChangeNotifications sendAdministrativeChangeNotifications) -
getSendOrcidNews
Gets the value of the sendOrcidNews property.- Returns:
- possible object is
SendOrcidNews
-
setSendOrcidNews
Sets the value of the sendOrcidNews property.- Parameters:
value- allowed object isSendOrcidNews
-
getSendMemberUpdateRequests
-
setSendMemberUpdateRequests
-
getWorkVisibilityDefault
Deprecated.Gets the value of the workVisibilityDefault property.- Returns:
- the WorkVisibilityDefault
-
setWorkVisibilityDefault
Deprecated.Sets the value of the workVisibilityDefault property.- Parameters:
value- - the WorkVisibilityDefault
-
getActivitiesVisibilityDefault
-
setActivitiesVisibilityDefault
-
getDeveloperToolsEnabled
-
setDeveloperToolsEnabled
-
getNotificationsEnabled
-
setNotificationsEnabled
-
hashCode
public int hashCode() -
equals
-