@Generated(value="com.sun.tools.xjc.Driver", date="2023-09-11T10:24:15+02:00", comments="JAXB RI v2.3.7") public class RevocationContractType extends Object implements Serializable
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 and Description |
---|
RevocationContractType() |
Modifier and Type | Method and Description |
---|---|
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.
|
public void setDN(String value)
value
- allowed object is
String
public ActorType getSigner()
ActorType
public void setSigner(ActorType value)
value
- allowed object is
ActorType
public RevocationReasonType getRevocationReason()
RevocationReasonType
public void setRevocationReason(RevocationReasonType value)
value
- allowed object is
RevocationReasonType
public TextType getText()
TextType
Connector Packaging TECHNICAL 4.4.0 API
Copyright © {inceptionYear}-2023 eHealth. All Rights Reserved.