Class Citation

java.lang.Object
org.orcid.jaxb.model.v3.release.record.Citation
All Implemented Interfaces:
Serializable

public class Citation extends Object implements 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 Details

  • Constructor Details

    • Citation

      public Citation()
    • Citation

      public Citation(String citation, CitationType citationType)
  • Method Details

    • getWorkCitationType

      public CitationType getWorkCitationType()
      Gets the value of the workCitationType property.
      Returns:
      possible object is CitationType
    • setWorkCitationType

      public void setWorkCitationType(CitationType value)
      Sets the value of the workCitationType property.
      Parameters:
      value - allowed object is CitationType
    • getCitation

      public String getCitation()
      Gets the value of the citation property.
      Returns:
      possible object is Citation
    • setCitation

      public void setCitation(String value)
      Sets the value of the citation property.
      Parameters:
      value - allowed object is Citation
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object