|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbe.fgov.ehealth.mediprima.core.v2.BeneficiaryType
@Generated(value="com.sun.tools.xjc.Driver", date="2024-09-05T10:51:19+02:00", comments="JAXB RI v2.3.6") public class BeneficiaryType
Java class for BeneficiaryType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="BeneficiaryType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="Ssin" type="{http://www.w3.org/2001/XMLSchema}string"/> <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="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 Summary | |
---|---|
BeneficiaryType()
|
Method Summary | |
---|---|
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 |
getLastName()
Gets the value of the lastName 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 |
setLastName(String value)
Sets the value of the lastName 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 BeneficiaryType()
Method Detail |
---|
public String getSsin()
String
public void setSsin(String value)
value
- allowed object is
String
public String getLastName()
String
public void setLastName(String value)
value
- allowed object is
String
public String getFirstName()
String
public void setFirstName(String value)
value
- allowed object is
String
public String getGender()
String
public void setGender(String value)
value
- allowed object is
String
public String getBirthDate()
String
public void setBirthDate(String value)
value
- allowed object is
String
public String getDeathDate()
String
public void setDeathDate(String value)
value
- allowed object is
String
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |