|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectbe.fgov.ehealth.rn.personservice.core.v1.SearchPersonPhoneticallyCriteriaType
@Generated(value="com.sun.tools.xjc.Driver",
date="2023-04-04T04:00:36+02:00",
comments="JAXB RI v2.3.6")
public class SearchPersonPhoneticallyCriteriaTypeType defining the structure of the criteria for the request
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 Summary | |
|---|---|
SearchPersonPhoneticallyCriteriaType()
|
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SearchPersonPhoneticallyCriteriaType()
| Method Detail |
|---|
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()
Integerpublic void setMaximumResultCount(Integer value)
value - allowed object is
Integer
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||