@Generated(value="com.sun.tools.xjc.Driver", date="2021-10-05T08:07:12+02:00", comments="JAXB RI v2.2.11") public class PersonRequestType extends Object implements Serializable
Java class for PersonRequestType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PersonRequestType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Name" type="{urn:be:fgov:ehealth:consultrn:commons:core:v3}PersonNameRequestType"/>
<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}BirthRequestType"/>
<element name="Decease" type="{urn:be:fgov:ehealth:consultrn:commons:core:v3}DeceaseRequestType" 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}CivilStatesRequestType" minOccurs="0"/>
<element name="ResidentialAddress" type="{urn:be:fgov:ehealth:consultrn:commons:core:v3}ResidentialAddressRequestType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
PersonRequestType() |
| Modifier and Type | Method and Description |
|---|---|
BirthRequestType |
getBirth()
Gets the value of the birth property.
|
CivilStatesRequestType |
getCivilStates()
Gets the value of the civilStates property.
|
DeceaseRequestType |
getDecease()
Gets the value of the decease property.
|
GenderType |
getGender()
Gets the value of the gender property.
|
PersonNameRequestType |
getName()
Gets the value of the name property.
|
NationalitiesType |
getNationalities()
Gets the value of the nationalities property.
|
ResidentialAddressRequestType |
getResidentialAddress()
Gets the value of the residentialAddress property.
|
void |
setBirth(BirthRequestType value)
Sets the value of the birth property.
|
void |
setCivilStates(CivilStatesRequestType value)
Sets the value of the civilStates property.
|
void |
setDecease(DeceaseRequestType value)
Sets the value of the decease property.
|
void |
setGender(GenderType value)
Sets the value of the gender property.
|
void |
setName(PersonNameRequestType value)
Sets the value of the name property.
|
void |
setNationalities(NationalitiesType value)
Sets the value of the nationalities property.
|
void |
setResidentialAddress(ResidentialAddressRequestType value)
Sets the value of the residentialAddress property.
|
public PersonNameRequestType getName()
PersonNameRequestTypepublic void setName(PersonNameRequestType value)
value - allowed object is
PersonNameRequestTypepublic NationalitiesType getNationalities()
NationalitiesTypepublic void setNationalities(NationalitiesType value)
value - allowed object is
NationalitiesTypepublic BirthRequestType getBirth()
BirthRequestTypepublic void setBirth(BirthRequestType value)
value - allowed object is
BirthRequestTypepublic DeceaseRequestType getDecease()
DeceaseRequestTypepublic void setDecease(DeceaseRequestType value)
value - allowed object is
DeceaseRequestTypepublic GenderType getGender()
GenderTypepublic void setGender(GenderType value)
value - allowed object is
GenderTypepublic CivilStatesRequestType getCivilStates()
CivilStatesRequestTypepublic void setCivilStates(CivilStatesRequestType value)
value - allowed object is
CivilStatesRequestTypepublic ResidentialAddressRequestType getResidentialAddress()
ResidentialAddressRequestTypepublic void setResidentialAddress(ResidentialAddressRequestType value)
value - allowed object is
ResidentialAddressRequestType
Connector Packaging generic 4.0.2 API
Copyright © {inceptionYear}-2021 eHealth. All Rights Reserved.