Class CertificateStatusType.RevocationEvidence
java.lang.Object
oasis.names.tc.dss_x._1_0.profiles.verificationreport.schema_.CertificateStatusType.RevocationEvidence
- 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">
<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>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected CRLIdentifierTypeprotected CRLValidityTypeprotected OCSPIdentifierTypeprotected OCSPValidityTypeprotected AnyType -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the crlReference property.Gets the value of the crlValidity property.Gets the value of the ocspReference property.Gets the value of the ocspValidity property.getOther()Gets the value of the other property.voidsetCRLReference(CRLIdentifierType value) Sets the value of the crlReference property.voidsetCRLValidity(CRLValidityType value) Sets the value of the crlValidity property.voidSets the value of the ocspReference property.voidsetOCSPValidity(OCSPValidityType value) Sets the value of the ocspValidity property.voidSets the value of the other property.
-
Field Details
-
crlValidity
-
crlReference
-
ocspValidity
-
ocspReference
-
other
-
-
Constructor Details
-
RevocationEvidence
public RevocationEvidence()
-
-
Method Details
-
getCRLValidity
Gets the value of the crlValidity property.- Returns:
- possible object is
CRLValidityType
-
setCRLValidity
Sets the value of the crlValidity property.- Parameters:
value- allowed object isCRLValidityType
-
getCRLReference
Gets the value of the crlReference property.- Returns:
- possible object is
CRLIdentifierType
-
setCRLReference
Sets the value of the crlReference property.- Parameters:
value- allowed object isCRLIdentifierType
-
getOCSPValidity
Gets the value of the ocspValidity property.- Returns:
- possible object is
OCSPValidityType
-
setOCSPValidity
Sets the value of the ocspValidity property.- Parameters:
value- allowed object isOCSPValidityType
-
getOCSPReference
Gets the value of the ocspReference property.- Returns:
- possible object is
OCSPIdentifierType
-
setOCSPReference
Sets the value of the ocspReference property.- Parameters:
value- allowed object isOCSPIdentifierType
-
getOther
Gets the value of the other property.- Returns:
- possible object is
AnyType
-
setOther
Sets the value of the other property.- Parameters:
value- allowed object isAnyType
-