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

public class OCSPValidityType extends Object

Java class for OCSPValidityType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="OCSPValidityType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="OCSPIdentifier" type="{http://uri.etsi.org/01903/v1.3.2#}OCSPIdentifierType"/>
         <element name="OCSPValue" type="{http://www.w3.org/2001/XMLSchema}base64Binary" minOccurs="0"/>
         <element name="OCSPContent" type="{urn:oasis:names:tc:dss-x:1.0:profiles:verificationreport:schema#}OCSPContentType" 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

    • OCSPValidityType

      public OCSPValidityType()
  • Method Details

    • getOCSPIdentifier

      public OCSPIdentifierType getOCSPIdentifier()
      Gets the value of the ocspIdentifier property.
      Returns:
      possible object is OCSPIdentifierType
    • setOCSPIdentifier

      public void setOCSPIdentifier(OCSPIdentifierType value)
      Sets the value of the ocspIdentifier property.
      Parameters:
      value - allowed object is OCSPIdentifierType
    • getOCSPValue

      public byte[] getOCSPValue()
      Gets the value of the ocspValue property.
      Returns:
      possible object is byte[]
    • setOCSPValue

      public void setOCSPValue(byte[] value)
      Sets the value of the ocspValue property.
      Parameters:
      value - allowed object is byte[]
    • getOCSPContent

      public OCSPContentType getOCSPContent()
      Gets the value of the ocspContent property.
      Returns:
      possible object is OCSPContentType
    • setOCSPContent

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