public class PrimaryRecord 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}orcid-identifier"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected OrcidId |
orcidIdentifier |
| Constructor and Description |
|---|
PrimaryRecord() |
| Modifier and Type | Method and Description |
|---|---|
OrcidId |
getOrcidIdentifier()
Gets the value of the orcidIdentifier property.
|
void |
setOrcidIdentifier(OrcidId value)
Sets the value of the orcidIdentifier property.
|
Copyright © 2017. All rights reserved.