|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbe.fgov.ehealth.commons.protocol.v2.RequestType
be.fgov.ehealth.idsupport.protocol.v2.VerifyIdRequest
@Generated(value="com.sun.tools.xjc.Driver", date="2021-04-20T04:21:25+02:00", comments="JAXB RI v2.2.11") public class VerifyIdRequest
Structure of request message to verify the combination of person SSIN and its support card number
Java class for VerifyIdRequestType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="VerifyIdRequestType"> <complexContent> <extension base="{urn:be:fgov:ehealth:commons:protocol:v2}RequestType"> <sequence> <element ref="{urn:be:fgov:ehealth:idsupport:core:v2}LegalContext" minOccurs="0"/> <element ref="{urn:be:fgov:ehealth:idsupport:core:v2}IdentificationData"/> </sequence> </extension> </complexContent> </complexType>
Constructor Summary | |
---|---|
VerifyIdRequest()
|
Method Summary | |
---|---|
IdentificationData |
getIdentificationData()
Gets the value of the identificationData property. |
String |
getLegalContext()
Gets the value of the legalContext property. |
void |
setIdentificationData(IdentificationData value)
Sets the value of the identificationData property. |
void |
setLegalContext(String value)
Sets the value of the legalContext property. |
Methods inherited from class be.fgov.ehealth.commons.protocol.v2.RequestType |
---|
getId, getIssueInstant, setId, setIssueInstant |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public VerifyIdRequest()
Method Detail |
---|
public String getLegalContext()
String
public void setLegalContext(String value)
value
- allowed object is
String
public IdentificationData getIdentificationData()
IdentificationData
public void setIdentificationData(IdentificationData value)
value
- allowed object is
IdentificationData
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |