Package pt.cienciavitae.ns.person_info
Class PersonInfo
- java.lang.Object
-
- pt.cienciavitae.ns.person_info.PersonInfo
-
public class PersonInfo 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 name="full-name" type="{http://www.cienciavitae.pt/ns/common}string-80-stype"/> <element name="names" type="{http://www.cienciavitae.pt/ns/common}string-80-stype" minOccurs="0"/> <element name="surnames" type="{http://www.cienciavitae.pt/ns/common}string-80-stype" minOccurs="0"/> <element name="presented-name" type="{http://www.cienciavitae.pt/ns/common}string-80-stype"/> <element name="date-of-birth" type="{http://www.cienciavitae.pt/ns/person-info}date-of-birth-ctype"/> <element name="gender" type="{http://www.cienciavitae.pt/ns/person-info}gender-ctype"/> <element name="photography" type="{http://www.cienciavitae.pt/ns/person-info}photography-ctype"/> </sequence> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected DateOfBirthCtypedateOfBirthprotected StringfullNameprotected GenderCtypegenderprotected Stringnamesprotected PhotographyCtypephotographyprotected StringpresentedNameprotected Stringsurnames
-
Constructor Summary
Constructors Constructor Description PersonInfo()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DateOfBirthCtypegetDateOfBirth()Gets the value of the dateOfBirth property.StringgetFullName()Gets the value of the fullName property.GenderCtypegetGender()Gets the value of the gender property.StringgetNames()Gets the value of the names property.PhotographyCtypegetPhotography()Gets the value of the photography property.StringgetPresentedName()Gets the value of the presentedName property.StringgetSurnames()Gets the value of the surnames property.voidsetDateOfBirth(DateOfBirthCtype value)Sets the value of the dateOfBirth property.voidsetFullName(String value)Sets the value of the fullName property.voidsetGender(GenderCtype value)Sets the value of the gender property.voidsetNames(String value)Sets the value of the names property.voidsetPhotography(PhotographyCtype value)Sets the value of the photography property.voidsetPresentedName(String value)Sets the value of the presentedName property.voidsetSurnames(String value)Sets the value of the surnames property.
-
-
-
Field Detail
-
fullName
protected String fullName
-
names
protected String names
-
surnames
protected String surnames
-
presentedName
protected String presentedName
-
dateOfBirth
protected DateOfBirthCtype dateOfBirth
-
gender
protected GenderCtype gender
-
photography
protected PhotographyCtype photography
-
-
Method Detail
-
getFullName
public String getFullName()
Gets the value of the fullName property.- Returns:
- possible object is
String
-
setFullName
public void setFullName(String value)
Sets the value of the fullName property.- Parameters:
value- allowed object isString
-
getNames
public String getNames()
Gets the value of the names property.- Returns:
- possible object is
String
-
setNames
public void setNames(String value)
Sets the value of the names property.- Parameters:
value- allowed object isString
-
getSurnames
public String getSurnames()
Gets the value of the surnames property.- Returns:
- possible object is
String
-
setSurnames
public void setSurnames(String value)
Sets the value of the surnames property.- Parameters:
value- allowed object isString
-
getPresentedName
public String getPresentedName()
Gets the value of the presentedName property.- Returns:
- possible object is
String
-
setPresentedName
public void setPresentedName(String value)
Sets the value of the presentedName property.- Parameters:
value- allowed object isString
-
getDateOfBirth
public DateOfBirthCtype getDateOfBirth()
Gets the value of the dateOfBirth property.- Returns:
- possible object is
DateOfBirthCtype
-
setDateOfBirth
public void setDateOfBirth(DateOfBirthCtype value)
Sets the value of the dateOfBirth property.- Parameters:
value- allowed object isDateOfBirthCtype
-
getGender
public GenderCtype getGender()
Gets the value of the gender property.- Returns:
- possible object is
GenderCtype
-
setGender
public void setGender(GenderCtype value)
Sets the value of the gender property.- Parameters:
value- allowed object isGenderCtype
-
getPhotography
public PhotographyCtype getPhotography()
Gets the value of the photography property.- Returns:
- possible object is
PhotographyCtype
-
setPhotography
public void setPhotography(PhotographyCtype value)
Sets the value of the photography property.- Parameters:
value- allowed object isPhotographyCtype
-
-