Package org.orcid.jaxb.model.record_v2
Class Citation
java.lang.Object
org.orcid.jaxb.model.record_v2.Citation
- All Implemented Interfaces:
Serializable
Element to contain a citation of a given type
Java class for citation complex type.
The following schema fragment specifies the expected content contained within
this class.
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanGets the value of the citation property.Gets the value of the workCitationType property.inthashCode()voidsetCitation(String value) Sets the value of the citation property.voidsetWorkCitationType(CitationType value) Sets the value of the workCitationType property.
-
Field Details
-
citationType
-
citation
-
-
Constructor Details
-
Citation
public Citation() -
Citation
-
-
Method Details
-
getWorkCitationType
Gets the value of the workCitationType property.- Returns:
- possible object is
CitationType
-
setWorkCitationType
Sets the value of the workCitationType property.- Parameters:
value- allowed object isCitationType
-
getCitation
Gets the value of the citation property.- Returns:
- possible object is
Citation
-
setCitation
Sets the value of the citation property.- Parameters:
value- allowed object isCitation
-
equals
-
hashCode
public int hashCode()
-