Class Amount

java.lang.Object
org.orcid.jaxb.model.message.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.
 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element ref="{http://www.orcid.org/ns/orcid}amount" minOccurs="1" maxOccurs="1"/>
         <attGroup ref="{http://www.orcid.org/ns/orcid}currency-code" minOccurs="1"/>
       </sequence> *    
     </restriction>
   </complexContent>
 </complexType>
 
See Also:
  • Field Details

    • content

      protected String content
    • currencyCode

      protected String currencyCode
  • Constructor Details

    • Amount

      public Amount()
    • Amount

      public Amount(String content)
    • Amount

      public Amount(String content, String currencyCode)
  • 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