public class OrcidSearchResults extends Object
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>
<attribute name="num-found" type="{http://www.w3.org/2001/XMLSchema}integer" default="0" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected BigInteger |
numFound |
protected List<OrcidSearchResult> |
orcidSearchResult |
| Constructor and Description |
|---|
OrcidSearchResults() |
| Modifier and Type | Method and Description |
|---|---|
BigInteger |
getNumFound()
Gets the value of the numFound property.
|
List<OrcidSearchResult> |
getOrcidSearchResult()
Gets the value of the orcidSearchResult property.
|
void |
setNumFound(BigInteger value)
Sets the value of the numFound property.
|
protected List<OrcidSearchResult> orcidSearchResult
protected BigInteger numFound
public List<OrcidSearchResult> getOrcidSearchResult()
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
public BigInteger getNumFound()
BigIntegerpublic void setNumFound(BigInteger value)
value - allowed object is
BigIntegerCopyright © 2017. All rights reserved.