Class CRLValidityType
java.lang.Object
oasis.names.tc.dss_x._1_0.profiles.verificationreport.schema_.CRLValidityType
Java class for CRLValidityType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CRLValidityType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="CRLIdentifier" type="{http://uri.etsi.org/01903/v1.3.2#}CRLIdentifierType"/>
<element name="CRLValue" type="{http://www.w3.org/2001/XMLSchema}base64Binary" minOccurs="0"/>
<element name="CRLContent" type="{urn:oasis:names:tc:dss-x:1.0:profiles:verificationreport:schema#}CRLContentType" minOccurs="0"/>
<element name="SignatureOK" type="{urn:oasis:names:tc:dss-x:1.0:profiles:verificationreport:schema#}SignatureValidityType"/>
<element name="CertificatePathValidity" type="{urn:oasis:names:tc:dss-x:1.0:profiles:verificationreport:schema#}CertificatePathValidityType"/>
</sequence>
<attribute name="Id" type="{http://www.w3.org/2001/XMLSchema}ID" />
</restriction>
</complexContent>
</complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected CertificatePathValidityTypeprotected CRLContentTypeprotected CRLIdentifierTypeprotected byte[]protected Stringprotected SignatureValidityType -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the certificatePathValidity property.Gets the value of the crlContent property.Gets the value of the crlIdentifier property.byte[]Gets the value of the crlValue property.getId()Gets the value of the id property.Gets the value of the signatureOK property.voidSets the value of the certificatePathValidity property.voidsetCRLContent(CRLContentType value) Sets the value of the crlContent property.voidSets the value of the crlIdentifier property.voidsetCRLValue(byte[] value) Sets the value of the crlValue property.voidSets the value of the id property.voidSets the value of the signatureOK property.
-
Field Details
-
crlIdentifier
-
crlValue
protected byte[] crlValue -
crlContent
-
signatureOK
-
certificatePathValidity
-
id
-
-
Constructor Details
-
CRLValidityType
public CRLValidityType()
-
-
Method Details
-
getCRLIdentifier
Gets the value of the crlIdentifier property.- Returns:
- possible object is
CRLIdentifierType
-
setCRLIdentifier
Sets the value of the crlIdentifier property.- Parameters:
value- allowed object isCRLIdentifierType
-
getCRLValue
public byte[] getCRLValue()Gets the value of the crlValue property.- Returns:
- possible object is byte[]
-
setCRLValue
public void setCRLValue(byte[] value) Sets the value of the crlValue property.- Parameters:
value- allowed object is byte[]
-
getCRLContent
Gets the value of the crlContent property.- Returns:
- possible object is
CRLContentType
-
setCRLContent
Sets the value of the crlContent property.- Parameters:
value- allowed object isCRLContentType
-
getSignatureOK
Gets the value of the signatureOK property.- Returns:
- possible object is
SignatureValidityType
-
setSignatureOK
Sets the value of the signatureOK property.- Parameters:
value- allowed object isSignatureValidityType
-
getCertificatePathValidity
Gets the value of the certificatePathValidity property.- Returns:
- possible object is
CertificatePathValidityType
-
setCertificatePathValidity
Sets the value of the certificatePathValidity property.- Parameters:
value- allowed object isCertificatePathValidityType
-
getId
Gets the value of the id property.- Returns:
- possible object is
String
-
setId
Sets the value of the id property.- Parameters:
value- allowed object isString
-