|
||||||||||
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.RevocableCertificateType
@Generated(value="com.sun.tools.xjc.Driver", date="2020-09-28T09:38:57+02:00", comments="JAXB RI v2.2.11") public class RevocableCertificateType
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 Summary | |
---|---|
RevocableCertificateType()
|
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RevocableCertificateType()
Method Detail |
---|
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
public void setAuthSerial(String value)
value
- allowed object is
String
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |