|
||||||||||
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="2020-09-28T09:38:57+02:00", comments="JAXB RI v2.2.11") public class GenerateContractRequest
Request 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()
ContactDataType
public void setContactData(ContactDataType value)
value
- allowed object is
ContactDataType
public ActorType getSigner()
ActorType
public void setSigner(ActorType value)
value
- allowed object is
ActorType
public CertificateIdentifierType getCertificateIdentifier()
CertificateIdentifierType
public 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 |