|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectbe.fgov.ehealth.rn.cbsspersonlegaldata.v1.CbssUpdatePersonResponseType
@Generated(value="com.sun.tools.xjc.Driver",
date="2020-09-28T09:55:17+02:00",
comments="JAXB RI v2.2.11")
public class CbssUpdatePersonResponseTypeType encapsulating all legaldata of a person specific for the CbssPersonService
Java class for CbssUpdatePersonResponseType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CbssUpdatePersonResponseType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Ssin" type="{urn:be:fgov:ehealth:rn:commons:business:v1}SsinType"/>
<element name="Name" type="{urn:be:fgov:ehealth:rn:baselegaldata:v1}NameInfoWithUpdateStatusType"/>
<element name="Nationalities" type="{urn:be:fgov:ehealth:rn:baselegaldata:v1}NationalitiesWithUpdateStatusType" minOccurs="0"/>
<element name="Birth" type="{urn:be:fgov:ehealth:rn:baselegaldata:v1}BirthInfoWithUpdateStatusType" minOccurs="0"/>
<element name="Decease" type="{urn:be:fgov:ehealth:rn:baselegaldata:v1}DeceaseInfoWithUpdateStatusType" minOccurs="0"/>
<element name="Gender" type="{urn:be:fgov:ehealth:rn:baselegaldata:v1}GenderInfoWithUpdateStatusType" minOccurs="0"/>
<element name="CivilStates" type="{urn:be:fgov:ehealth:rn:baselegaldata:v1}CivilStatesWithUpdateStatusType" minOccurs="0"/>
<element name="Address" type="{urn:be:fgov:ehealth:rn:baselegaldata:v1}AddressCbssWithUpdateStatusType" minOccurs="0"/>
<element name="ContactAddress" type="{urn:be:fgov:ehealth:rn:baselegaldata:v1}ContactAddressWithUpdateStatusType" minOccurs="0"/>
<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="RegisterInceptionDate" type="{http://www.w3.org/2001/XMLSchema}date" />
</restriction>
</complexContent>
</complexType>
| Constructor Summary | |
|---|---|
CbssUpdatePersonResponseType()
|
|
| Method Summary | |
|---|---|
AddressCbssWithUpdateStatusType |
getAddress()
Gets the value of the address property. |
AnomaliesType |
getAnomalies()
Gets the value of the anomalies property. |
BirthInfoWithUpdateStatusType |
getBirth()
Gets the value of the birth property. |
CivilStatesWithUpdateStatusType |
getCivilStates()
Gets the value of the civilStates property. |
ContactAddressWithUpdateStatusType |
getContactAddress()
Gets the value of the contactAddress property. |
DeceaseInfoWithUpdateStatusType |
getDecease()
Gets the value of the decease property. |
GenderInfoWithUpdateStatusType |
getGender()
Gets the value of the gender property. |
NameInfoWithUpdateStatusType |
getName()
Gets the value of the name property. |
NationalitiesWithUpdateStatusType |
getNationalities()
Gets the value of the nationalities property. |
String |
getRegister()
Gets the value of the register property. |
org.joda.time.DateTime |
getRegisterInceptionDate()
Gets the value of the registerInceptionDate property. |
String |
getSsin()
Gets the value of the ssin property. |
void |
setAddress(AddressCbssWithUpdateStatusType value)
Sets the value of the address property. |
void |
setAnomalies(AnomaliesType value)
Sets the value of the anomalies property. |
void |
setBirth(BirthInfoWithUpdateStatusType value)
Sets the value of the birth property. |
void |
setCivilStates(CivilStatesWithUpdateStatusType value)
Sets the value of the civilStates property. |
void |
setContactAddress(ContactAddressWithUpdateStatusType value)
Sets the value of the contactAddress property. |
void |
setDecease(DeceaseInfoWithUpdateStatusType value)
Sets the value of the decease property. |
void |
setGender(GenderInfoWithUpdateStatusType value)
Sets the value of the gender property. |
void |
setName(NameInfoWithUpdateStatusType value)
Sets the value of the name property. |
void |
setNationalities(NationalitiesWithUpdateStatusType value)
Sets the value of the nationalities property. |
void |
setRegister(String value)
Sets the value of the register property. |
void |
setRegisterInceptionDate(org.joda.time.DateTime value)
Sets the value of the registerInceptionDate 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 CbssUpdatePersonResponseType()
| Method Detail |
|---|
public String getSsin()
Stringpublic void setSsin(String value)
value - allowed object is
Stringpublic NameInfoWithUpdateStatusType getName()
NameInfoWithUpdateStatusTypepublic void setName(NameInfoWithUpdateStatusType value)
value - allowed object is
NameInfoWithUpdateStatusTypepublic NationalitiesWithUpdateStatusType getNationalities()
NationalitiesWithUpdateStatusTypepublic void setNationalities(NationalitiesWithUpdateStatusType value)
value - allowed object is
NationalitiesWithUpdateStatusTypepublic BirthInfoWithUpdateStatusType getBirth()
BirthInfoWithUpdateStatusTypepublic void setBirth(BirthInfoWithUpdateStatusType value)
value - allowed object is
BirthInfoWithUpdateStatusTypepublic DeceaseInfoWithUpdateStatusType getDecease()
DeceaseInfoWithUpdateStatusTypepublic void setDecease(DeceaseInfoWithUpdateStatusType value)
value - allowed object is
DeceaseInfoWithUpdateStatusTypepublic GenderInfoWithUpdateStatusType getGender()
GenderInfoWithUpdateStatusTypepublic void setGender(GenderInfoWithUpdateStatusType value)
value - allowed object is
GenderInfoWithUpdateStatusTypepublic CivilStatesWithUpdateStatusType getCivilStates()
CivilStatesWithUpdateStatusTypepublic void setCivilStates(CivilStatesWithUpdateStatusType value)
value - allowed object is
CivilStatesWithUpdateStatusTypepublic AddressCbssWithUpdateStatusType getAddress()
AddressCbssWithUpdateStatusTypepublic void setAddress(AddressCbssWithUpdateStatusType value)
value - allowed object is
AddressCbssWithUpdateStatusTypepublic ContactAddressWithUpdateStatusType getContactAddress()
ContactAddressWithUpdateStatusTypepublic void setContactAddress(ContactAddressWithUpdateStatusType value)
value - allowed object is
ContactAddressWithUpdateStatusTypepublic AnomaliesType getAnomalies()
AnomaliesTypepublic void setAnomalies(AnomaliesType value)
value - allowed object is
AnomaliesTypepublic String getRegister()
Stringpublic void setRegister(String value)
value - allowed object is
Stringpublic org.joda.time.DateTime getRegisterInceptionDate()
Stringpublic void setRegisterInceptionDate(org.joda.time.DateTime value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||