@Generated(value="com.sun.tools.xjc.Driver", date="2022-12-09T11:13:31+01:00", comments="JAXB RI v2.2.11") public class IndividualType extends Object implements Serializable
Java class for IndividualType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="IndividualType">
<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="LastName" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="FirstName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="MiddleNames" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Language" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Gender" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="BirthDate" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="DeathDate" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
IndividualType() |
| Modifier and Type | Method and Description |
|---|---|
String |
getBirthDate()
Gets the value of the birthDate property.
|
String |
getDeathDate()
Gets the value of the deathDate property.
|
String |
getFirstName()
Gets the value of the firstName property.
|
String |
getGender()
Gets the value of the gender property.
|
String |
getLanguage()
Gets the value of the language property.
|
String |
getLastName()
Gets the value of the lastName property.
|
String |
getMiddleNames()
Gets the value of the middleNames property.
|
String |
getSSIN()
Gets the value of the ssin property.
|
void |
setBirthDate(String value)
Sets the value of the birthDate property.
|
void |
setDeathDate(String value)
Sets the value of the deathDate property.
|
void |
setFirstName(String value)
Sets the value of the firstName property.
|
void |
setGender(String value)
Sets the value of the gender property.
|
void |
setLanguage(String value)
Sets the value of the language property.
|
void |
setLastName(String value)
Sets the value of the lastName property.
|
void |
setMiddleNames(String value)
Sets the value of the middleNames 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 String getLastName()
Stringpublic void setLastName(String value)
value - allowed object is
Stringpublic String getFirstName()
Stringpublic void setFirstName(String value)
value - allowed object is
Stringpublic String getMiddleNames()
Stringpublic void setMiddleNames(String value)
value - allowed object is
Stringpublic String getLanguage()
Stringpublic void setLanguage(String value)
value - allowed object is
Stringpublic String getGender()
Stringpublic void setGender(String value)
value - allowed object is
Stringpublic String getBirthDate()
Stringpublic void setBirthDate(String value)
value - allowed object is
Stringpublic String getDeathDate()
String
Connector Packaging generic 4.3.0-beta-3 API
Copyright © {inceptionYear}-2022 eHealth. All Rights Reserved.