|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectbe.fgov.ehealth.consultrn.commons.core.v3.PersonResponseType
@Generated(value="com.sun.tools.xjc.Driver",
date="2021-04-20T04:31:34+02:00",
comments="JAXB RI v2.2.11")
public class PersonResponseTypeinformation about the person (with SSIN)
Java class for PersonResponseType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PersonResponseType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Ssin" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="NobilityTitle" type="{urn:be:fgov:ehealth:consultrn:commons:core:v3}NobilityTitleType" minOccurs="0"/>
<element name="Name" type="{urn:be:fgov:ehealth:consultrn:commons:core:v3}PersonNameResponseType" minOccurs="0"/>
<element name="Nationalities" type="{urn:be:fgov:ehealth:consultrn:commons:core:v3}NationalitiesType" minOccurs="0"/>
<element name="Birth" type="{urn:be:fgov:ehealth:consultrn:commons:core:v3}BirthResponseType" minOccurs="0"/>
<element name="Decease" type="{urn:be:fgov:ehealth:consultrn:commons:core:v3}DeceaseResponseType" minOccurs="0"/>
<element name="Gender" type="{urn:be:fgov:ehealth:consultrn:commons:core:v3}GenderType" minOccurs="0"/>
<element name="CivilStates" type="{urn:be:fgov:ehealth:consultrn:commons:core:v3}CivilStatesResponseType" minOccurs="0"/>
<element name="Address" type="{urn:be:fgov:ehealth:consultrn:commons:core:v3}AddressType" minOccurs="0"/>
</sequence>
<attribute name="register" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Constructor Summary | |
|---|---|
PersonResponseType()
|
|
| Method Summary | |
|---|---|
AddressType |
getAddress()
Gets the value of the address property. |
BirthResponseType |
getBirth()
Gets the value of the birth property. |
CivilStatesResponseType |
getCivilStates()
Gets the value of the civilStates property. |
DeceaseResponseType |
getDecease()
Gets the value of the decease property. |
GenderType |
getGender()
Gets the value of the gender property. |
PersonNameResponseType |
getName()
Gets the value of the name property. |
NationalitiesType |
getNationalities()
Gets the value of the nationalities property. |
NobilityTitleType |
getNobilityTitle()
Gets the value of the nobilityTitle property. |
String |
getRegister()
Gets the value of the register property. |
String |
getSsin()
Gets the value of the ssin property. |
void |
setAddress(AddressType value)
Sets the value of the address property. |
void |
setBirth(BirthResponseType value)
Sets the value of the birth property. |
void |
setCivilStates(CivilStatesResponseType value)
Sets the value of the civilStates property. |
void |
setDecease(DeceaseResponseType value)
Sets the value of the decease property. |
void |
setGender(GenderType value)
Sets the value of the gender property. |
void |
setName(PersonNameResponseType value)
Sets the value of the name property. |
void |
setNationalities(NationalitiesType value)
Sets the value of the nationalities property. |
void |
setNobilityTitle(NobilityTitleType value)
Sets the value of the nobilityTitle 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 PersonResponseType()
| Method Detail |
|---|
public String getSsin()
Stringpublic void setSsin(String value)
value - allowed object is
Stringpublic NobilityTitleType getNobilityTitle()
NobilityTitleTypepublic void setNobilityTitle(NobilityTitleType value)
value - allowed object is
NobilityTitleTypepublic PersonNameResponseType getName()
PersonNameResponseTypepublic void setName(PersonNameResponseType value)
value - allowed object is
PersonNameResponseTypepublic NationalitiesType getNationalities()
NationalitiesTypepublic void setNationalities(NationalitiesType value)
value - allowed object is
NationalitiesTypepublic BirthResponseType getBirth()
BirthResponseTypepublic void setBirth(BirthResponseType value)
value - allowed object is
BirthResponseTypepublic DeceaseResponseType getDecease()
DeceaseResponseTypepublic void setDecease(DeceaseResponseType value)
value - allowed object is
DeceaseResponseTypepublic GenderType getGender()
GenderTypepublic void setGender(GenderType value)
value - allowed object is
GenderTypepublic CivilStatesResponseType getCivilStates()
CivilStatesResponseTypepublic void setCivilStates(CivilStatesResponseType value)
value - allowed object is
CivilStatesResponseTypepublic AddressType getAddress()
AddressTypepublic void setAddress(AddressType value)
value - allowed object is
AddressTypepublic String getRegister()
Stringpublic void setRegister(String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||