|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbe.fgov.ehealth.etee.ra.revoke._1_0.protocol.RevokeDataRequest
@Generated(value="com.sun.tools.xjc.Driver", date="2023-09-11T04:16:22+02:00", comments="JAXB RI v2.3.6") public class RevokeDataRequest
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="RequestId" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="Contract" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="RevocableCertificatesDataSignedResponse" type="{http://www.w3.org/2001/XMLSchema}base64Binary" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Constructor Summary | |
---|---|
RevokeDataRequest()
|
Method Summary | |
---|---|
String |
getContract()
Gets the value of the contract property. |
String |
getRequestId()
Gets the value of the requestId property. |
byte[] |
getRevocableCertificatesDataSignedResponse()
Gets the value of the revocableCertificatesDataSignedResponse property. |
void |
setContract(String value)
Sets the value of the contract property. |
void |
setRequestId(String value)
Sets the value of the requestId property. |
void |
setRevocableCertificatesDataSignedResponse(byte[] value)
Sets the value of the revocableCertificatesDataSignedResponse property. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RevokeDataRequest()
Method Detail |
---|
public String getRequestId()
String
public void setRequestId(String value)
value
- allowed object is
String
public String getContract()
String
public void setContract(String value)
value
- allowed object is
String
public byte[] getRevocableCertificatesDataSignedResponse()
public void setRevocableCertificatesDataSignedResponse(byte[] value)
value
- allowed object is
byte[]
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |