|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectbe.fgov.ehealth.certra.core.v2.RevocationContractType
@Generated(value="com.sun.tools.xjc.Driver",
date="2024-09-05T10:39:12+02:00",
comments="JAXB RI v2.3.6")
public class RevocationContractTypeDigital contract that describes the terms and conditions that apply when revoking an existing eHealth certificate. The contract also contains the details of the person that will be signing it with his eID.
Java class for RevocationContractType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="RevocationContractType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="DN" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="Signer" type="{urn:be:fgov:ehealth:commons:core:v2}ActorType"/>
<element name="RevocationReason" type="{urn:be:fgov:ehealth:certra:core:v2}RevocationReasonType"/>
<element name="Text" type="{urn:be:fgov:ehealth:certra:core:v2}TextType"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor Summary | |
|---|---|
RevocationContractType()
|
|
| Method Summary | |
|---|---|
String |
getDN()
Gets the value of the dn property. |
RevocationReasonType |
getRevocationReason()
Gets the value of the revocationReason property. |
ActorType |
getSigner()
Gets the value of the signer property. |
TextType |
getText()
Gets the value of the text property. |
void |
setDN(String value)
Sets the value of the dn property. |
void |
setRevocationReason(RevocationReasonType value)
Sets the value of the revocationReason property. |
void |
setSigner(ActorType value)
Sets the value of the signer property. |
void |
setText(TextType value)
Sets the value of the text property. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public RevocationContractType()
| Method Detail |
|---|
public String getDN()
Stringpublic void setDN(String value)
value - allowed object is
Stringpublic ActorType getSigner()
ActorTypepublic void setSigner(ActorType value)
value - allowed object is
ActorTypepublic RevocationReasonType getRevocationReason()
RevocationReasonTypepublic void setRevocationReason(RevocationReasonType value)
value - allowed object is
RevocationReasonTypepublic TextType getText()
TextTypepublic void setText(TextType value)
value - allowed object is
TextType
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||