@Generated(value="com.sun.tools.xjc.Driver", date="2022-06-08T05:34:52+02:00", comments="JAXB RI v2.2.11") public class PersonResponseType extends Object implements Serializable
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 and Description |
|---|
PersonResponseType() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
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()
String
Connector Packaging generic 4.1.2 API
Copyright © {inceptionYear}-2022 eHealth. All Rights Reserved.