@Generated(value="com.sun.tools.xjc.Driver", date="2022-12-09T10:58:05+01: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()
Stringpublic void setRequestId(String value)
value - allowed object is
Stringpublic String getContract()
Stringpublic void setContract(String value)
value - allowed object is
Stringpublic byte[] getRevocableCertificatesDataSignedResponse()
public void setRevocableCertificatesDataSignedResponse(byte[] value)
value - allowed object is
byte[]
Connector Packaging generic 4.3.0-beta-3 API
Copyright © {inceptionYear}-2022 eHealth. All Rights Reserved.