Class OrcidSearchResults

java.lang.Object
org.orcid.jaxb.model.message.OrcidSearchResults
All Implemented Interfaces:
Serializable

public class OrcidSearchResults 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}orcid-search-result" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
See Also:
  • Field Details

    • numFound

      protected long numFound
    • orcidSearchResult

      protected List<OrcidSearchResult> orcidSearchResult
  • Constructor Details

    • OrcidSearchResults

      public OrcidSearchResults()
  • Method Details

    • getNumFound

      public long getNumFound()
    • setNumFound

      public void setNumFound(long numFound)
    • getOrcidSearchResult

      public List<OrcidSearchResult> getOrcidSearchResult()
      Gets the value of the orcidSearchResult property. This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the orcidSearchResult property. For example, to add a new item, do as follows:
       getOrcidSearchResult().add(newItem);
       
      Objects of the following type(s) are allowed in the list OrcidSearchResult
      Returns:
      a List of OrcidSearchResult objects
    • equals

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

      public int hashCode()
      Overrides:
      hashCode in class Object