Class PersonalDetails

java.lang.Object
org.orcid.jaxb.model.message.PersonalDetails
All Implemented Interfaces:
Serializable

public class PersonalDetails extends Object implements 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 Details

  • Constructor Details

    • PersonalDetails

      public PersonalDetails()
  • Method Details

    • getGivenNames

      public GivenNames getGivenNames()
      Gets the value of the givenNames property.
      Returns:
      possible object is GivenNames
    • setGivenNames

      public void setGivenNames(GivenNames value)
      Sets the value of the givenNames property.
      Parameters:
      value - allowed object is GivenNames
    • getFamilyName

      public FamilyName getFamilyName()
      Gets the value of the familyName property.
      Returns:
      possible object is FamilyName
    • setFamilyName

      public void setFamilyName(FamilyName value)
      Sets the value of the familyName property.
      Parameters:
      value - allowed object is FamilyName
    • getCreditName

      public CreditName getCreditName()
      Gets the value of the creditName property.
      Returns:
      possible object is CreditName
    • setCreditName

      public void setCreditName(CreditName value)
      Sets the value of the creditName property.
      Parameters:
      value - allowed object is CreditName
    • getOtherNames

      public OtherNames getOtherNames()
      Gets the value of the otherNames property.
      Returns:
      possible object is OtherNames
    • setOtherNames

      public void setOtherNames(OtherNames value)
      Sets the value of the otherNames property.
      Parameters:
      value - allowed object is OtherNames
    • retrieveDisplayNameIgnoringVisibility

      public String retrieveDisplayNameIgnoringVisibility()
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class Object