@Generated(value="com.sun.tools.xjc.Driver", date="2022-06-08T05:34:52+02:00", comments="JAXB RI v2.2.11") public class InhabitantType extends Object implements Serializable
Java class for InhabitantType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="InhabitantType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="SSIN" type="{http://www.w3.org/2001/XMLSchema}string" 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="BirthDate" type="{urn:be:fgov:ehealth:consultRN:1_0:core}IncompleteDateType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
InhabitantType() |
| Modifier and Type | Method and Description |
|---|---|
String |
getBirthDate()
Gets the value of the birthDate property.
|
GenderType |
getGender()
Gets the value of the gender property.
|
NameType |
getName()
Gets the value of the name property.
|
String |
getSSIN()
Gets the value of the ssin property.
|
void |
setBirthDate(String value)
Sets the value of the birthDate property.
|
void |
setGender(GenderType value)
Sets the value of the gender property.
|
void |
setName(NameType value)
Sets the value of the name property.
|
void |
setSSIN(String value)
Sets the value of the ssin property.
|
public String getSSIN()
Stringpublic void setSSIN(String value)
value - allowed object is
Stringpublic NameType getName()
NameTypepublic void setName(NameType value)
value - allowed object is
NameTypepublic GenderType getGender()
GenderTypepublic void setGender(GenderType value)
value - allowed object is
GenderTypepublic String getBirthDate()
String
Connector Packaging generic 4.1.2 API
Copyright © {inceptionYear}-2022 eHealth. All Rights Reserved.