@Generated(value="com.sun.tools.xjc.Driver", date="2021-10-05T07:53:28+02:00", comments="JAXB RI v2.2.11") 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()
LegalPerson
public void setLegalPerson(LegalPerson value)
value
- allowed object is
LegalPerson
public NaturalPerson getNaturalPerson()
NaturalPerson
public void setNaturalPerson(NaturalPerson value)
value
- allowed object is
NaturalPerson
Connector Packaging TECHNICAL 4.0.2 API
Copyright © {inceptionYear}-2021 eHealth. All Rights Reserved.