|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectbe.fgov.ehealth.consultrn._1_0.core.InhabitantType
@Generated(value="com.sun.tools.xjc.Driver",
date="2020-03-19T04:21:54+01:00",
comments="JAXB RI v2.2.11")
public class InhabitantTypeminimal set of information about the person (with SSIN)
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 Summary | |
|---|---|
InhabitantType()
|
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public InhabitantType()
| Method Detail |
|---|
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()
Stringpublic void setBirthDate(String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||