Package org.orcid.jaxb.model.message
Class PersonalDetails
java.lang.Object
org.orcid.jaxb.model.message.PersonalDetails
- 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}given-names"/>
<element ref="{http://www.orcid.org/ns/orcid}family-name"/>
<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>
<attGroup ref="{http://www.orcid.org/ns/orcid}visibility"/>
</restriction>
</complexContent>
</complexType>
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected CreditNameprotected FamilyNameprotected GivenNamesprotected OtherNames -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanGets the value of the creditName property.Gets the value of the familyName property.Gets the value of the givenNames property.Gets the value of the otherNames property.inthashCode()voidsetCreditName(CreditName value) Sets the value of the creditName property.voidsetFamilyName(FamilyName value) Sets the value of the familyName property.voidsetGivenNames(GivenNames value) Sets the value of the givenNames property.voidsetOtherNames(OtherNames value) Sets the value of the otherNames property.
-
Field Details
-
givenNames
-
familyName
-
creditName
-
otherNames
-
-
Constructor Details
-
PersonalDetails
public PersonalDetails()
-
-
Method Details
-
getGivenNames
Gets the value of the givenNames property.- Returns:
- possible object is
GivenNames
-
setGivenNames
Sets the value of the givenNames property.- Parameters:
value- allowed object isGivenNames
-
getFamilyName
Gets the value of the familyName property.- Returns:
- possible object is
FamilyName
-
setFamilyName
Sets the value of the familyName property.- Parameters:
value- allowed object isFamilyName
-
getCreditName
Gets the value of the creditName property.- Returns:
- possible object is
CreditName
-
setCreditName
Sets the value of the creditName property.- Parameters:
value- allowed object isCreditName
-
getOtherNames
Gets the value of the otherNames property.- Returns:
- possible object is
OtherNames
-
setOtherNames
Sets the value of the otherNames property.- Parameters:
value- allowed object isOtherNames
-
retrieveDisplayNameIgnoringVisibility
-
hashCode
public int hashCode() -
equals
-