|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbe.fgov.ehealth.certra.core.v2.CertificateDetailsType
@Generated(value="com.sun.tools.xjc.Driver", date="2022-12-12T04:56:49+01:00", comments="JAXB RI v2.2.11") public class CertificateDetailsType
Type that describes a certificate. A certificate can be uniquely identifier by the combination of its serial number and issuer
Java class for CertificateDetailsType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CertificateDetailsType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="SerialNumber" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="DN" 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"/> </sequence> </restriction> </complexContent> </complexType>
Constructor Summary | |
---|---|
CertificateDetailsType()
|
Method Summary | |
---|---|
String |
getDN()
Gets the value of the dn property. |
String |
getIssuerDN()
Gets the value of the issuerDN property. |
String |
getSerialNumber()
Gets the value of the serialNumber 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 |
setDN(String value)
Sets the value of the dn property. |
void |
setIssuerDN(String value)
Sets the value of the issuerDN property. |
void |
setSerialNumber(String value)
Sets the value of the serialNumber 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 CertificateDetailsType()
Method Detail |
---|
public String getSerialNumber()
String
public void setSerialNumber(String value)
value
- allowed object is
String
public String getDN()
String
public void setDN(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
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |