be.fgov.ehealth.consultrn._1_0.core
Class PersonDataType

java.lang.Object
  extended by be.fgov.ehealth.consultrn._1_0.core.PersonDataType
All Implemented Interfaces:
Serializable

@Generated(value="com.sun.tools.xjc.Driver",
           date="2020-09-28T09:54:51+02:00",
           comments="JAXB RI v2.2.11")
public class PersonDataType
extends Object
implements Serializable

information about the person (without SSIN)

Java class for PersonDataType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="PersonDataType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Birth" type="{urn:be:fgov:ehealth:consultRN:1_0:core}BirthDeceaseType" minOccurs="0"/>
         <element name="Name" type="{urn:be:fgov:ehealth:consultRN:1_0:core}NameType" minOccurs="0"/>
         <element name="Gender" type="{urn:be:fgov:ehealth:consultRN:1_0:core}GenderType" minOccurs="0"/>
         <element name="Nationality" type="{urn:be:fgov:ehealth:consultRN:1_0:core}NationalityType" minOccurs="0"/>
         <element name="Civilstate" type="{urn:be:fgov:ehealth:consultRN:1_0:core}CivilStateType" minOccurs="0"/>
         <element name="Decease" type="{urn:be:fgov:ehealth:consultRN:1_0:core}BirthDeceaseType" minOccurs="0"/>
         <element name="Address" type="{urn:be:fgov:ehealth:consultRN:1_0:core}AddressType" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Constructor Summary
PersonDataType()
           
 
Method Summary
 AddressType getAddress()
          Gets the value of the address property.
 BirthDeceaseType getBirth()
          Gets the value of the birth property.
 CivilStateType getCivilstate()
          Gets the value of the civilstate property.
 BirthDeceaseType getDecease()
          Gets the value of the decease property.
 GenderType getGender()
          Gets the value of the gender property.
 NameType getName()
          Gets the value of the name property.
 NationalityType getNationality()
          Gets the value of the nationality property.
 void setAddress(AddressType value)
          Sets the value of the address property.
 void setBirth(BirthDeceaseType value)
          Sets the value of the birth property.
 void setCivilstate(CivilStateType value)
          Sets the value of the civilstate property.
 void setDecease(BirthDeceaseType value)
          Sets the value of the decease property.
 void setGender(GenderType value)
          Sets the value of the gender property.
 void setName(NameType value)
          Sets the value of the name property.
 void setNationality(NationalityType value)
          Sets the value of the nationality property.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PersonDataType

public PersonDataType()
Method Detail

getBirth

public BirthDeceaseType getBirth()
Gets the value of the birth property.

Returns:
possible object is BirthDeceaseType

setBirth

public void setBirth(BirthDeceaseType value)
Sets the value of the birth property.

Parameters:
value - allowed object is BirthDeceaseType

getName

public NameType getName()
Gets the value of the name property.

Returns:
possible object is NameType

setName

public void setName(NameType value)
Sets the value of the name property.

Parameters:
value - allowed object is NameType

getGender

public GenderType getGender()
Gets the value of the gender property.

Returns:
possible object is GenderType

setGender

public void setGender(GenderType value)
Sets the value of the gender property.

Parameters:
value - allowed object is GenderType

getNationality

public NationalityType getNationality()
Gets the value of the nationality property.

Returns:
possible object is NationalityType

setNationality

public void setNationality(NationalityType value)
Sets the value of the nationality property.

Parameters:
value - allowed object is NationalityType

getCivilstate

public CivilStateType getCivilstate()
Gets the value of the civilstate property.

Returns:
possible object is CivilStateType

setCivilstate

public void setCivilstate(CivilStateType value)
Sets the value of the civilstate property.

Parameters:
value - allowed object is CivilStateType

getDecease

public BirthDeceaseType getDecease()
Gets the value of the decease property.

Returns:
possible object is BirthDeceaseType

setDecease

public void setDecease(BirthDeceaseType value)
Sets the value of the decease property.

Parameters:
value - allowed object is BirthDeceaseType

getAddress

public AddressType getAddress()
Gets the value of the address property.

Returns:
possible object is AddressType

setAddress

public void setAddress(AddressType value)
Sets the value of the address property.

Parameters:
value - allowed object is AddressType



Connector Packaging generic 3.20.2 API
Copyright © {inceptionYear}-2020 eHealth. All Rights Reserved.