Package org.orcid.jaxb.model.message
Class ExternalIdentifier
java.lang.Object
org.orcid.jaxb.model.message.ExternalIdentifier
- All Implemented Interfaces:
Serializable,PrivateVisibleToSource,VisibilityType
public class ExternalIdentifier
extends Object
implements VisibilityType, PrivateVisibleToSource, 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}orcid"/>
<element ref="{http://www.orcid.org/ns/orcid}external-id-orcid"/>
<element ref="{http://www.orcid.org/ns/orcid}external-id-common-name"/>
<element ref="{http://www.orcid.org/ns/orcid}external-id-reference"/>
<element ref="{http://www.orcid.org/ns/orcid}external-id-url"/>
</sequence>
</restriction>
</complexContent>
</complexType>
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected ExternalIdCommonNameprotected ExternalIdReferenceprotected ExternalIdSourceDeprecated.protected ExternalIdUrlprotected Orcidprotected Sourceprotected Visibility -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanGets the value of the externalIdCommonName property.Deprecated.Gets the value of the externalIdReference property.Deprecated.Gets the value of the externalIdUrl property.getOrcid()Gets the value of the orcid property.inthashCode()voidSets the value of the externalIdCommonName property.voidsetExternalIdOrcid(ExternalIdSource externalIdOrcid) Deprecated.voidSets the value of the externalIdReference property.voidDeprecated.voidsetExternalIdUrl(ExternalIdUrl value) Sets the value of the externalIdUrl property.voidSets the value of the orcid property.voidvoidsetVisibility(Visibility visibility)
-
Field Details
-
orcid
-
externalIdSource
Deprecated. -
externalIdCommonName
-
externalIdReference
-
externalIdUrl
-
source
-
visibility
-
-
Constructor Details
-
ExternalIdentifier
public ExternalIdentifier() -
ExternalIdentifier
-
-
Method Details
-
getOrcid
Gets the value of the orcid property.- Returns:
- possible object is
Orcid
-
setOrcid
Sets the value of the orcid property.- Parameters:
orcid- - allowed object isOrcid
-
getExternalIdSource
Deprecated.Gets the value of the externalIdOrcid property.- Returns:
- possible object is
ExternalIdSource
-
setExternalIdSource
Deprecated.Sets the value of the externalIdOrcid property.- Parameters:
value- allowed object isExternalIdSource
-
getSource
- Specified by:
getSourcein interfacePrivateVisibleToSource
-
setSource
-
getExternalIdCommonName
Gets the value of the externalIdCommonName property.- Returns:
- possible object is
ExternalIdCommonName
-
setExternalIdCommonName
Sets the value of the externalIdCommonName property.- Parameters:
value- allowed object isExternalIdCommonName
-
getExternalIdReference
Gets the value of the externalIdReference property.- Returns:
- possible object is
ExternalIdReference
-
setExternalIdReference
Sets the value of the externalIdReference property.- Parameters:
value- allowed object isExternalIdReference
-
getExternalIdUrl
Gets the value of the externalIdUrl property.- Returns:
- possible object is
ExternalIdUrl
-
setExternalIdUrl
Sets the value of the externalIdUrl property.- Parameters:
value- allowed object isExternalIdUrl
-
getVisibility
- Specified by:
getVisibilityin interfaceVisibilityType
-
setVisibility
- Specified by:
setVisibilityin interfaceVisibilityType
-
hashCode
public int hashCode() -
equals
-
getExternalIdOrcid
Deprecated. -
setExternalIdOrcid
Deprecated.
-