@Generated(value="com.sun.tools.xjc.Driver", date="2020-04-17T05:31:42+02:00", comments="JAXB RI v2.2.11") public class Person extends Object implements Serializable, org.jvnet.jaxb2_commons.lang.ToString
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/common}last-modified-date" minOccurs="0"/>
<element name="name" type="{http://www.orcid.org/ns/personal-details}name" minOccurs="0"/>
<element ref="{http://www.orcid.org/ns/other-name}other-names" minOccurs="0"/>
<element name="biography" type="{http://www.orcid.org/ns/personal-details}biography" minOccurs="0"/>
<element ref="{http://www.orcid.org/ns/researcher-url}researcher-urls" minOccurs="0"/>
<element ref="{http://www.orcid.org/ns/email}emails"/>
<element ref="{http://www.orcid.org/ns/address}addresses" minOccurs="0"/>
<element ref="{http://www.orcid.org/ns/keyword}keywords" minOccurs="0"/>
<element ref="{http://www.orcid.org/ns/external-identifier}external-identifiers" minOccurs="0"/>
</sequence>
<attribute name="path" type="{http://www.orcid.org/ns/common}element-path" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Addresses |
addresses |
protected BiographyType |
biography |
protected Emails |
emails |
protected ExternalIdentifiers |
externalIdentifiers |
protected Keywords |
keywords |
protected LastModifiedDate |
lastModifiedDate |
protected NameType |
name |
protected OtherNames |
otherNames |
protected String |
path |
protected ResearcherUrls |
researcherUrls |
| Constructor and Description |
|---|
Person()
Default no-arg constructor
|
Person(LastModifiedDate lastModifiedDate,
NameType name,
OtherNames otherNames,
BiographyType biography,
ResearcherUrls researcherUrls,
Emails emails,
Addresses addresses,
Keywords keywords,
ExternalIdentifiers externalIdentifiers,
String path)
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) |
Addresses |
getAddresses()
Gets the value of the addresses property.
|
BiographyType |
getBiography()
Gets the value of the biography property.
|
Emails |
getEmails()
Gets the value of the emails property.
|
ExternalIdentifiers |
getExternalIdentifiers()
Gets the value of the externalIdentifiers property.
|
Keywords |
getKeywords()
Gets the value of the keywords property.
|
LastModifiedDate |
getLastModifiedDate()
Gets the value of the lastModifiedDate property.
|
NameType |
getName()
Gets the value of the name property.
|
OtherNames |
getOtherNames()
Gets the value of the otherNames property.
|
String |
getPath()
Gets the value of the path property.
|
ResearcherUrls |
getResearcherUrls()
Gets the value of the researcherUrls property.
|
void |
setAddresses(Addresses value)
Sets the value of the addresses property.
|
void |
setBiography(BiographyType value)
Sets the value of the biography property.
|
void |
setEmails(Emails value)
Sets the value of the emails property.
|
void |
setExternalIdentifiers(ExternalIdentifiers value)
Sets the value of the externalIdentifiers property.
|
void |
setKeywords(Keywords value)
Sets the value of the keywords property.
|
void |
setLastModifiedDate(LastModifiedDate value)
Sets the value of the lastModifiedDate property.
|
void |
setName(NameType value)
Sets the value of the name property.
|
void |
setOtherNames(OtherNames value)
Sets the value of the otherNames property.
|
void |
setPath(String value)
Sets the value of the path property.
|
void |
setResearcherUrls(ResearcherUrls value)
Sets the value of the researcherUrls property.
|
String |
toString() |
@Generated(value="com.sun.tools.xjc.Driver", date="2020-04-17T05:31:42+02:00", comments="JAXB RI v2.2.11") protected LastModifiedDate lastModifiedDate
@Generated(value="com.sun.tools.xjc.Driver", date="2020-04-17T05:31:42+02:00", comments="JAXB RI v2.2.11") protected NameType name
@Generated(value="com.sun.tools.xjc.Driver", date="2020-04-17T05:31:42+02:00", comments="JAXB RI v2.2.11") protected OtherNames otherNames
@Generated(value="com.sun.tools.xjc.Driver", date="2020-04-17T05:31:42+02:00", comments="JAXB RI v2.2.11") protected BiographyType biography
@Generated(value="com.sun.tools.xjc.Driver", date="2020-04-17T05:31:42+02:00", comments="JAXB RI v2.2.11") protected ResearcherUrls researcherUrls
@Generated(value="com.sun.tools.xjc.Driver", date="2020-04-17T05:31:42+02:00", comments="JAXB RI v2.2.11") protected Emails emails
@Generated(value="com.sun.tools.xjc.Driver", date="2020-04-17T05:31:42+02:00", comments="JAXB RI v2.2.11") protected Addresses addresses
@Generated(value="com.sun.tools.xjc.Driver", date="2020-04-17T05:31:42+02:00", comments="JAXB RI v2.2.11") protected Keywords keywords
@Generated(value="com.sun.tools.xjc.Driver", date="2020-04-17T05:31:42+02:00", comments="JAXB RI v2.2.11") protected ExternalIdentifiers externalIdentifiers
@Generated(value="com.sun.tools.xjc.Driver", date="2020-04-17T05:31:42+02:00", comments="JAXB RI v2.2.11") protected String path
public Person()
public Person(LastModifiedDate lastModifiedDate, NameType name, OtherNames otherNames, BiographyType biography, ResearcherUrls researcherUrls, Emails emails, Addresses addresses, Keywords keywords, ExternalIdentifiers externalIdentifiers, String path)
@Generated(value="com.sun.tools.xjc.Driver", date="2020-04-17T05:31:42+02:00", comments="JAXB RI v2.2.11") public LastModifiedDate getLastModifiedDate()
LastModifiedDate@Generated(value="com.sun.tools.xjc.Driver", date="2020-04-17T05:31:42+02:00", comments="JAXB RI v2.2.11") public void setLastModifiedDate(LastModifiedDate value)
value - allowed object is
LastModifiedDate@Generated(value="com.sun.tools.xjc.Driver", date="2020-04-17T05:31:42+02:00", comments="JAXB RI v2.2.11") public NameType getName()
NameType@Generated(value="com.sun.tools.xjc.Driver", date="2020-04-17T05:31:42+02:00", comments="JAXB RI v2.2.11") public void setName(NameType value)
value - allowed object is
NameType@Generated(value="com.sun.tools.xjc.Driver", date="2020-04-17T05:31:42+02:00", comments="JAXB RI v2.2.11") public OtherNames getOtherNames()
OtherNames@Generated(value="com.sun.tools.xjc.Driver", date="2020-04-17T05:31:42+02:00", comments="JAXB RI v2.2.11") public void setOtherNames(OtherNames value)
value - allowed object is
OtherNames@Generated(value="com.sun.tools.xjc.Driver", date="2020-04-17T05:31:42+02:00", comments="JAXB RI v2.2.11") public BiographyType getBiography()
BiographyType@Generated(value="com.sun.tools.xjc.Driver", date="2020-04-17T05:31:42+02:00", comments="JAXB RI v2.2.11") public void setBiography(BiographyType value)
value - allowed object is
BiographyType@Generated(value="com.sun.tools.xjc.Driver", date="2020-04-17T05:31:42+02:00", comments="JAXB RI v2.2.11") public ResearcherUrls getResearcherUrls()
ResearcherUrls@Generated(value="com.sun.tools.xjc.Driver", date="2020-04-17T05:31:42+02:00", comments="JAXB RI v2.2.11") public void setResearcherUrls(ResearcherUrls value)
value - allowed object is
ResearcherUrls@Generated(value="com.sun.tools.xjc.Driver", date="2020-04-17T05:31:42+02:00", comments="JAXB RI v2.2.11") public Emails getEmails()
Emails@Generated(value="com.sun.tools.xjc.Driver", date="2020-04-17T05:31:42+02:00", comments="JAXB RI v2.2.11") public void setEmails(Emails value)
value - allowed object is
Emails@Generated(value="com.sun.tools.xjc.Driver", date="2020-04-17T05:31:42+02:00", comments="JAXB RI v2.2.11") public Addresses getAddresses()
Addresses@Generated(value="com.sun.tools.xjc.Driver", date="2020-04-17T05:31:42+02:00", comments="JAXB RI v2.2.11") public void setAddresses(Addresses value)
value - allowed object is
Addresses@Generated(value="com.sun.tools.xjc.Driver", date="2020-04-17T05:31:42+02:00", comments="JAXB RI v2.2.11") public Keywords getKeywords()
Keywords@Generated(value="com.sun.tools.xjc.Driver", date="2020-04-17T05:31:42+02:00", comments="JAXB RI v2.2.11") public void setKeywords(Keywords value)
value - allowed object is
Keywords@Generated(value="com.sun.tools.xjc.Driver", date="2020-04-17T05:31:42+02:00", comments="JAXB RI v2.2.11") public ExternalIdentifiers getExternalIdentifiers()
ExternalIdentifiers@Generated(value="com.sun.tools.xjc.Driver", date="2020-04-17T05:31:42+02:00", comments="JAXB RI v2.2.11") public void setExternalIdentifiers(ExternalIdentifiers value)
value - allowed object is
ExternalIdentifiers@Generated(value="com.sun.tools.xjc.Driver", date="2020-04-17T05:31:42+02:00", comments="JAXB RI v2.2.11") public String getPath()
String@Generated(value="com.sun.tools.xjc.Driver", date="2020-04-17T05:31:42+02:00", comments="JAXB RI v2.2.11") public void setPath(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 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.