Class Person


  • public class Person
    extends ContainerCtype

    Java class for anonymous complex type.

    The following schema fragment specifies the expected content contained within this class.

     <complexType>
       <complexContent>
         <extension base="{http://www.cienciavitae.pt/ns/common}container-ctype">
           <sequence>
             <element ref="{http://www.cienciavitae.pt/ns/person-info}person-info"/>
             <element ref="{http://www.cienciavitae.pt/ns/citation-name}citation-names"/>
             <element ref="{http://www.cienciavitae.pt/ns/author-identifier}author-identifiers"/>
             <element ref="{http://www.cienciavitae.pt/ns/employment}employments"/>
           </sequence>
           <attribute ref="{http://www.cienciavitae.pt/ns/common}last-modified-date"/>
         </extension>
       </complexContent>
     </complexType>
     
    • Constructor Detail

      • Person

        public Person()
    • Method Detail

      • getPersonInfo

        public PersonInfo getPersonInfo()
        Gets the value of the personInfo property.
        Returns:
        possible object is PersonInfo
      • setPersonInfo

        public void setPersonInfo​(PersonInfo value)
        Sets the value of the personInfo property.
        Parameters:
        value - allowed object is PersonInfo
      • getCitationNames

        public CitationNames getCitationNames()
        Gets the value of the citationNames property.
        Returns:
        possible object is CitationNames
      • setCitationNames

        public void setCitationNames​(CitationNames value)
        Sets the value of the citationNames property.
        Parameters:
        value - allowed object is CitationNames
      • setAuthorIdentifiers

        public void setAuthorIdentifiers​(AuthorIdentifiers value)
        Sets the value of the authorIdentifiers property.
        Parameters:
        value - allowed object is AuthorIdentifiers
      • getEmployments

        public Employments getEmployments()
        Gets the value of the employments property.
        Returns:
        possible object is Employments
      • setEmployments

        public void setEmployments​(Employments value)
        Sets the value of the employments property.
        Parameters:
        value - allowed object is Employments