Class IdentifyingInfo
- java.lang.Object
-
- pt.cienciavitae.ns.identifying_info.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>
-
-
Field Summary
Fields Modifier and Type Field Description protected AuthorIdentifiersauthorIdentifiersprotected CitationNamescitationNamesprotected DomainsActivitydomainsActivityprotected Emailsemailsprotected LanguageCompetencieslanguageCompetenciesprotected MailingAddressesmailingAddressesprotected PersonInfopersonInfoprotected PhoneNumbersphoneNumbersprotected Resumeresumeprotected WebAddresseswebAddresses
-
Constructor Summary
Constructors Constructor Description IdentifyingInfo()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AuthorIdentifiersgetAuthorIdentifiers()Gets the value of the authorIdentifiers property.CitationNamesgetCitationNames()Gets the value of the citationNames property.DomainsActivitygetDomainsActivity()Gets the value of the domainsActivity property.EmailsgetEmails()Gets the value of the emails property.LanguageCompetenciesgetLanguageCompetencies()Gets the value of the languageCompetencies property.MailingAddressesgetMailingAddresses()Gets the value of the mailingAddresses property.PersonInfogetPersonInfo()Gets the value of the personInfo property.PhoneNumbersgetPhoneNumbers()Gets the value of the phoneNumbers property.ResumegetResume()Gets the value of the resume property.WebAddressesgetWebAddresses()Gets the value of the webAddresses property.voidsetAuthorIdentifiers(AuthorIdentifiers value)Sets the value of the authorIdentifiers property.voidsetCitationNames(CitationNames value)Sets the value of the citationNames property.voidsetDomainsActivity(DomainsActivity value)Sets the value of the domainsActivity property.voidsetEmails(Emails value)Sets the value of the emails property.voidsetLanguageCompetencies(LanguageCompetencies value)Sets the value of the languageCompetencies property.voidsetMailingAddresses(MailingAddresses value)Sets the value of the mailingAddresses property.voidsetPersonInfo(PersonInfo value)Sets the value of the personInfo property.voidsetPhoneNumbers(PhoneNumbers value)Sets the value of the phoneNumbers property.voidsetResume(Resume value)Sets the value of the resume property.voidsetWebAddresses(WebAddresses value)Sets the value of the webAddresses property.
-
-
-
Field Detail
-
personInfo
protected PersonInfo personInfo
-
citationNames
protected CitationNames citationNames
-
authorIdentifiers
protected AuthorIdentifiers authorIdentifiers
-
emails
protected Emails emails
-
phoneNumbers
protected PhoneNumbers phoneNumbers
-
mailingAddresses
protected MailingAddresses mailingAddresses
-
webAddresses
protected WebAddresses webAddresses
-
domainsActivity
protected DomainsActivity domainsActivity
-
languageCompetencies
protected LanguageCompetencies languageCompetencies
-
resume
protected Resume resume
-
-
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 isPersonInfo
-
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 isCitationNames
-
getAuthorIdentifiers
public AuthorIdentifiers getAuthorIdentifiers()
Gets the value of the authorIdentifiers property.- Returns:
- possible object is
AuthorIdentifiers
-
setAuthorIdentifiers
public void setAuthorIdentifiers(AuthorIdentifiers value)
Sets the value of the authorIdentifiers property.- Parameters:
value- allowed object isAuthorIdentifiers
-
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 isEmails
-
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 isPhoneNumbers
-
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 isMailingAddresses
-
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 isWebAddresses
-
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 isDomainsActivity
-
getLanguageCompetencies
public LanguageCompetencies getLanguageCompetencies()
Gets the value of the languageCompetencies property.- Returns:
- possible object is
LanguageCompetencies
-
setLanguageCompetencies
public void setLanguageCompetencies(LanguageCompetencies value)
Sets the value of the languageCompetencies property.- Parameters:
value- allowed object isLanguageCompetencies
-
getResume
public Resume getResume()
Gets the value of the resume property.- Returns:
- possible object is
Resume
-
-