@Generated(value="com.sun.tools.xjc.Driver", date="2022-06-08T05:19:47+02:00", comments="JAXB RI v2.2.11") public class GenerateContractRequest extends RequestType implements Serializable
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 and Description |
|---|
GenerateContractRequest() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
getId, getIssueInstant, setId, setIssueInstantpublic 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
Connector Packaging generic 4.1.2 API
Copyright © {inceptionYear}-2022 eHealth. All Rights Reserved.