public class HostCertificateManagerCertificateInfo extends DynamicData
Java class for HostCertificateManagerCertificateInfo complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="HostCertificateManagerCertificateInfo">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="issuer" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="notBefore" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="notAfter" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="subject" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="status" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
issuer |
protected XMLGregorianCalendar |
notAfter |
protected XMLGregorianCalendar |
notBefore |
protected String |
status |
protected String |
subject |
| Constructor and Description |
|---|
HostCertificateManagerCertificateInfo() |
| Modifier and Type | Method and Description |
|---|---|
String |
getIssuer()
Gets the value of the issuer property.
|
XMLGregorianCalendar |
getNotAfter()
Gets the value of the notAfter property.
|
XMLGregorianCalendar |
getNotBefore()
Gets the value of the notBefore property.
|
String |
getStatus()
Gets the value of the status property.
|
String |
getSubject()
Gets the value of the subject property.
|
void |
setIssuer(String value)
Sets the value of the issuer property.
|
void |
setNotAfter(XMLGregorianCalendar value)
Sets the value of the notAfter property.
|
void |
setNotBefore(XMLGregorianCalendar value)
Sets the value of the notBefore property.
|
void |
setStatus(String value)
Sets the value of the status property.
|
void |
setSubject(String value)
Sets the value of the subject property.
|
protected String issuer
protected XMLGregorianCalendar notBefore
protected XMLGregorianCalendar notAfter
protected String subject
protected String status
public HostCertificateManagerCertificateInfo()
public String getIssuer()
Stringpublic void setIssuer(String value)
value - allowed object is
Stringpublic XMLGregorianCalendar getNotBefore()
XMLGregorianCalendarpublic void setNotBefore(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic XMLGregorianCalendar getNotAfter()
XMLGregorianCalendarpublic void setNotAfter(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic String getSubject()
Stringpublic void setSubject(String value)
value - allowed object is
Stringpublic String getStatus()
StringCopyright © 2018. All rights reserved.