|
||||||||||
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.GenerateRevocationContractRequest
@Generated(value="com.sun.tools.xjc.Driver", date="2023-09-11T04:16:22+02:00", comments="JAXB RI v2.3.6") public class GenerateRevocationContractRequest
Request element with all the data required for generating a revocation contract in XML format.
Java class for GenerateRevocationContractRequestType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="GenerateRevocationContractRequestType"> <complexContent> <extension base="{urn:be:fgov:ehealth:commons:protocol:v2}RequestType"> <sequence> <element name="PublicKeyIdentifier" type="{urn:be:fgov:ehealth:etee:commons:core:v2}PublicKeyIdentifier"/> <element name="Signer" type="{urn:be:fgov:ehealth:commons:core:v2}ActorType"/> <element name="RevocationReason" type="{urn:be:fgov:ehealth:certra:core:v2}RevocationReasonType"/> </sequence> </extension> </complexContent> </complexType>
Constructor Summary | |
---|---|
GenerateRevocationContractRequest()
|
Method Summary | |
---|---|
byte[] |
getPublicKeyIdentifier()
Gets the value of the publicKeyIdentifier property. |
RevocationReasonType |
getRevocationReason()
Gets the value of the revocationReason property. |
ActorType |
getSigner()
Gets the value of the signer property. |
void |
setPublicKeyIdentifier(byte[] value)
Sets the value of the publicKeyIdentifier property. |
void |
setRevocationReason(RevocationReasonType value)
Sets the value of the revocationReason 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 GenerateRevocationContractRequest()
Method Detail |
---|
public byte[] getPublicKeyIdentifier()
String
public void setPublicKeyIdentifier(byte[] 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
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |