@Generated(value="com.sun.tools.xjc.Driver", date="2024-09-05T11:03:10+02:00", comments="JAXB RI v2.3.7") public class SearchProfessionalsRequest extends PaginationRequestType implements Serializable
Java class for SearchProfessionalsRequestType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SearchProfessionalsRequestType">
<complexContent>
<extension base="{urn:be:fgov:ehealth:commons:protocol:v2}PaginationRequestType">
<sequence>
<choice minOccurs="0">
<element name="NIHII" type="{urn:be:fgov:ehealth:addressbook:core:v1}NIHIIType"/>
<element name="SSIN" type="{urn:be:fgov:ehealth:addressbook:core:v1}SSINType"/>
</choice>
<element name="FirstName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="LastName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Profession" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<choice minOccurs="0">
<element name="City" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="ZipCode" type="{http://www.w3.org/2001/XMLSchema}string"/>
</choice>
<element name="EMail" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Constructor and Description |
|---|
SearchProfessionalsRequest() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCity()
Gets the value of the city property.
|
String |
getEMail()
Gets the value of the eMail property.
|
String |
getFirstName()
Gets the value of the firstName property.
|
String |
getLastName()
Gets the value of the lastName property.
|
String |
getNIHII()
Gets the value of the nihii property.
|
String |
getProfession()
Gets the value of the profession property.
|
String |
getSSIN()
Gets the value of the ssin property.
|
String |
getZipCode()
Gets the value of the zipCode property.
|
void |
setCity(String value)
Sets the value of the city property.
|
void |
setEMail(String value)
Sets the value of the eMail property.
|
void |
setFirstName(String value)
Sets the value of the firstName property.
|
void |
setLastName(String value)
Sets the value of the lastName property.
|
void |
setNIHII(String value)
Sets the value of the nihii property.
|
void |
setProfession(String value)
Sets the value of the profession property.
|
void |
setSSIN(String value)
Sets the value of the ssin property.
|
void |
setZipCode(String value)
Sets the value of the zipCode property.
|
getMaxElements, getOffset, setMaxElements, setOffsetgetId, getIssueInstant, setId, setIssueInstantpublic String getSSIN()
Stringpublic void setSSIN(String value)
value - allowed object is
Stringpublic String getNIHII()
Stringpublic void setNIHII(String value)
value - allowed object is
Stringpublic String getFirstName()
Stringpublic void setFirstName(String value)
value - allowed object is
Stringpublic String getLastName()
Stringpublic void setLastName(String value)
value - allowed object is
Stringpublic String getProfession()
Stringpublic void setProfession(String value)
value - allowed object is
Stringpublic String getZipCode()
Stringpublic void setZipCode(String value)
value - allowed object is
Stringpublic String getCity()
Stringpublic void setCity(String value)
value - allowed object is
Stringpublic String getEMail()
String
Connector Packaging generic 4.6.0 API
Copyright © {inceptionYear}-2024 eHealth. All Rights Reserved.