Class 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>
     
    • Constructor Detail

      • PersonInfo

        public PersonInfo()
    • 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 is String
      • 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 is String
      • 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 is String
      • 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 is String
      • setDateOfBirth

        public void setDateOfBirth​(DateOfBirthCtype value)
        Sets the value of the dateOfBirth property.
        Parameters:
        value - allowed object is DateOfBirthCtype
      • 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 is GenderCtype
      • setPhotography

        public void setPhotography​(PhotographyCtype value)
        Sets the value of the photography property.
        Parameters:
        value - allowed object is PhotographyCtype