java.lang.Object
oasis.names.tc.dss_x._1_0.profiles.verificationreport.schema_.CRLValidityType

public class CRLValidityType extends Object

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 Details

  • Constructor Details

    • CRLValidityType

      public CRLValidityType()
  • Method Details

    • getCRLIdentifier

      public CRLIdentifierType getCRLIdentifier()
      Gets the value of the crlIdentifier property.
      Returns:
      possible object is CRLIdentifierType
    • setCRLIdentifier

      public void setCRLIdentifier(CRLIdentifierType value)
      Sets the value of the crlIdentifier property.
      Parameters:
      value - allowed object is CRLIdentifierType
    • 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

      public CRLContentType getCRLContent()
      Gets the value of the crlContent property.
      Returns:
      possible object is CRLContentType
    • setCRLContent

      public void setCRLContent(CRLContentType value)
      Sets the value of the crlContent property.
      Parameters:
      value - allowed object is CRLContentType
    • getSignatureOK

      public SignatureValidityType getSignatureOK()
      Gets the value of the signatureOK property.
      Returns:
      possible object is SignatureValidityType
    • setSignatureOK

      public void setSignatureOK(SignatureValidityType value)
      Sets the value of the signatureOK property.
      Parameters:
      value - allowed object is SignatureValidityType
    • getCertificatePathValidity

      public CertificatePathValidityType getCertificatePathValidity()
      Gets the value of the certificatePathValidity property.
      Returns:
      possible object is CertificatePathValidityType
    • setCertificatePathValidity

      public void setCertificatePathValidity(CertificatePathValidityType value)
      Sets the value of the certificatePathValidity property.
      Parameters:
      value - allowed object is CertificatePathValidityType
    • getId

      public String getId()
      Gets the value of the id property.
      Returns:
      possible object is String
    • setId

      public void setId(String value)
      Sets the value of the id property.
      Parameters:
      value - allowed object is String