|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbe.fgov.ehealth.commons.protocol.v2.ResponseType
be.fgov.ehealth.commons.protocol.v2.StatusResponseType
be.fgov.ehealth.certra.protocol.v2.SubmitCSRForForeignerResponse
@Generated(value="com.sun.tools.xjc.Driver", date="2022-12-12T04:56:49+01:00", comments="JAXB RI v2.2.11") public class SubmitCSRForForeignerResponse
This response contains a validation URL that the foreigner user must visit in order to validate their request, this validation must take place before the expiration date mentioned in the response. The certificate generation will only continue if the user authenticates their identity in the web application and follows the steps explained on the web page.
Java class for SubmitCSRForForeignerResponseType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SubmitCSRForForeignerResponseType"> <complexContent> <extension base="{urn:be:fgov:ehealth:commons:protocol:v2}StatusResponseType"> <sequence minOccurs="0"> <element name="ValidationUrl" type="{http://www.w3.org/2001/XMLSchema}anyURI"/> <element name="ExpirationDate" type="{http://www.w3.org/2001/XMLSchema}dateTime"/> </sequence> </extension> </complexContent> </complexType>
Constructor Summary | |
---|---|
SubmitCSRForForeignerResponse()
|
Method Summary | |
---|---|
org.joda.time.DateTime |
getExpirationDate()
Gets the value of the expirationDate property. |
String |
getValidationUrl()
Gets the value of the validationUrl property. |
void |
setExpirationDate(org.joda.time.DateTime value)
Sets the value of the expirationDate property. |
void |
setValidationUrl(String value)
Sets the value of the validationUrl property. |
Methods inherited from class be.fgov.ehealth.commons.protocol.v2.StatusResponseType |
---|
getStatus, setStatus |
Methods inherited from class be.fgov.ehealth.commons.protocol.v2.ResponseType |
---|
getId, getInResponseTo, getIssueInstant, setId, setInResponseTo, setIssueInstant |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SubmitCSRForForeignerResponse()
Method Detail |
---|
public String getValidationUrl()
String
public void setValidationUrl(String value)
value
- allowed object is
String
public org.joda.time.DateTime getExpirationDate()
String
public void setExpirationDate(org.joda.time.DateTime value)
value
- allowed object is
String
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |