public class ExternalIdentifier 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}external-id-common-name" minOccurs="0"/>
<element ref="{http://www.orcid.org/ns/orcid}external-id-reference" minOccurs="0"/>
<element ref="{http://www.orcid.org/ns/orcid}external-id-url" minOccurs="0"/>
<element ref="{http://www.orcid.org/ns/orcid}source" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected ExternalIdCommonName |
externalIdCommonName |
protected ExternalIdReference |
externalIdReference |
protected ExternalIdUrl |
externalIdUrl |
protected Source |
source |
| Constructor and Description |
|---|
ExternalIdentifier() |
| Modifier and Type | Method and Description |
|---|---|
ExternalIdCommonName |
getExternalIdCommonName()
Gets the value of the externalIdCommonName property.
|
ExternalIdReference |
getExternalIdReference()
Gets the value of the externalIdReference property.
|
ExternalIdUrl |
getExternalIdUrl()
Gets the value of the externalIdUrl property.
|
Source |
getSource()
Gets the value of the source property.
|
void |
setExternalIdCommonName(ExternalIdCommonName value)
Sets the value of the externalIdCommonName property.
|
void |
setExternalIdReference(ExternalIdReference value)
Sets the value of the externalIdReference property.
|
void |
setExternalIdUrl(ExternalIdUrl value)
Sets the value of the externalIdUrl property.
|
void |
setSource(Source value)
Sets the value of the source property.
|
protected ExternalIdCommonName externalIdCommonName
protected ExternalIdReference externalIdReference
protected ExternalIdUrl externalIdUrl
protected Source source
public ExternalIdCommonName getExternalIdCommonName()
ExternalIdCommonNamepublic void setExternalIdCommonName(ExternalIdCommonName value)
value - allowed object is
ExternalIdCommonNamepublic ExternalIdReference getExternalIdReference()
ExternalIdReferencepublic void setExternalIdReference(ExternalIdReference value)
value - allowed object is
ExternalIdReferencepublic ExternalIdUrl getExternalIdUrl()
ExternalIdUrlpublic void setExternalIdUrl(ExternalIdUrl value)
value - allowed object is
ExternalIdUrlpublic Source getSource()
SourceCopyright © 2017. All rights reserved.