Class AttributeCertificateValidityType

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

public class AttributeCertificateValidityType extends Object

Java class for AttributeCertificateValidityType complex type.

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

 <complexType name="AttributeCertificateValidityType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="AttributeCertificateIdentifier" type="{urn:oasis:names:tc:dss-x:1.0:profiles:verificationreport:schema#}AttrCertIDType"/>
         <element name="AttributeCertificateValue" type="{http://www.w3.org/2001/XMLSchema}base64Binary" minOccurs="0"/>
         <element name="AttributeCertificateContent" type="{urn:oasis:names:tc:dss-x:1.0:profiles:verificationreport:schema#}AttributeCertificateContentType" 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>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • AttributeCertificateValidityType

      public AttributeCertificateValidityType()
  • Method Details

    • getAttributeCertificateIdentifier

      public AttrCertIDType getAttributeCertificateIdentifier()
      Gets the value of the attributeCertificateIdentifier property.
      Returns:
      possible object is AttrCertIDType
    • setAttributeCertificateIdentifier

      public void setAttributeCertificateIdentifier(AttrCertIDType value)
      Sets the value of the attributeCertificateIdentifier property.
      Parameters:
      value - allowed object is AttrCertIDType
    • getAttributeCertificateValue

      public byte[] getAttributeCertificateValue()
      Gets the value of the attributeCertificateValue property.
      Returns:
      possible object is byte[]
    • setAttributeCertificateValue

      public void setAttributeCertificateValue(byte[] value)
      Sets the value of the attributeCertificateValue property.
      Parameters:
      value - allowed object is byte[]
    • getAttributeCertificateContent

      public AttributeCertificateContentType getAttributeCertificateContent()
      Gets the value of the attributeCertificateContent property.
      Returns:
      possible object is AttributeCertificateContentType
    • setAttributeCertificateContent

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