|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectbe.fgov.ehealth.consultrn.core.v2.ResultType
@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-20T05:38:57+02:00",
comments="JAXB RI v2.2.11")
public class ResultTypeResult returned by backend response
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 Summary | |
|---|---|
ResultType()
|
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ResultType()
| Method Detail |
|---|
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
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||