Class CertificateStatusType
java.lang.Object
oasis.names.tc.dss_x._1_0.profiles.verificationreport.schema_.CertificateStatusType
Java class for CertificateStatusType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CertificateStatusType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="CertStatusOK" type="{urn:oasis:names:tc:dss-x:1.0:profiles:verificationreport:schema#}VerificationResultType"/>
<element name="RevocationInfo" minOccurs="0">
<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>
</element>
<element name="RevocationEvidence" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<choice>
<element name="CRLValidity" type="{urn:oasis:names:tc:dss-x:1.0:profiles:verificationreport:schema#}CRLValidityType"/>
<element name="CRLReference" type="{http://uri.etsi.org/01903/v1.3.2#}CRLIdentifierType"/>
<element name="OCSPValidity" type="{urn:oasis:names:tc:dss-x:1.0:profiles:verificationreport:schema#}OCSPValidityType"/>
<element name="OCSPReference" type="{http://uri.etsi.org/01903/v1.3.2#}OCSPIdentifierType"/>
<element name="Other" type="{urn:oasis:names:tc:dss:1.0:core:schema}AnyType"/>
</choice>
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classJava class for anonymous complex type.static classJava class for anonymous complex type. -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected VerificationResultTypeprotected CertificateStatusType.RevocationEvidenceprotected CertificateStatusType.RevocationInfo -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the certStatusOK property.Gets the value of the revocationEvidence property.Gets the value of the revocationInfo property.voidSets the value of the certStatusOK property.voidSets the value of the revocationEvidence property.voidSets the value of the revocationInfo property.
-
Field Details
-
certStatusOK
-
revocationInfo
-
revocationEvidence
-
-
Constructor Details
-
CertificateStatusType
public CertificateStatusType()
-
-
Method Details
-
getCertStatusOK
Gets the value of the certStatusOK property.- Returns:
- possible object is
VerificationResultType
-
setCertStatusOK
Sets the value of the certStatusOK property.- Parameters:
value- allowed object isVerificationResultType
-
getRevocationInfo
Gets the value of the revocationInfo property.- Returns:
- possible object is
CertificateStatusType.RevocationInfo
-
setRevocationInfo
Sets the value of the revocationInfo property.- Parameters:
value- allowed object isCertificateStatusType.RevocationInfo
-
getRevocationEvidence
Gets the value of the revocationEvidence property.- Returns:
- possible object is
CertificateStatusType.RevocationEvidence
-
setRevocationEvidence
Sets the value of the revocationEvidence property.- Parameters:
value- allowed object isCertificateStatusType.RevocationEvidence
-