@Generated(value="com.sun.tools.xjc.Driver", date="2022-12-09T10:58:05+01:00", comments="JAXB RI v2.2.11") public class RevocableCertificateType extends Object implements Serializable
Java class for RevocableCertificateType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="RevocableCertificateType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="RequestId" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="AuthDN" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="IssuerDN" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="ValidNotBefore" type="{http://www.w3.org/2001/XMLSchema}dateTime"/> <element name="ValidNotAfter" type="{http://www.w3.org/2001/XMLSchema}dateTime"/> <element name="AuthSerial" type="{http://www.w3.org/2001/XMLSchema}string"/> </sequence> </restriction> </complexContent> </complexType>
Constructor and Description |
---|
RevocableCertificateType() |
Modifier and Type | Method and Description |
---|---|
String |
getAuthDN()
Gets the value of the authDN property.
|
String |
getAuthSerial()
Gets the value of the authSerial property.
|
String |
getIssuerDN()
Gets the value of the issuerDN property.
|
String |
getRequestId()
Gets the value of the requestId property.
|
org.joda.time.DateTime |
getValidNotAfter()
Gets the value of the validNotAfter property.
|
org.joda.time.DateTime |
getValidNotBefore()
Gets the value of the validNotBefore property.
|
void |
setAuthDN(String value)
Sets the value of the authDN property.
|
void |
setAuthSerial(String value)
Sets the value of the authSerial property.
|
void |
setIssuerDN(String value)
Sets the value of the issuerDN property.
|
void |
setRequestId(String value)
Sets the value of the requestId property.
|
void |
setValidNotAfter(org.joda.time.DateTime value)
Sets the value of the validNotAfter property.
|
void |
setValidNotBefore(org.joda.time.DateTime value)
Sets the value of the validNotBefore property.
|
public String getRequestId()
String
public void setRequestId(String value)
value
- allowed object is
String
public String getAuthDN()
String
public void setAuthDN(String value)
value
- allowed object is
String
public String getIssuerDN()
String
public void setIssuerDN(String value)
value
- allowed object is
String
public org.joda.time.DateTime getValidNotBefore()
String
public void setValidNotBefore(org.joda.time.DateTime value)
value
- allowed object is
String
public org.joda.time.DateTime getValidNotAfter()
String
public void setValidNotAfter(org.joda.time.DateTime value)
value
- allowed object is
String
public String getAuthSerial()
String
Connector Packaging TECHNICAL 4.3.0-beta-3 API
Copyright © {inceptionYear}-2022 eHealth. All Rights Reserved.