|
||||||||||
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="2022-09-22T05:58:15+02:00", comments="JAXB RI v2.2.11") public class SearchPersonPhoneticallyCriteriaType
Type 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()
PhoneticName
public void setName(PhoneticName value)
value
- allowed object is
PhoneticName
public PhoneticBirth getBirth()
PhoneticBirth
public void setBirth(PhoneticBirth value)
value
- allowed object is
PhoneticBirth
public PhoneticGender getGender()
PhoneticGender
public void setGender(PhoneticGender value)
value
- allowed object is
PhoneticGender
public PhoneticAddress getAddress()
PhoneticAddress
public void setAddress(PhoneticAddress value)
value
- allowed object is
PhoneticAddress
public Integer getMaximumResultCount()
Integer
public 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 |