@Generated(value="com.sun.tools.xjc.Driver", date="2022-09-22T05:43:41+02:00", comments="JAXB RI v2.2.11") public class SearchPersonPhoneticallyCriteriaType extends Object implements Serializable
Java class for SearchPersonPhoneticallyCriteriaType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SearchPersonPhoneticallyCriteriaType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Name" type="{urn:be:fgov:ehealth:rn:personservice:core:v1}PhoneticName"/>
<element name="Birth" type="{urn:be:fgov:ehealth:rn:personservice:core:v1}PhoneticBirth"/>
<element name="Gender" type="{urn:be:fgov:ehealth:rn:personservice:core:v1}PhoneticGender" minOccurs="0"/>
<element name="Address" type="{urn:be:fgov:ehealth:rn:personservice:core:v1}PhoneticAddress" minOccurs="0"/>
<element name="maximumResultCount" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}unsignedShort">
</restriction>
</simpleType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
SearchPersonPhoneticallyCriteriaType() |
| Modifier and Type | Method and Description |
|---|---|
PhoneticAddress |
getAddress()
Gets the value of the address property.
|
PhoneticBirth |
getBirth()
Gets the value of the birth property.
|
PhoneticGender |
getGender()
Gets the value of the gender property.
|
Integer |
getMaximumResultCount()
Gets the value of the maximumResultCount property.
|
PhoneticName |
getName()
Gets the value of the name property.
|
void |
setAddress(PhoneticAddress value)
Sets the value of the address property.
|
void |
setBirth(PhoneticBirth value)
Sets the value of the birth property.
|
void |
setGender(PhoneticGender value)
Sets the value of the gender property.
|
void |
setMaximumResultCount(Integer value)
Sets the value of the maximumResultCount property.
|
void |
setName(PhoneticName value)
Sets the value of the name property.
|
public SearchPersonPhoneticallyCriteriaType()
public PhoneticName getName()
PhoneticNamepublic void setName(PhoneticName value)
value - allowed object is
PhoneticNamepublic PhoneticBirth getBirth()
PhoneticBirthpublic void setBirth(PhoneticBirth value)
value - allowed object is
PhoneticBirthpublic PhoneticGender getGender()
PhoneticGenderpublic void setGender(PhoneticGender value)
value - allowed object is
PhoneticGenderpublic PhoneticAddress getAddress()
PhoneticAddresspublic void setAddress(PhoneticAddress value)
value - allowed object is
PhoneticAddresspublic Integer getMaximumResultCount()
Integer
Connector Packaging generic 4.2.0 API
Copyright © {inceptionYear}-2022 eHealth. All Rights Reserved.