|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectbe.fgov.ehealth.etee.ra.aqdr._1_0.protocol.EHActorQualitiesDataResponse
@Generated(value="com.sun.tools.xjc.Driver",
date="2017-10-16T01:45:16+02:00",
comments="JAXB RI v2.2.11")
public class EHActorQualitiesDataResponse
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 Summary | |
|---|---|
EHActorQualitiesDataResponse()
|
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public EHActorQualitiesDataResponse()
| Method Detail |
|---|
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
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||