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

public class CertificateContentType extends Object

Java class for CertificateContentType complex type.

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

 <complexType name="CertificateContentType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Version" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/>
         <element name="SerialNumber" type="{http://www.w3.org/2001/XMLSchema}integer"/>
         <element name="SignatureAlgorithm" type="{http://www.w3.org/2001/XMLSchema}anyURI"/>
         <element name="Issuer" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="ValidityPeriod" type="{urn:oasis:names:tc:dss-x:1.0:profiles:verificationreport:schema#}ValidityPeriodType"/>
         <element name="Subject" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="Extensions" type="{urn:oasis:names:tc:dss-x:1.0:profiles:verificationreport:schema#}ExtensionsType" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • CertificateContentType

      public CertificateContentType()
  • Method Details

    • getVersion

      public BigInteger getVersion()
      Gets the value of the version property.
      Returns:
      possible object is BigInteger
    • setVersion

      public void setVersion(BigInteger value)
      Sets the value of the version property.
      Parameters:
      value - allowed object is BigInteger
    • getSerialNumber

      public BigInteger getSerialNumber()
      Gets the value of the serialNumber property.
      Returns:
      possible object is BigInteger
    • setSerialNumber

      public void setSerialNumber(BigInteger value)
      Sets the value of the serialNumber property.
      Parameters:
      value - allowed object is BigInteger
    • getSignatureAlgorithm

      public String getSignatureAlgorithm()
      Gets the value of the signatureAlgorithm property.
      Returns:
      possible object is String
    • setSignatureAlgorithm

      public void setSignatureAlgorithm(String value)
      Sets the value of the signatureAlgorithm property.
      Parameters:
      value - allowed object is String
    • getIssuer

      public String getIssuer()
      Gets the value of the issuer property.
      Returns:
      possible object is String
    • setIssuer

      public void setIssuer(String value)
      Sets the value of the issuer property.
      Parameters:
      value - allowed object is String
    • getValidityPeriod

      public ValidityPeriodType getValidityPeriod()
      Gets the value of the validityPeriod property.
      Returns:
      possible object is ValidityPeriodType
    • setValidityPeriod

      public void setValidityPeriod(ValidityPeriodType value)
      Sets the value of the validityPeriod property.
      Parameters:
      value - allowed object is ValidityPeriodType
    • getSubject

      public String getSubject()
      Gets the value of the subject property.
      Returns:
      possible object is String
    • setSubject

      public void setSubject(String value)
      Sets the value of the subject property.
      Parameters:
      value - allowed object is String
    • getExtensions

      public ExtensionsType getExtensions()
      Gets the value of the extensions property.
      Returns:
      possible object is ExtensionsType
    • setExtensions

      public void setExtensions(ExtensionsType value)
      Sets the value of the extensions property.
      Parameters:
      value - allowed object is ExtensionsType