be.fgov.ehealth.consultrn.core.v2
Class ResultType

java.lang.Object
  extended by be.fgov.ehealth.consultrn.core.v2.ResultType
All Implemented Interfaces:
Serializable

@Generated(value="com.sun.tools.xjc.Driver",
           date="2018-09-20T05:38:57+02:00",
           comments="JAXB RI v2.2.11")
public class ResultType
extends Object
implements Serializable

Result 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>
 

See Also:
Serialized Form

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

ResultType

public ResultType()
Method Detail

getExistingPersons

public ExistingPersonsType getExistingPersons()
Gets the value of the existingPersons property.

Returns:
possible object is ExistingPersonsType

setExistingPersons

public void setExistingPersons(ExistingPersonsType value)
Sets the value of the existingPersons property.

Parameters:
value - allowed object is ExistingPersonsType

getNewlyRegisteredPerson

public PersonResponseType getNewlyRegisteredPerson()
Gets the value of the newlyRegisteredPerson property.

Returns:
possible object is PersonResponseType

setNewlyRegisteredPerson

public void setNewlyRegisteredPerson(PersonResponseType value)
Sets the value of the newlyRegisteredPerson property.

Parameters:
value - allowed object is PersonResponseType



Connector Packaging generic 3.16.1 API
Copyright © {inceptionYear}-2018 eHealth. All Rights Reserved.