|
||||||||||
| 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="2018-04-09T03:49:57+02:00",
comments="JAXB RI v2.2.11")
public class GenerateRevocationContractRequestRequest 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()
Stringpublic void setPublicKeyIdentifier(byte[] 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
RevocationReasonType
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||