public class Preferences extends Object
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>
| Modifier and Type | Field and Description |
|---|---|
protected ActivitiesVisibilityDefault |
activitiesVisibilityDefault |
protected DeveloperToolsEnabled |
developerToolsEnabled |
protected SendChangeNotifications |
sendChangeNotifications |
protected String |
sendEmailFrequencyDays |
protected boolean |
sendMemberUpdateRequests |
protected SendOrcidNews |
sendOrcidNews |
| Constructor and Description |
|---|
Preferences() |
| Modifier and Type | Method and Description |
|---|---|
ActivitiesVisibilityDefault |
getActivitiesVisibilityDefault()
Gets the value of the activitiesVisibilityDefault property.
|
DeveloperToolsEnabled |
getDeveloperToolsEnabled()
Gets the value of the developerToolsEnabled property.
|
SendChangeNotifications |
getSendChangeNotifications()
Gets the value of the sendChangeNotifications property.
|
String |
getSendEmailFrequencyDays()
Gets the value of the sendEmailFrequencyDays property.
|
SendOrcidNews |
getSendOrcidNews()
Gets the value of the sendOrcidNews property.
|
boolean |
isSendMemberUpdateRequests()
Gets the value of the sendMemberUpdateRequests property.
|
void |
setActivitiesVisibilityDefault(ActivitiesVisibilityDefault value)
Sets the value of the activitiesVisibilityDefault property.
|
void |
setDeveloperToolsEnabled(DeveloperToolsEnabled value)
Sets the value of the developerToolsEnabled property.
|
void |
setSendChangeNotifications(SendChangeNotifications value)
Sets the value of the sendChangeNotifications property.
|
void |
setSendEmailFrequencyDays(String value)
Sets the value of the sendEmailFrequencyDays property.
|
void |
setSendMemberUpdateRequests(boolean value)
Sets the value of the sendMemberUpdateRequests property.
|
void |
setSendOrcidNews(SendOrcidNews value)
Sets the value of the sendOrcidNews property.
|
protected String sendEmailFrequencyDays
protected SendChangeNotifications sendChangeNotifications
protected SendOrcidNews sendOrcidNews
protected boolean sendMemberUpdateRequests
protected ActivitiesVisibilityDefault activitiesVisibilityDefault
protected DeveloperToolsEnabled developerToolsEnabled
public String getSendEmailFrequencyDays()
Stringpublic void setSendEmailFrequencyDays(String value)
value - allowed object is
Stringpublic SendChangeNotifications getSendChangeNotifications()
SendChangeNotificationspublic void setSendChangeNotifications(SendChangeNotifications value)
value - allowed object is
SendChangeNotificationspublic SendOrcidNews getSendOrcidNews()
SendOrcidNewspublic void setSendOrcidNews(SendOrcidNews value)
value - allowed object is
SendOrcidNewspublic boolean isSendMemberUpdateRequests()
public void setSendMemberUpdateRequests(boolean value)
public ActivitiesVisibilityDefault getActivitiesVisibilityDefault()
ActivitiesVisibilityDefaultpublic void setActivitiesVisibilityDefault(ActivitiesVisibilityDefault value)
value - allowed object is
ActivitiesVisibilityDefaultpublic DeveloperToolsEnabled getDeveloperToolsEnabled()
DeveloperToolsEnabledpublic void setDeveloperToolsEnabled(DeveloperToolsEnabled value)
value - allowed object is
DeveloperToolsEnabledCopyright © 2017. All rights reserved.