public class WorkExternalIdentifier 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}work-external-identifier-type"/>
<element ref="{http://www.orcid.org/ns/orcid}work-external-identifier-id"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
workExternalIdentifierId |
protected String |
workExternalIdentifierType |
| Constructor and Description |
|---|
WorkExternalIdentifier() |
| Modifier and Type | Method and Description |
|---|---|
String |
getWorkExternalIdentifierId()
Gets the value of the workExternalIdentifierId property.
|
String |
getWorkExternalIdentifierType()
Gets the value of the workExternalIdentifierType property.
|
void |
setWorkExternalIdentifierId(String value)
Sets the value of the workExternalIdentifierId property.
|
void |
setWorkExternalIdentifierType(String value)
Sets the value of the workExternalIdentifierType property.
|
protected String workExternalIdentifierType
protected String workExternalIdentifierId
public String getWorkExternalIdentifierType()
Stringpublic void setWorkExternalIdentifierType(String value)
value - allowed object is
Stringpublic String getWorkExternalIdentifierId()
StringCopyright © 2017. All rights reserved.