@Generated(value="com.sun.tools.xjc.Driver", date="2022-06-08T05:34:52+02:00", comments="JAXB RI v2.2.11") public class PhoneticCriteriaType extends Object implements Serializable
Java class for PhoneticCriteriaType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PhoneticCriteriaType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="LastName" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="FirstName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="MiddleName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="BirthDate" type="{urn:be:fgov:ehealth:consultRN:1_0:core}IncompleteDateType"/>
<element name="Gender" type="{urn:be:fgov:ehealth:consultRN:1_0:core}GenderType" minOccurs="0"/>
<element name="Tolerance" type="{urn:be:fgov:ehealth:consultRN:1_0:protocol}IntegerType" minOccurs="0"/>
<element name="Maximum" type="{urn:be:fgov:ehealth:consultRN:1_0:protocol}IntegerType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
PhoneticCriteriaType() |
| Modifier and Type | Method and Description |
|---|---|
String |
getBirthDate()
Gets the value of the birthDate property.
|
String |
getFirstName()
Gets the value of the firstName property.
|
GenderType |
getGender()
Gets the value of the gender property.
|
String |
getLastName()
Gets the value of the lastName property.
|
BigInteger |
getMaximum()
Gets the value of the maximum property.
|
String |
getMiddleName()
Gets the value of the middleName property.
|
BigInteger |
getTolerance()
Gets the value of the tolerance property.
|
void |
setBirthDate(String value)
Sets the value of the birthDate property.
|
void |
setFirstName(String value)
Sets the value of the firstName property.
|
void |
setGender(GenderType value)
Sets the value of the gender property.
|
void |
setLastName(String value)
Sets the value of the lastName property.
|
void |
setMaximum(BigInteger value)
Sets the value of the maximum property.
|
void |
setMiddleName(String value)
Sets the value of the middleName property.
|
void |
setTolerance(BigInteger value)
Sets the value of the tolerance property.
|
public String getLastName()
Stringpublic void setLastName(String value)
value - allowed object is
Stringpublic String getFirstName()
Stringpublic void setFirstName(String value)
value - allowed object is
Stringpublic String getMiddleName()
Stringpublic void setMiddleName(String value)
value - allowed object is
Stringpublic String getBirthDate()
Stringpublic void setBirthDate(String value)
value - allowed object is
Stringpublic GenderType getGender()
GenderTypepublic void setGender(GenderType value)
value - allowed object is
GenderTypepublic BigInteger getTolerance()
BigIntegerpublic void setTolerance(BigInteger value)
value - allowed object is
BigIntegerpublic BigInteger getMaximum()
BigIntegerpublic void setMaximum(BigInteger value)
value - allowed object is
BigInteger
Connector Packaging generic 4.1.2 API
Copyright © {inceptionYear}-2022 eHealth. All Rights Reserved.