Class OrcidInternal

java.lang.Object
org.orcid.jaxb.model.message.OrcidInternal
All Implemented Interfaces:
Serializable, VisibilityType

public class OrcidInternal extends Object implements VisibilityType, 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}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 Details

  • Constructor Details

    • OrcidInternal

      public OrcidInternal()
  • Method Details

    • getSecurityDetails

      public SecurityDetails getSecurityDetails()
      Gets the value of the securityDetails property.
      Returns:
      possible object is SecurityDetails
    • setSecurityDetails

      public void setSecurityDetails(SecurityDetails value)
      Sets the value of the securityDetails property.
      Parameters:
      value - allowed object is SecurityDetails
    • getPreferences

      public Preferences getPreferences()
      Gets the value of the preferences property.
      Returns:
      possible object is Preferences
    • setPreferences

      public void setPreferences(Preferences value)
      Sets the value of the preferences property.
      Parameters:
      value - allowed object is Preferences
    • getScope

      public Scope getScope()
      Gets the value of the scope property.
      Returns:
      possible object is Scope
    • setScope

      public void setScope(Scope value)
      Sets the value of the scope property.
      Parameters:
      value - allowed object is Scope
    • getVisibility

      public Visibility getVisibility()
      Gets the value of the visibility property.
      Specified by:
      getVisibility in interface VisibilityType
      Returns:
      possible object is Visibility
    • setVisibility

      public void setVisibility(Visibility value)
      Sets the value of the visibility property.
      Specified by:
      setVisibility in interface VisibilityType
      Parameters:
      value - allowed object is Visibility
    • getSalesforceId

      public SalesforceId getSalesforceId()
      Gets the salesforce id property
      Returns:
      possible object is SalesforceId
    • setSalesforceId

      public void setSalesforceId(SalesforceId salesforceId)
      Sets the salesforce id property
      Parameters:
      salesforceId - allowed object is SalesforceId
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • getGroupOrcidIdentifier

      public OrcidIdentifier getGroupOrcidIdentifier()
    • setGroupOrcidIdentifier

      public void setGroupOrcidIdentifier(OrcidIdentifier groupOrcidIdentifier)
    • getReferredBy

      public ReferredBy getReferredBy()
    • setReferredBy

      public void setReferredBy(ReferredBy referredBy)