public class OrcidWork 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-title" minOccurs="0"/>
<element ref="{http://www.orcid.org/ns/orcid}journal-title" minOccurs="0"/>
<element ref="{http://www.orcid.org/ns/orcid}short-description" minOccurs="0"/>
<element ref="{http://www.orcid.org/ns/orcid}work-citation" minOccurs="0"/>
<element ref="{http://www.orcid.org/ns/orcid}work-type"/>
<element ref="{http://www.orcid.org/ns/orcid}publication-date" minOccurs="0"/>
<element ref="{http://www.orcid.org/ns/orcid}work-external-identifiers" minOccurs="0"/>
<element ref="{http://www.orcid.org/ns/orcid}url" minOccurs="0"/>
<element ref="{http://www.orcid.org/ns/orcid}work-contributors" minOccurs="0"/>
<element ref="{http://www.orcid.org/ns/orcid}source" minOccurs="0"/>
<element ref="{http://www.orcid.org/ns/orcid}created-date" minOccurs="0"/>
<element ref="{http://www.orcid.org/ns/orcid}last-modified-date" minOccurs="0"/>
<element name="language-code" type="{http://www.orcid.org/ns/orcid}language-code" minOccurs="0"/>
<element ref="{http://www.orcid.org/ns/orcid}country" minOccurs="0"/>
</sequence>
<attGroup ref="{http://www.orcid.org/ns/orcid}visibility"/>
<attGroup ref="{http://www.orcid.org/ns/orcid}put-code"/>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Country |
country |
protected CreatedDate |
createdDate |
protected JournalTitle |
journalTitle |
protected LanguageCode |
languageCode |
protected LastModifiedDate |
lastModifiedDate |
protected PublicationDate |
publicationDate |
protected BigInteger |
putCode |
protected String |
shortDescription |
protected Source |
source |
protected Url |
url |
protected Visibility |
visibility |
protected Citation |
workCitation |
protected WorkContributors |
workContributors |
protected WorkExternalIdentifiers |
workExternalIdentifiers |
protected WorkTitle |
workTitle |
protected String |
workType |
| Constructor and Description |
|---|
OrcidWork() |
| Modifier and Type | Method and Description |
|---|---|
Country |
getCountry()
Gets the value of the country property.
|
CreatedDate |
getCreatedDate()
Gets the value of the createdDate property.
|
JournalTitle |
getJournalTitle()
Gets the value of the journalTitle property.
|
LanguageCode |
getLanguageCode()
Gets the value of the languageCode property.
|
LastModifiedDate |
getLastModifiedDate()
Gets the value of the lastModifiedDate property.
|
PublicationDate |
getPublicationDate()
Gets the value of the publicationDate property.
|
BigInteger |
getPutCode()
Gets the value of the putCode property.
|
String |
getShortDescription()
Gets the value of the shortDescription property.
|
Source |
getSource()
Gets the value of the source property.
|
Url |
getUrl()
Gets the value of the url property.
|
Visibility |
getVisibility()
Gets the value of the visibility property.
|
Citation |
getWorkCitation()
Gets the value of the workCitation property.
|
WorkContributors |
getWorkContributors()
Gets the value of the workContributors property.
|
WorkExternalIdentifiers |
getWorkExternalIdentifiers()
Gets the value of the workExternalIdentifiers property.
|
WorkTitle |
getWorkTitle()
Gets the value of the workTitle property.
|
String |
getWorkType()
Gets the value of the workType property.
|
void |
setCountry(Country value)
Sets the value of the country property.
|
void |
setCreatedDate(CreatedDate value)
Sets the value of the createdDate property.
|
void |
setJournalTitle(JournalTitle value)
Sets the value of the journalTitle property.
|
void |
setLanguageCode(LanguageCode value)
Sets the value of the languageCode property.
|
void |
setLastModifiedDate(LastModifiedDate value)
Sets the value of the lastModifiedDate property.
|
void |
setPublicationDate(PublicationDate value)
Sets the value of the publicationDate property.
|
void |
setPutCode(BigInteger value)
Sets the value of the putCode property.
|
void |
setShortDescription(String value)
Sets the value of the shortDescription property.
|
void |
setSource(Source value)
Sets the value of the source property.
|
void |
setUrl(Url value)
Sets the value of the url property.
|
void |
setVisibility(Visibility value)
Sets the value of the visibility property.
|
void |
setWorkCitation(Citation value)
Sets the value of the workCitation property.
|
void |
setWorkContributors(WorkContributors value)
Sets the value of the workContributors property.
|
void |
setWorkExternalIdentifiers(WorkExternalIdentifiers value)
Sets the value of the workExternalIdentifiers property.
|
void |
setWorkTitle(WorkTitle value)
Sets the value of the workTitle property.
|
void |
setWorkType(String value)
Sets the value of the workType property.
|
protected WorkTitle workTitle
protected JournalTitle journalTitle
protected String shortDescription
protected Citation workCitation
protected String workType
protected PublicationDate publicationDate
protected WorkExternalIdentifiers workExternalIdentifiers
protected Url url
protected WorkContributors workContributors
protected Source source
protected CreatedDate createdDate
protected LastModifiedDate lastModifiedDate
protected LanguageCode languageCode
protected Country country
protected Visibility visibility
protected BigInteger putCode
public WorkTitle getWorkTitle()
WorkTitlepublic void setWorkTitle(WorkTitle value)
value - allowed object is
WorkTitlepublic JournalTitle getJournalTitle()
JournalTitlepublic void setJournalTitle(JournalTitle value)
value - allowed object is
JournalTitlepublic String getShortDescription()
Stringpublic void setShortDescription(String value)
value - allowed object is
Stringpublic Citation getWorkCitation()
Citationpublic void setWorkCitation(Citation value)
value - allowed object is
Citationpublic String getWorkType()
Stringpublic void setWorkType(String value)
value - allowed object is
Stringpublic PublicationDate getPublicationDate()
PublicationDatepublic void setPublicationDate(PublicationDate value)
value - allowed object is
PublicationDatepublic WorkExternalIdentifiers getWorkExternalIdentifiers()
WorkExternalIdentifierspublic void setWorkExternalIdentifiers(WorkExternalIdentifiers value)
value - allowed object is
WorkExternalIdentifierspublic void setUrl(Url value)
value - allowed object is
Urlpublic WorkContributors getWorkContributors()
WorkContributorspublic void setWorkContributors(WorkContributors value)
value - allowed object is
WorkContributorspublic Source getSource()
Sourcepublic void setSource(Source value)
value - allowed object is
Sourcepublic CreatedDate getCreatedDate()
CreatedDatepublic void setCreatedDate(CreatedDate value)
value - allowed object is
CreatedDatepublic LastModifiedDate getLastModifiedDate()
LastModifiedDatepublic void setLastModifiedDate(LastModifiedDate value)
value - allowed object is
LastModifiedDatepublic LanguageCode getLanguageCode()
LanguageCodepublic void setLanguageCode(LanguageCode value)
value - allowed object is
LanguageCodepublic Country getCountry()
Countrypublic void setCountry(Country value)
value - allowed object is
Countrypublic Visibility getVisibility()
Visibilitypublic void setVisibility(Visibility value)
value - allowed object is
Visibilitypublic BigInteger getPutCode()
BigIntegerpublic void setPutCode(BigInteger value)
value - allowed object is
BigIntegerCopyright © 2017. All rights reserved.