java.lang.Object
org.orcid.jaxb.model.v3.release.common.Amount
All Implemented Interfaces:
Serializable

public class Amount extends Object implements Serializable
Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class.
See Also:
  • Field Details

    • content

      protected String content
    • currencyCode

      protected Currency currencyCode
  • Constructor Details

    • Amount

      public Amount()
  • Method Details

    • getContent

      public String getContent()
    • setContent

      public void setContent(String content)
    • getCurrencyCode

      public String getCurrencyCode()
    • setCurrencyCode

      public void setCurrencyCode(String currencyCode)
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class Object