@Generated(value="com.sun.tools.xjc.Driver", date="2022-06-08T05:25:44+02:00", comments="JAXB RI v2.2.11") public class CareReceiverDetailType extends Object implements Serializable
Java class for CareReceiverDetailType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CareReceiverDetailType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Inss" type="{urn:be:fgov:ehealth:genericinsurability:core:v1}InssType" minOccurs="0"/>
<element name="FirstName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="LastName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Birthday" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
<element name="Deceased" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
<element name="Sex" type="{urn:be:fgov:ehealth:genericinsurability:core:v1}SexType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
CareReceiverDetailType() |
| Modifier and Type | Method and Description |
|---|---|
org.joda.time.DateTime |
getBirthday()
Gets the value of the birthday property.
|
org.joda.time.DateTime |
getDeceased()
Gets the value of the deceased property.
|
String |
getFirstName()
Gets the value of the firstName property.
|
String |
getInss()
Gets the value of the inss property.
|
String |
getLastName()
Gets the value of the lastName property.
|
SexType |
getSex()
Gets the value of the sex property.
|
void |
setBirthday(org.joda.time.DateTime value)
Sets the value of the birthday property.
|
void |
setDeceased(org.joda.time.DateTime value)
Sets the value of the deceased property.
|
void |
setFirstName(String value)
Sets the value of the firstName property.
|
void |
setInss(String value)
Sets the value of the inss property.
|
void |
setLastName(String value)
Sets the value of the lastName property.
|
void |
setSex(SexType value)
Sets the value of the sex property.
|
public String getInss()
Stringpublic void setInss(String value)
value - allowed object is
Stringpublic String getFirstName()
Stringpublic void setFirstName(String value)
value - allowed object is
Stringpublic String getLastName()
Stringpublic void setLastName(String value)
value - allowed object is
Stringpublic org.joda.time.DateTime getBirthday()
Stringpublic void setBirthday(org.joda.time.DateTime value)
value - allowed object is
Stringpublic org.joda.time.DateTime getDeceased()
Stringpublic void setDeceased(org.joda.time.DateTime value)
value - allowed object is
Stringpublic SexType getSex()
SexType
Connector Packaging generic 4.1.2 API
Copyright © {inceptionYear}-2022 eHealth. All Rights Reserved.