|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectbe.fgov.ehealth.rn.baselegaldata.v1.CbssPersonIdentificationType
@Generated(value="com.sun.tools.xjc.Driver",
date="2024-09-05T10:53:32+02:00",
comments="JAXB RI v2.3.6")
public class CbssPersonIdentificationTypeType encapsulating all legaldata of a person specific for the PersonService
Java class for CbssPersonIdentificationType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CbssPersonIdentificationType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Ssin" type="{urn:be:fgov:ehealth:rn:commons:business:v1}SsinType" minOccurs="0"/>
<sequence minOccurs="0">
<element name="Name" type="{urn:be:fgov:ehealth:rn:baselegaldata:v1}MinimalNameInfoType" minOccurs="0"/>
<element name="Birth" type="{urn:be:fgov:ehealth:rn:baselegaldata:v1}MinimalBirthInfoType" minOccurs="0"/>
<element name="Gender" type="{urn:be:fgov:ehealth:rn:baselegaldata:v1}MinimalGenderInfoType" minOccurs="0"/>
<element name="Address" type="{urn:be:fgov:ehealth:rn:baselegaldata:v1}AddressCbssBaseType" minOccurs="0"/>
<element name="ContactAddress" type="{urn:be:fgov:ehealth:rn:baselegaldata:v1}ContactAddressBaseType" minOccurs="0"/>
</sequence>
<element name="Anomalies" type="{urn:be:fgov:ehealth:rn:registries:commons:v1}AnomaliesType" minOccurs="0"/>
</sequence>
<attribute name="Register" type="{urn:be:fgov:ehealth:rn:registries:commons:v1}PersonRegisterType" />
<attribute name="Deceased" type="{http://www.w3.org/2001/XMLSchema}boolean" />
</restriction>
</complexContent>
</complexType>
| Constructor Summary | |
|---|---|
CbssPersonIdentificationType()
|
|
| Method Summary | |
|---|---|
AddressCbssBaseType |
getAddress()
Gets the value of the address property. |
AnomaliesType |
getAnomalies()
Gets the value of the anomalies property. |
MinimalBirthInfoType |
getBirth()
Gets the value of the birth property. |
ContactAddressBaseType |
getContactAddress()
Gets the value of the contactAddress property. |
MinimalGenderInfoType |
getGender()
Gets the value of the gender property. |
MinimalNameInfoType |
getName()
Gets the value of the name property. |
String |
getRegister()
Gets the value of the register property. |
String |
getSsin()
Gets the value of the ssin property. |
Boolean |
isDeceased()
Gets the value of the deceased property. |
void |
setAddress(AddressCbssBaseType value)
Sets the value of the address property. |
void |
setAnomalies(AnomaliesType value)
Sets the value of the anomalies property. |
void |
setBirth(MinimalBirthInfoType value)
Sets the value of the birth property. |
void |
setContactAddress(ContactAddressBaseType value)
Sets the value of the contactAddress property. |
void |
setDeceased(Boolean value)
Sets the value of the deceased property. |
void |
setGender(MinimalGenderInfoType value)
Sets the value of the gender property. |
void |
setName(MinimalNameInfoType value)
Sets the value of the name property. |
void |
setRegister(String value)
Sets the value of the register 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 CbssPersonIdentificationType()
| Method Detail |
|---|
public String getSsin()
Stringpublic void setSsin(String value)
value - allowed object is
Stringpublic MinimalNameInfoType getName()
MinimalNameInfoTypepublic void setName(MinimalNameInfoType value)
value - allowed object is
MinimalNameInfoTypepublic MinimalBirthInfoType getBirth()
MinimalBirthInfoTypepublic void setBirth(MinimalBirthInfoType value)
value - allowed object is
MinimalBirthInfoTypepublic MinimalGenderInfoType getGender()
MinimalGenderInfoTypepublic void setGender(MinimalGenderInfoType value)
value - allowed object is
MinimalGenderInfoTypepublic AddressCbssBaseType getAddress()
AddressCbssBaseTypepublic void setAddress(AddressCbssBaseType value)
value - allowed object is
AddressCbssBaseTypepublic ContactAddressBaseType getContactAddress()
ContactAddressBaseTypepublic void setContactAddress(ContactAddressBaseType value)
value - allowed object is
ContactAddressBaseTypepublic AnomaliesType getAnomalies()
AnomaliesTypepublic void setAnomalies(AnomaliesType value)
value - allowed object is
AnomaliesTypepublic String getRegister()
Stringpublic void setRegister(String value)
value - allowed object is
Stringpublic Boolean isDeceased()
Booleanpublic void setDeceased(Boolean value)
value - allowed object is
Boolean
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||