Package pt.cienciavitae.ns.person
Class Person
- java.lang.Object
-
- pt.cienciavitae.ns.common.ContainerCtype
-
- pt.cienciavitae.ns.person.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>
-
-
Field Summary
Fields Modifier and Type Field Description protected AuthorIdentifiersauthorIdentifiersprotected CitationNamescitationNamesprotected Employmentsemploymentsprotected XMLGregorianCalendarlastModifiedDateprotected PersonInfopersonInfo-
Fields inherited from class pt.cienciavitae.ns.common.ContainerCtype
total
-
-
Constructor Summary
Constructors Constructor Description Person()
-
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.EmploymentsgetEmployments()Gets the value of the employments property.XMLGregorianCalendargetLastModifiedDate()Gets the value of the lastModifiedDate property.PersonInfogetPersonInfo()Gets the value of the personInfo property.voidsetAuthorIdentifiers(AuthorIdentifiers value)Sets the value of the authorIdentifiers property.voidsetCitationNames(CitationNames value)Sets the value of the citationNames property.voidsetEmployments(Employments value)Sets the value of the employments property.voidsetLastModifiedDate(XMLGregorianCalendar value)Sets the value of the lastModifiedDate property.voidsetPersonInfo(PersonInfo value)Sets the value of the personInfo property.-
Methods inherited from class pt.cienciavitae.ns.common.ContainerCtype
getTotal, setTotal
-
-
-
-
Field Detail
-
personInfo
protected PersonInfo personInfo
-
citationNames
protected CitationNames citationNames
-
authorIdentifiers
protected AuthorIdentifiers authorIdentifiers
-
employments
protected Employments employments
-
lastModifiedDate
protected XMLGregorianCalendar lastModifiedDate
-
-
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
-
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 isEmployments
-
getLastModifiedDate
public XMLGregorianCalendar getLastModifiedDate()
Gets the value of the lastModifiedDate property.- Returns:
- possible object is
XMLGregorianCalendar
-
setLastModifiedDate
public void setLastModifiedDate(XMLGregorianCalendar value)
Sets the value of the lastModifiedDate property.- Parameters:
value- allowed object isXMLGregorianCalendar
-
-