@Generated(value="com.sun.tools.xjc.Driver", date="2025-03-20T11:29:47+01:00", comments="JAXB RI v2.3.7") public class RegisterPersonResultType extends Object implements Serializable
Java class for RegisterPersonResultType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="RegisterPersonResultType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<choice>
<element name="NewlyRegisteredPerson" type="{urn:be:fgov:ehealth:rn:cbsspersonlegaldata:v1}CbssPersonResponseType"/>
<element name="ExistingPersons" type="{urn:be:fgov:ehealth:rn:cbsspersonservice:core:v1}ExistingPersons"/>
</choice>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
RegisterPersonResultType() |
| Modifier and Type | Method and Description |
|---|---|
ExistingPersons |
getExistingPersons()
Gets the value of the existingPersons property.
|
CbssPersonResponseType |
getNewlyRegisteredPerson()
Gets the value of the newlyRegisteredPerson property.
|
void |
setExistingPersons(ExistingPersons value)
Sets the value of the existingPersons property.
|
void |
setNewlyRegisteredPerson(CbssPersonResponseType value)
Sets the value of the newlyRegisteredPerson property.
|
public ExistingPersons getExistingPersons()
ExistingPersonspublic void setExistingPersons(ExistingPersons value)
value - allowed object is
ExistingPersonspublic CbssPersonResponseType getNewlyRegisteredPerson()
CbssPersonResponseTypepublic void setNewlyRegisteredPerson(CbssPersonResponseType value)
value - allowed object is
CbssPersonResponseType
Connector Packaging generic 4.7.3 API
Copyright © {inceptionYear}-2025 eHealth. All Rights Reserved.