public class OrcidDeprecated 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}deprecated-date"/>
<element ref="{http://www.orcid.org/ns/orcid}primary-record"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected DeprecatedDate |
deprecatedDate |
protected PrimaryRecord |
primaryRecord |
| Constructor and Description |
|---|
OrcidDeprecated() |
| Modifier and Type | Method and Description |
|---|---|
DeprecatedDate |
getDeprecatedDate()
Gets the value of the deprecatedDate property.
|
PrimaryRecord |
getPrimaryRecord()
Gets the value of the primaryRecord property.
|
void |
setDeprecatedDate(DeprecatedDate value)
Sets the value of the deprecatedDate property.
|
void |
setPrimaryRecord(PrimaryRecord value)
Sets the value of the primaryRecord property.
|
protected DeprecatedDate deprecatedDate
protected PrimaryRecord primaryRecord
public DeprecatedDate getDeprecatedDate()
DeprecatedDatepublic void setDeprecatedDate(DeprecatedDate value)
value - allowed object is
DeprecatedDatepublic PrimaryRecord getPrimaryRecord()
PrimaryRecordpublic void setPrimaryRecord(PrimaryRecord value)
value - allowed object is
PrimaryRecordCopyright © 2017. All rights reserved.