public class Citation extends Object
Java class for citation complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="citation">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="work-citation-type" type="{http://www.orcid.org/ns/orcid}citation-type"/>
<element name="citation" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
citation |
protected CitationType |
workCitationType |
| Constructor and Description |
|---|
Citation() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCitation()
Gets the value of the citation property.
|
CitationType |
getWorkCitationType()
Gets the value of the workCitationType property.
|
void |
setCitation(String value)
Sets the value of the citation property.
|
void |
setWorkCitationType(CitationType value)
Sets the value of the workCitationType property.
|
protected CitationType workCitationType
protected String citation
public CitationType getWorkCitationType()
CitationTypepublic void setWorkCitationType(CitationType value)
value - allowed object is
CitationTypepublic String getCitation()
StringCopyright © 2017. All rights reserved.