@Generated(value="com.sun.tools.xjc.Driver", date="2025-03-20T11:16:22+01:00", comments="JAXB RI v2.3.7") public class EHActorQualitiesDataResponse extends Object implements Serializable
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="SSIN" type="{http://www.w3.org/2001/XMLSchema}long"/>
<element name="Authorization" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<choice minOccurs="0">
<element name="NaturalPerson" type="{urn:be:fgov:ehealth:etee:ra:aqdr:1_0:protocol}NaturalPerson"/>
<element name="LegalPerson" type="{urn:be:fgov:ehealth:etee:ra:aqdr:1_0:protocol}LegalPerson"/>
</choice>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
EHActorQualitiesDataResponse() |
| Modifier and Type | Method and Description |
|---|---|
LegalPerson |
getLegalPerson()
Gets the value of the legalPerson property.
|
NaturalPerson |
getNaturalPerson()
Gets the value of the naturalPerson property.
|
long |
getSSIN()
Gets the value of the ssin property.
|
boolean |
isAuthorization()
Gets the value of the authorization property.
|
void |
setAuthorization(boolean value)
Sets the value of the authorization property.
|
void |
setLegalPerson(LegalPerson value)
Sets the value of the legalPerson property.
|
void |
setNaturalPerson(NaturalPerson value)
Sets the value of the naturalPerson property.
|
void |
setSSIN(long value)
Sets the value of the ssin property.
|
public long getSSIN()
public void setSSIN(long value)
public boolean isAuthorization()
public void setAuthorization(boolean value)
public LegalPerson getLegalPerson()
LegalPersonpublic void setLegalPerson(LegalPerson value)
value - allowed object is
LegalPersonpublic NaturalPerson getNaturalPerson()
NaturalPersonpublic void setNaturalPerson(NaturalPerson value)
value - allowed object is
NaturalPerson
Connector Packaging generic 4.7.3 API
Copyright © {inceptionYear}-2025 eHealth. All Rights Reserved.