Package org.orcid.jaxb.model.message
Class OrcidInternal
java.lang.Object
org.orcid.jaxb.model.message.OrcidInternal
- All Implemented Interfaces:
Serializable,VisibilityType
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"/>
</sequence>
<attGroup ref="{http://www.orcid.org/ns/orcid}scope"/>
<attGroup ref="{http://www.orcid.org/ns/orcid}visibility"/>
<attGroup ref="{http://www.orcid.org/ns/orcid}salesforce-id"/>
</restriction>
</complexContent>
</complexType>
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Preferencesprotected Scopeprotected SecurityDetailsprotected Visibility -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanGets the value of the preferences property.Gets the salesforce id propertygetScope()Gets the value of the scope property.Gets the value of the securityDetails property.Gets the value of the visibility property.inthashCode()voidsetGroupOrcidIdentifier(OrcidIdentifier groupOrcidIdentifier) voidsetPreferences(Preferences value) Sets the value of the preferences property.voidsetReferredBy(ReferredBy referredBy) voidsetSalesforceId(SalesforceId salesforceId) Sets the salesforce id propertyvoidSets the value of the scope property.voidSets the value of the securityDetails property.voidsetVisibility(Visibility value) Sets the value of the visibility property.
-
Field Details
-
securityDetails
-
preferences
-
scope
-
visibility
-
-
Constructor Details
-
OrcidInternal
public OrcidInternal()
-
-
Method Details
-
getSecurityDetails
Gets the value of the securityDetails property.- Returns:
- possible object is
SecurityDetails
-
setSecurityDetails
Sets the value of the securityDetails property.- Parameters:
value- allowed object isSecurityDetails
-
getPreferences
Gets the value of the preferences property.- Returns:
- possible object is
Preferences
-
setPreferences
Sets the value of the preferences property.- Parameters:
value- allowed object isPreferences
-
getScope
Gets the value of the scope property.- Returns:
- possible object is
Scope
-
setScope
Sets the value of the scope property.- Parameters:
value- allowed object isScope
-
getVisibility
Gets the value of the visibility property.- Specified by:
getVisibilityin interfaceVisibilityType- Returns:
- possible object is
Visibility
-
setVisibility
Sets the value of the visibility property.- Specified by:
setVisibilityin interfaceVisibilityType- Parameters:
value- allowed object isVisibility
-
getSalesforceId
Gets the salesforce id property- Returns:
- possible object is
SalesforceId
-
setSalesforceId
Sets the salesforce id property- Parameters:
salesforceId- allowed object isSalesforceId
-
equals
-
hashCode
public int hashCode() -
getGroupOrcidIdentifier
-
setGroupOrcidIdentifier
-
getReferredBy
-
setReferredBy
-