@Generated(value="com.sun.tools.xjc.Driver", date="2023-09-11T10:24:15+02:00", comments="JAXB RI v2.3.7") public class GenerateCertificateResponse extends StatusResponseType implements Serializable
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 and Description |
---|
GenerateCertificateResponse() |
Modifier and Type | Method and Description |
---|---|
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.
|
getStatus, setStatus
getId, getInResponseTo, getIssueInstant, setId, setInResponseTo, setIssueInstant
public byte[] getPublicKeyIdentifier()
String
public void setPublicKeyIdentifier(byte[] value)
value
- allowed object is
String
public Boolean isAutomaticallyValidated()
Boolean
public void setAutomaticallyValidated(Boolean value)
value
- allowed object is
Boolean
public byte[] getReplacesCertificate()
String
public void setReplacesCertificate(byte[] value)
value
- allowed object is
String
Connector Packaging TECHNICAL 4.4.0 API
Copyright © {inceptionYear}-2023 eHealth. All Rights Reserved.