Class XmlCertificateRef

java.lang.Object
eu.europa.esig.dss.diagnostic.jaxb.XmlCertificateRef
All Implemented Interfaces:
Serializable

public class XmlCertificateRef
extends Object
implements Serializable

Java class for CertificateRef complex type.

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

 <complexType name="CertificateRef">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Origin" type="{http://dss.esig.europa.eu/validation/diagnostic}CertificateRefOriginType"/>
         <element name="IssuerSerial" type="{http://dss.esig.europa.eu/validation/diagnostic}IssuerSerial" minOccurs="0"/>
         <choice>
           <element name="DigestAlgoAndValue" type="{http://dss.esig.europa.eu/validation/diagnostic}DigestAlgoAndValue"/>
           <element name="SerialInfo" type="{http://dss.esig.europa.eu/validation/diagnostic}SignerInfo"/>
         </choice>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
See Also:
Serialized Form
  • Field Details

  • Constructor Details

    • XmlCertificateRef

      public XmlCertificateRef()
  • Method Details

    • getOrigin

      public CertificateRefOrigin getOrigin()
      Gets the value of the origin property.
      Returns:
      possible object is String
    • setOrigin

      public void setOrigin​(CertificateRefOrigin value)
      Sets the value of the origin property.
      Parameters:
      value - allowed object is String
    • getIssuerSerial

      public XmlIssuerSerial getIssuerSerial()
      Gets the value of the issuerSerial property.
      Returns:
      possible object is XmlIssuerSerial
    • setIssuerSerial

      public void setIssuerSerial​(XmlIssuerSerial value)
      Sets the value of the issuerSerial property.
      Parameters:
      value - allowed object is XmlIssuerSerial
    • getDigestAlgoAndValue

      public XmlDigestAlgoAndValue getDigestAlgoAndValue()
      Gets the value of the digestAlgoAndValue property.
      Returns:
      possible object is XmlDigestAlgoAndValue
    • setDigestAlgoAndValue

      public void setDigestAlgoAndValue​(XmlDigestAlgoAndValue value)
      Sets the value of the digestAlgoAndValue property.
      Parameters:
      value - allowed object is XmlDigestAlgoAndValue
    • getSerialInfo

      public XmlSignerInfo getSerialInfo()
      Gets the value of the serialInfo property.
      Returns:
      possible object is XmlSignerInfo
    • setSerialInfo

      public void setSerialInfo​(XmlSignerInfo value)
      Sets the value of the serialInfo property.
      Parameters:
      value - allowed object is XmlSignerInfo