be.fgov.ehealth.rn.personservice.protocol.v1
Class SearchPersonPhoneticallyResponse
java.lang.Object
be.fgov.ehealth.commons.protocol.v2.ResponseType
be.fgov.ehealth.commons.protocol.v2.StatusResponseType
be.fgov.ehealth.rn.personservice.protocol.v1.SearchPersonPhoneticallyResponse
- All Implemented Interfaces:
- Serializable
@Generated(value="com.sun.tools.xjc.Driver",
date="2020-09-28T09:55:17+02:00",
comments="JAXB RI v2.2.11")
public class SearchPersonPhoneticallyResponse- extends StatusResponseType
- implements Serializable
Type defining the structure of the person information fetched based on phonetic search criteria
Java class for SearchPersonPhoneticallyResponseType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SearchPersonPhoneticallyResponseType">
<complexContent>
<extension base="{urn:be:fgov:ehealth:commons:protocol:v2}StatusResponseType">
<sequence>
<element name="Result" type="{urn:be:fgov:ehealth:rn:personservice:core:v1}PersonResponseResultsType" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
- See Also:
- Serialized Form
SearchPersonPhoneticallyResponse
public SearchPersonPhoneticallyResponse()
getResult
public PersonResponseResultsType getResult()
- Gets the value of the result property.
- Returns:
- possible object is
PersonResponseResultsType
setResult
public void setResult(PersonResponseResultsType value)
- Sets the value of the result property.
- Parameters:
value - allowed object is
PersonResponseResultsType
Connector Packaging generic 3.20.2 API
Copyright © {inceptionYear}-2020 eHealth. All Rights Reserved.