public class OrcidInternal 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}security-details" minOccurs="0"/>
<element ref="{http://www.orcid.org/ns/orcid}preferences" minOccurs="0"/>
<element name="group-orcid-identifier" type="{http://www.orcid.org/ns/orcid}orcid-id" minOccurs="0"/>
<element name="referred-by" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element ref="{http://www.orcid.org/ns/orcid}salesforce-id" minOccurs="0"/>
</sequence>
<attGroup ref="{http://www.orcid.org/ns/orcid}scope"/>
<attGroup ref="{http://www.orcid.org/ns/orcid}visibility"/>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected OrcidId |
groupOrcidIdentifier |
protected Preferences |
preferences |
protected String |
referredBy |
protected String |
salesforceId |
protected Scope |
scope |
protected SecurityDetails |
securityDetails |
protected Visibility |
visibility |
| Constructor and Description |
|---|
OrcidInternal() |
| Modifier and Type | Method and Description |
|---|---|
OrcidId |
getGroupOrcidIdentifier()
Gets the value of the groupOrcidIdentifier property.
|
Preferences |
getPreferences()
Gets the value of the preferences property.
|
String |
getReferredBy()
Gets the value of the referredBy property.
|
String |
getSalesforceId()
Gets the value of the salesforceId property.
|
Scope |
getScope()
Gets the value of the scope property.
|
SecurityDetails |
getSecurityDetails()
Gets the value of the securityDetails property.
|
Visibility |
getVisibility()
Gets the value of the visibility property.
|
void |
setGroupOrcidIdentifier(OrcidId value)
Sets the value of the groupOrcidIdentifier property.
|
void |
setPreferences(Preferences value)
Sets the value of the preferences property.
|
void |
setReferredBy(String value)
Sets the value of the referredBy property.
|
void |
setSalesforceId(String value)
Sets the value of the salesforceId property.
|
void |
setScope(Scope value)
Sets the value of the scope property.
|
void |
setSecurityDetails(SecurityDetails value)
Sets the value of the securityDetails property.
|
void |
setVisibility(Visibility value)
Sets the value of the visibility property.
|
protected SecurityDetails securityDetails
protected Preferences preferences
protected OrcidId groupOrcidIdentifier
protected String referredBy
protected String salesforceId
protected Scope scope
protected Visibility visibility
public SecurityDetails getSecurityDetails()
SecurityDetailspublic void setSecurityDetails(SecurityDetails value)
value - allowed object is
SecurityDetailspublic Preferences getPreferences()
Preferencespublic void setPreferences(Preferences value)
value - allowed object is
Preferencespublic OrcidId getGroupOrcidIdentifier()
OrcidIdpublic void setGroupOrcidIdentifier(OrcidId value)
value - allowed object is
OrcidIdpublic String getReferredBy()
Stringpublic void setReferredBy(String value)
value - allowed object is
Stringpublic String getSalesforceId()
Stringpublic void setSalesforceId(String value)
value - allowed object is
Stringpublic Scope getScope()
Scopepublic void setScope(Scope value)
value - allowed object is
Scopepublic Visibility getVisibility()
Visibilitypublic void setVisibility(Visibility value)
value - allowed object is
VisibilityCopyright © 2017. All rights reserved.