public class PersonalDetails 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 name="given-names" type="{http://www.orcid.org/ns/orcid}non-empty-string"/>
<element name="family-name" type="{http://www.orcid.org/ns/orcid}non-empty-string" minOccurs="0"/>
<element ref="{http://www.orcid.org/ns/orcid}credit-name" minOccurs="0"/>
<element ref="{http://www.orcid.org/ns/orcid}other-names" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected CreditName |
creditName |
protected String |
familyName |
protected String |
givenNames |
protected OtherNames |
otherNames |
| Constructor and Description |
|---|
PersonalDetails() |
| Modifier and Type | Method and Description |
|---|---|
CreditName |
getCreditName()
The full name of the researcher or contributor as it generally appears on their published works.
|
String |
getFamilyName()
Gets the value of the familyName property.
|
String |
getGivenNames()
Gets the value of the givenNames property.
|
OtherNames |
getOtherNames()
(Optional) Container that includes other name(s) that the researcher or contributor may be known by.
|
void |
setCreditName(CreditName value)
Sets the value of the creditName property.
|
void |
setFamilyName(String value)
Sets the value of the familyName property.
|
void |
setGivenNames(String value)
Sets the value of the givenNames property.
|
void |
setOtherNames(OtherNames value)
Sets the value of the otherNames property.
|
protected String givenNames
protected String familyName
protected CreditName creditName
protected OtherNames otherNames
public String getGivenNames()
Stringpublic void setGivenNames(String value)
value - allowed object is
Stringpublic String getFamilyName()
Stringpublic void setFamilyName(String value)
value - allowed object is
Stringpublic CreditName getCreditName()
CreditNamepublic void setCreditName(CreditName value)
value - allowed object is
CreditNamepublic OtherNames getOtherNames()
OtherNamespublic void setOtherNames(OtherNames value)
value - allowed object is
OtherNamesCopyright © 2017. All rights reserved.