Class IdentifyingInfo


  • public class IdentifyingInfo
    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 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/email}emails"/>
             <element ref="{http://www.cienciavitae.pt/ns/phone-number}phone-numbers" minOccurs="0"/>
             <element ref="{http://www.cienciavitae.pt/ns/mailing-address}mailing-addresses" minOccurs="0"/>
             <element ref="{http://www.cienciavitae.pt/ns/web-address}web-addresses" minOccurs="0"/>
             <element ref="{http://www.cienciavitae.pt/ns/domain-activity}domains-activity" minOccurs="0"/>
             <element ref="{http://www.cienciavitae.pt/ns/language-competency}language-competencies" minOccurs="0"/>
             <element ref="{http://www.cienciavitae.pt/ns/resume}resume" minOccurs="0"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    • Constructor Detail

      • IdentifyingInfo

        public IdentifyingInfo()
    • 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
      • getEmails

        public Emails getEmails()
        Gets the value of the emails property.
        Returns:
        possible object is Emails
      • setEmails

        public void setEmails​(Emails value)
        Sets the value of the emails property.
        Parameters:
        value - allowed object is Emails
      • getPhoneNumbers

        public PhoneNumbers getPhoneNumbers()
        Gets the value of the phoneNumbers property.
        Returns:
        possible object is PhoneNumbers
      • setPhoneNumbers

        public void setPhoneNumbers​(PhoneNumbers value)
        Sets the value of the phoneNumbers property.
        Parameters:
        value - allowed object is PhoneNumbers
      • getMailingAddresses

        public MailingAddresses getMailingAddresses()
        Gets the value of the mailingAddresses property.
        Returns:
        possible object is MailingAddresses
      • setMailingAddresses

        public void setMailingAddresses​(MailingAddresses value)
        Sets the value of the mailingAddresses property.
        Parameters:
        value - allowed object is MailingAddresses
      • getWebAddresses

        public WebAddresses getWebAddresses()
        Gets the value of the webAddresses property.
        Returns:
        possible object is WebAddresses
      • setWebAddresses

        public void setWebAddresses​(WebAddresses value)
        Sets the value of the webAddresses property.
        Parameters:
        value - allowed object is WebAddresses
      • getDomainsActivity

        public DomainsActivity getDomainsActivity()
        Gets the value of the domainsActivity property.
        Returns:
        possible object is DomainsActivity
      • setDomainsActivity

        public void setDomainsActivity​(DomainsActivity value)
        Sets the value of the domainsActivity property.
        Parameters:
        value - allowed object is DomainsActivity
      • setLanguageCompetencies

        public void setLanguageCompetencies​(LanguageCompetencies value)
        Sets the value of the languageCompetencies property.
        Parameters:
        value - allowed object is LanguageCompetencies
      • getResume

        public Resume getResume()
        Gets the value of the resume property.
        Returns:
        possible object is Resume
      • setResume

        public void setResume​(Resume value)
        Sets the value of the resume property.
        Parameters:
        value - allowed object is Resume