@Generated(value="com.sun.tools.xjc.Driver", date="2022-06-08T05:34:52+02:00", comments="JAXB RI v2.2.11") public class ResultType extends Object implements Serializable
Java class for ResultType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ResultType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<choice>
<element name="NewlyRegisteredPerson" type="{urn:be:fgov:ehealth:consultrn:commons:core:v3}PersonResponseType"/>
<element name="ExistingPersons" type="{urn:be:fgov:ehealth:consultrn:core:v2}ExistingPersonsType"/>
</choice>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
ResultType() |
| Modifier and Type | Method and Description |
|---|---|
ExistingPersonsType |
getExistingPersons()
Gets the value of the existingPersons property.
|
PersonResponseType |
getNewlyRegisteredPerson()
Gets the value of the newlyRegisteredPerson property.
|
void |
setExistingPersons(ExistingPersonsType value)
Sets the value of the existingPersons property.
|
void |
setNewlyRegisteredPerson(PersonResponseType value)
Sets the value of the newlyRegisteredPerson property.
|
public ExistingPersonsType getExistingPersons()
ExistingPersonsTypepublic void setExistingPersons(ExistingPersonsType value)
value - allowed object is
ExistingPersonsTypepublic PersonResponseType getNewlyRegisteredPerson()
PersonResponseTypepublic void setNewlyRegisteredPerson(PersonResponseType value)
value - allowed object is
PersonResponseType
Connector Packaging generic 4.1.2 API
Copyright © {inceptionYear}-2022 eHealth. All Rights Reserved.