|
||||||||||
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="2023-04-04T03:42:02+02:00", comments="JAXB RI v2.3.6") 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()
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
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |