|
||||||||||
| 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.GenerateCertificateResponse
@Generated(value="com.sun.tools.xjc.Driver",
date="2023-04-04T03:42:02+02:00",
comments="JAXB RI v2.3.6")
public class GenerateCertificateResponseResult of the generateCertificate operation: the web service returns the identifier associated with your request so that you know how to identify your request in the future, together with an indication of the validation status.
Java class for GenerateCertificateResponseType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="GenerateCertificateResponseType">
<complexContent>
<extension base="{urn:be:fgov:ehealth:commons:protocol:v2}StatusResponseType">
<sequence minOccurs="0">
<element name="PublicKeyIdentifier" type="{urn:be:fgov:ehealth:etee:commons:core:v2}PublicKeyIdentifier"/>
<element name="AutomaticallyValidated" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="ReplacesCertificate" type="{urn:be:fgov:ehealth:etee:commons:core:v2}PublicKeyIdentifier" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Constructor Summary | |
|---|---|
GenerateCertificateResponse()
|
|
| Method Summary | |
|---|---|
byte[] |
getPublicKeyIdentifier()
Gets the value of the publicKeyIdentifier property. |
byte[] |
getReplacesCertificate()
Gets the value of the replacesCertificate property. |
Boolean |
isAutomaticallyValidated()
Gets the value of the automaticallyValidated property. |
void |
setAutomaticallyValidated(Boolean value)
Sets the value of the automaticallyValidated property. |
void |
setPublicKeyIdentifier(byte[] value)
Sets the value of the publicKeyIdentifier property. |
void |
setReplacesCertificate(byte[] value)
Sets the value of the replacesCertificate 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 GenerateCertificateResponse()
| Method Detail |
|---|
public byte[] getPublicKeyIdentifier()
Stringpublic void setPublicKeyIdentifier(byte[] value)
value - allowed object is
Stringpublic Boolean isAutomaticallyValidated()
Booleanpublic void setAutomaticallyValidated(Boolean value)
value - allowed object is
Booleanpublic byte[] getReplacesCertificate()
Stringpublic void setReplacesCertificate(byte[] value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||