@Generated(value="com.sun.tools.xjc.Driver", date="2020-04-17T05:31:42+02:00", comments="JAXB RI v2.2.11") public class ExpandedResult extends Object implements Serializable, org.jvnet.jaxb2_commons.lang.ToString
Java class for expanded-result complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="expanded-result">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="orcid-id" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="given-names" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="family-names" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="credit-name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="other-name" type="{http://www.orcid.org/ns/expanded-search}other-name" maxOccurs="unbounded" minOccurs="0"/>
<element name="email" type="{http://www.orcid.org/ns/expanded-search}email" maxOccurs="unbounded" minOccurs="0"/>
<element name="institution-name" type="{http://www.orcid.org/ns/expanded-search}institution-name" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
creditName |
protected List<String> |
email |
protected String |
familyNames |
protected String |
givenNames |
protected List<String> |
institutionName |
protected String |
orcidId |
protected List<String> |
otherName |
| Constructor and Description |
|---|
ExpandedResult()
Default no-arg constructor
|
ExpandedResult(String orcidId,
String givenNames,
String familyNames,
String creditName,
List<String> otherName,
List<String> email,
List<String> institutionName)
Fully-initialising value constructor
|
| Modifier and Type | Method and Description |
|---|---|
StringBuilder |
append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy) |
StringBuilder |
appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy) |
String |
getCreditName()
Gets the value of the creditName property.
|
List<String> |
getEmail()
Gets the value of the email property.
|
String |
getFamilyNames()
Gets the value of the familyNames property.
|
String |
getGivenNames()
Gets the value of the givenNames property.
|
List<String> |
getInstitutionName()
Gets the value of the institutionName property.
|
String |
getOrcidId()
Gets the value of the orcidId property.
|
List<String> |
getOtherName()
Gets the value of the otherName property.
|
void |
setCreditName(String value)
Sets the value of the creditName property.
|
void |
setEmail(List<String> value) |
void |
setFamilyNames(String value)
Sets the value of the familyNames property.
|
void |
setGivenNames(String value)
Sets the value of the givenNames property.
|
void |
setInstitutionName(List<String> value) |
void |
setOrcidId(String value)
Sets the value of the orcidId property.
|
void |
setOtherName(List<String> value) |
String |
toString() |
@Generated(value="com.sun.tools.xjc.Driver", date="2020-04-17T05:31:42+02:00", comments="JAXB RI v2.2.11") protected String orcidId
@Generated(value="com.sun.tools.xjc.Driver", date="2020-04-17T05:31:42+02:00", comments="JAXB RI v2.2.11") protected String givenNames
@Generated(value="com.sun.tools.xjc.Driver", date="2020-04-17T05:31:42+02:00", comments="JAXB RI v2.2.11") protected String familyNames
@Generated(value="com.sun.tools.xjc.Driver", date="2020-04-17T05:31:42+02:00", comments="JAXB RI v2.2.11") protected String creditName
@Generated(value="com.sun.tools.xjc.Driver", date="2020-04-17T05:31:42+02:00", comments="JAXB RI v2.2.11") protected List<String> otherName
@Generated(value="com.sun.tools.xjc.Driver", date="2020-04-17T05:31:42+02:00", comments="JAXB RI v2.2.11") protected List<String> email
@Generated(value="com.sun.tools.xjc.Driver", date="2020-04-17T05:31:42+02:00", comments="JAXB RI v2.2.11") public String getOrcidId()
String@Generated(value="com.sun.tools.xjc.Driver", date="2020-04-17T05:31:42+02:00", comments="JAXB RI v2.2.11") public void setOrcidId(String value)
value - allowed object is
String@Generated(value="com.sun.tools.xjc.Driver", date="2020-04-17T05:31:42+02:00", comments="JAXB RI v2.2.11") public String getGivenNames()
String@Generated(value="com.sun.tools.xjc.Driver", date="2020-04-17T05:31:42+02:00", comments="JAXB RI v2.2.11") public void setGivenNames(String value)
value - allowed object is
String@Generated(value="com.sun.tools.xjc.Driver", date="2020-04-17T05:31:42+02:00", comments="JAXB RI v2.2.11") public String getFamilyNames()
String@Generated(value="com.sun.tools.xjc.Driver", date="2020-04-17T05:31:42+02:00", comments="JAXB RI v2.2.11") public void setFamilyNames(String value)
value - allowed object is
String@Generated(value="com.sun.tools.xjc.Driver", date="2020-04-17T05:31:42+02:00", comments="JAXB RI v2.2.11") public String getCreditName()
String@Generated(value="com.sun.tools.xjc.Driver", date="2020-04-17T05:31:42+02:00", comments="JAXB RI v2.2.11") public void setCreditName(String value)
value - allowed object is
String@Generated(value="com.sun.tools.xjc.Driver", date="2020-04-17T05:31:42+02:00", comments="JAXB RI v2.2.11") public List<String> getOtherName()
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 otherName property.
For example, to add a new item, do as follows:
getOtherName().add(newItem);
Objects of the following type(s) are allowed in the list
String
@Generated(value="com.sun.tools.xjc.Driver", date="2020-04-17T05:31:42+02:00", comments="JAXB RI v2.2.11") public List<String> getEmail()
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 email property.
For example, to add a new item, do as follows:
getEmail().add(newItem);
Objects of the following type(s) are allowed in the list
String
@Generated(value="com.sun.tools.xjc.Driver", date="2020-04-17T05:31:42+02:00", comments="JAXB RI v2.2.11") public List<String> getInstitutionName()
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 institutionName property.
For example, to add a new item, do as follows:
getInstitutionName().add(newItem);
Objects of the following type(s) are allowed in the list
String
@Generated(value="com.sun.tools.xjc.Driver", date="2020-04-17T05:31:42+02:00", comments="JAXB RI v2.2.11") public void setOtherName(List<String> value)
@Generated(value="com.sun.tools.xjc.Driver", date="2020-04-17T05:31:42+02:00", comments="JAXB RI v2.2.11") public void setEmail(List<String> value)
@Generated(value="com.sun.tools.xjc.Driver", date="2020-04-17T05:31:42+02:00", comments="JAXB RI v2.2.11") public void setInstitutionName(List<String> value)
@Generated(value="com.sun.tools.xjc.Driver", date="2020-04-17T05:31:42+02:00", comments="JAXB RI v2.2.11") public String toString()
@Generated(value="com.sun.tools.xjc.Driver", date="2020-04-17T05:31:42+02:00", comments="JAXB RI v2.2.11") public StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
append in interface org.jvnet.jaxb2_commons.lang.ToString@Generated(value="com.sun.tools.xjc.Driver", date="2020-04-17T05:31:42+02:00", comments="JAXB RI v2.2.11") public StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
appendFields in interface org.jvnet.jaxb2_commons.lang.ToStringCopyright © 2020. All rights reserved.