public class Source 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>
<choice minOccurs="0">
<element ref="{http://www.orcid.org/ns/orcid}source-orcid"/>
<element ref="{http://www.orcid.org/ns/orcid}source-client-id"/>
</choice>
<element ref="{http://www.orcid.org/ns/orcid}source-name" minOccurs="0"/>
<element ref="{http://www.orcid.org/ns/orcid}source-date" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected ClientId |
sourceClientId |
protected SourceDate |
sourceDate |
protected SourceName |
sourceName |
protected OrcidId |
sourceOrcid |
| Constructor and Description |
|---|
Source() |
| Modifier and Type | Method and Description |
|---|---|
ClientId |
getSourceClientId()
Gets the value of the sourceClientId property.
|
SourceDate |
getSourceDate()
Gets the value of the sourceDate property.
|
SourceName |
getSourceName()
Gets the value of the sourceName property.
|
OrcidId |
getSourceOrcid()
Gets the value of the sourceOrcid property.
|
void |
setSourceClientId(ClientId value)
Sets the value of the sourceClientId property.
|
void |
setSourceDate(SourceDate value)
Sets the value of the sourceDate property.
|
void |
setSourceName(SourceName value)
Sets the value of the sourceName property.
|
void |
setSourceOrcid(OrcidId value)
Sets the value of the sourceOrcid property.
|
protected OrcidId sourceOrcid
protected ClientId sourceClientId
protected SourceName sourceName
protected SourceDate sourceDate
public OrcidId getSourceOrcid()
OrcidIdpublic void setSourceOrcid(OrcidId value)
value - allowed object is
OrcidIdpublic ClientId getSourceClientId()
ClientIdpublic void setSourceClientId(ClientId value)
value - allowed object is
ClientIdpublic SourceName getSourceName()
SourceNamepublic void setSourceName(SourceName value)
value - allowed object is
SourceNamepublic SourceDate getSourceDate()
SourceDatepublic void setSourceDate(SourceDate value)
value - allowed object is
SourceDateCopyright © 2017. All rights reserved.