@Generated(value="com.sun.tools.xjc.Driver", date="2023-09-11T10:24:15+02:00", comments="JAXB RI v2.3.7") public class GenerateCertificateRequest extends RequestType implements Serializable
Java class for GenerateCertificateRequestType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="GenerateCertificateRequestType">
<complexContent>
<extension base="{urn:be:fgov:ehealth:commons:protocol:v2}RequestType">
<sequence>
<element name="EHealthCSR" type="{urn:be:fgov:ehealth:certra:core:v2}EHealthCertificateSigningRequestType"/>
<element ref="{http://www.w3.org/2000/09/xmldsig#}Signature"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Constructor and Description |
|---|
GenerateCertificateRequest() |
| Modifier and Type | Method and Description |
|---|---|
EHealthCertificateSigningRequestType |
getEHealthCSR()
Gets the value of the eHealthCSR property.
|
Signature |
getSignature()
An enveloped XML signature that signs the entire request.
|
void |
setEHealthCSR(EHealthCertificateSigningRequestType value)
Sets the value of the eHealthCSR property.
|
void |
setSignature(Signature value)
Sets the value of the signature property.
|
getId, getIssueInstant, setId, setIssueInstantpublic EHealthCertificateSigningRequestType getEHealthCSR()
EHealthCertificateSigningRequestTypepublic void setEHealthCSR(EHealthCertificateSigningRequestType value)
value - allowed object is
EHealthCertificateSigningRequestTypepublic Signature getSignature()
Signature
Connector Packaging generic 4.4.0 API
Copyright © {inceptionYear}-2023 eHealth. All Rights Reserved.