be.fgov.ehealth.consultrn._1_0.protocol
Class SearchPhoneticReply
java.lang.Object
be.fgov.ehealth.commons._1_0.protocol.ResponseType
be.fgov.ehealth.consultrn._1_0.protocol.ConsultRnReplyType
be.fgov.ehealth.consultrn._1_0.protocol.SearchPhoneticReply
- All Implemented Interfaces:
- Serializable
@Generated(value="com.sun.tools.xjc.Driver",
date="2019-09-25T04:50:46+02:00",
comments="JAXB RI v2.2.11")
public class SearchPhoneticReply- extends ConsultRnReplyType
- implements Serializable
reply of service search phonetic
Java class for SearchPhoneticReplyType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SearchPhoneticReplyType">
<complexContent>
<extension base="{urn:be:fgov:ehealth:consultRN:1_0:protocol}ConsultRnReplyType">
<sequence>
<element name="Person" type="{urn:be:fgov:ehealth:consultRN:1_0:core}PersonType" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
- See Also:
- Serialized Form
SearchPhoneticReply
public SearchPhoneticReply()
getPersons
public List<PersonType> getPersons()
- Gets the value of the persons property.
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the persons property.
For example, to add a new item, do as follows:
getPersons().add(newItem);
Objects of the following type(s) are allowed in the list
PersonType
Connector Packaging generic 3.18.0 API
Copyright © {inceptionYear}-2019 eHealth. All Rights Reserved.