|
||||||||||
| 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.GenerateContractRequest
@Generated(value="com.sun.tools.xjc.Driver",
date="2024-09-05T10:39:12+02:00",
comments="JAXB RI v2.3.6")
public class GenerateContractRequestRequest for obtaining a customized eHealth contract for requesting an eHealth certificate and encryption token.
Java class for GenerateContractRequestType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="GenerateContractRequestType">
<complexContent>
<extension base="{urn:be:fgov:ehealth:commons:protocol:v2}RequestType">
<sequence>
<element name="ContactData" type="{urn:be:fgov:ehealth:certra:core:v2}ContactDataType"/>
<element name="Signer" type="{urn:be:fgov:ehealth:commons:core:v2}ActorType"/>
<element name="CertificateIdentifier" type="{urn:be:fgov:ehealth:certra:core:v2}CertificateIdentifierType"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Constructor Summary | |
|---|---|
GenerateContractRequest()
|
|
| Method Summary | |
|---|---|
CertificateIdentifierType |
getCertificateIdentifier()
Gets the value of the certificateIdentifier property. |
ContactDataType |
getContactData()
Gets the value of the contactData property. |
ActorType |
getSigner()
Gets the value of the signer property. |
void |
setCertificateIdentifier(CertificateIdentifierType value)
Sets the value of the certificateIdentifier property. |
void |
setContactData(ContactDataType value)
Sets the value of the contactData property. |
void |
setSigner(ActorType value)
Sets the value of the signer 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 GenerateContractRequest()
| Method Detail |
|---|
public ContactDataType getContactData()
ContactDataTypepublic void setContactData(ContactDataType value)
value - allowed object is
ContactDataTypepublic ActorType getSigner()
ActorTypepublic void setSigner(ActorType value)
value - allowed object is
ActorTypepublic CertificateIdentifierType getCertificateIdentifier()
CertificateIdentifierTypepublic void setCertificateIdentifier(CertificateIdentifierType value)
value - allowed object is
CertificateIdentifierType
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||