|
||||||||||
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.certra.protocol.v2.GetActorQualitiesRequest
@Generated(value="com.sun.tools.xjc.Driver", date="2022-12-12T04:56:49+01:00", comments="JAXB RI v2.2.11") public class GetActorQualitiesRequest
Request type that allows a user to get their health care qualities from the web service. This will check both the natural person qualities and the organizations for which they are authorized to manage the eHealth certificate.
Java class for GetActorQualitiesRequestType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="GetActorQualitiesRequestType"> <complexContent> <extension base="{urn:be:fgov:ehealth:commons:protocol:v2}RequestType"> <sequence> <element name="SSIN" type="{urn:be:fgov:ehealth:commons:core:v2}IdType"/> <element ref="{http://www.w3.org/2000/09/xmldsig#}Signature"/> </sequence> </extension> </complexContent> </complexType>
Constructor Summary | |
---|---|
GetActorQualitiesRequest()
|
Method Summary | |
---|---|
Signature |
getSignature()
An enveloped XML signature signing the entire request element. |
Id |
getSSIN()
Gets the value of the ssin property. |
void |
setSignature(Signature value)
Sets the value of the signature property. |
void |
setSSIN(Id value)
Sets the value of the ssin 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 GetActorQualitiesRequest()
Method Detail |
---|
public Id getSSIN()
Id
public void setSSIN(Id value)
value
- allowed object is
Id
public Signature getSignature()
Signature
public void setSignature(Signature value)
value
- allowed object is
Signature
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |