Package org.orcid.jaxb.model.message
Class OrcidSearchResults
java.lang.Object
org.orcid.jaxb.model.message.OrcidSearchResults
- All Implemented Interfaces:
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 Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanlongGets the value of the orcidSearchResult property.inthashCode()voidsetNumFound(long numFound)
-
Field Details
-
numFound
protected long numFound -
orcidSearchResult
-
-
Constructor Details
-
OrcidSearchResults
public OrcidSearchResults()
-
-
Method Details
-
getNumFound
public long getNumFound() -
setNumFound
public void setNumFound(long numFound) -
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 asetmethod 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 listOrcidSearchResult- Returns:
- a List of OrcidSearchResult objects
-
equals
-
hashCode
public int hashCode()
-