@Generated(value="com.sun.tools.xjc.Driver", date="2021-10-05T07:53:28+02:00", comments="JAXB RI v2.2.11") public class RevokeDataRequest extends Object implements Serializable
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 and Description |
---|
RevokeDataRequest() |
Modifier and Type | Method and Description |
---|---|
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.
|
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[]
Connector Packaging TECHNICAL 4.0.2 API
Copyright © {inceptionYear}-2021 eHealth. All Rights Reserved.