|
||||||||||
| 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="2024-04-05T05:01:37+02:00",
comments="JAXB RI v2.3.6")
public class CertificateDetailsTypeType 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()
Stringpublic void setSerialNumber(String value)
value - allowed object is
Stringpublic String getDN()
Stringpublic void setDN(String value)
value - allowed object is
Stringpublic String getIssuerDN()
Stringpublic void setIssuerDN(String value)
value - allowed object is
Stringpublic org.joda.time.DateTime getValidNotBefore()
Stringpublic void setValidNotBefore(org.joda.time.DateTime value)
value - allowed object is
Stringpublic org.joda.time.DateTime getValidNotAfter()
Stringpublic 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 | |||||||||