@Generated(value="com.sun.tools.xjc.Driver", date="2024-04-08T03:32:03+02: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()
ExistingPersons
public void setExistingPersons(ExistingPersons value)
value
- allowed object is
ExistingPersons
public CbssPersonResponseType getNewlyRegisteredPerson()
CbssPersonResponseType
public void setNewlyRegisteredPerson(CbssPersonResponseType value)
value
- allowed object is
CbssPersonResponseType
Connector Packaging PERSPHYSICIAN 4.5.4 API
Copyright © {inceptionYear}-2024 eHealth. All Rights Reserved.