Class CertificateStatusType.RevocationInfo
java.lang.Object
oasis.names.tc.dss_x._1_0.profiles.verificationreport.schema_.CertificateStatusType.RevocationInfo
- Enclosing class:
- CertificateStatusType
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="RevocationDate" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
<element name="RevocationReason" type="{urn:oasis:names:tc:dss-x:1.0:profiles:verificationreport:schema#}VerificationResultType"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the revocationDate property.Gets the value of the revocationReason property.voidSets the value of the revocationDate property.voidSets the value of the revocationReason property.
-
Field Details
-
revocationDate
-
revocationReason
-
-
Constructor Details
-
RevocationInfo
public RevocationInfo()
-
-
Method Details
-
getRevocationDate
Gets the value of the revocationDate property.- Returns:
- possible object is
XMLGregorianCalendar
-
setRevocationDate
Sets the value of the revocationDate property.- Parameters:
value- allowed object isXMLGregorianCalendar
-
getRevocationReason
Gets the value of the revocationReason property.- Returns:
- possible object is
VerificationResultType
-
setRevocationReason
Sets the value of the revocationReason property.- Parameters:
value- allowed object isVerificationResultType
-