Class XmlChainItem

java.lang.Object
eu.europa.esig.dss.simplecertificatereport.jaxb.XmlChainItem
All Implemented Interfaces:
Serializable

public class XmlChainItem extends Object implements Serializable

Java class for ChainItem complex type.

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

<complexType name="ChainItem">
  <complexContent>
    <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
      <sequence>
        <element name="subject" type="{http://dss.esig.europa.eu/validation/simple-certificate-report}Subject"/>
        <element name="issuerId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
        <element name="notBefore" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
        <element name="notAfter" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
        <element name="keyUsages" type="{http://dss.esig.europa.eu/validation/simple-certificate-report}KeyUsages" minOccurs="0"/>
        <element name="extendedKeyUsages" type="{http://dss.esig.europa.eu/validation/simple-certificate-report}ExtendedKeyUsages" minOccurs="0"/>
        <element name="ocspUrls" minOccurs="0">
          <complexType>
            <complexContent>
              <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                <sequence>
                  <element name="ocspUrl" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded"/>
                </sequence>
              </restriction>
            </complexContent>
          </complexType>
        </element>
        <element name="crlUrls" minOccurs="0">
          <complexType>
            <complexContent>
              <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                <sequence>
                  <element name="crlUrl" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded"/>
                </sequence>
              </restriction>
            </complexContent>
          </complexType>
        </element>
        <element name="aiaUrls" minOccurs="0">
          <complexType>
            <complexContent>
              <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                <sequence>
                  <element name="aiaUrl" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded"/>
                </sequence>
              </restriction>
            </complexContent>
          </complexType>
        </element>
        <element name="cpsUrls" minOccurs="0">
          <complexType>
            <complexContent>
              <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                <sequence>
                  <element name="cpsUrl" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded"/>
                </sequence>
              </restriction>
            </complexContent>
          </complexType>
        </element>
        <element name="pdsUrls" minOccurs="0">
          <complexType>
            <complexContent>
              <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                <sequence>
                  <element name="pdsUrl" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded"/>
                </sequence>
              </restriction>
            </complexContent>
          </complexType>
        </element>
        <element name="qualificationAtIssuance" type="{http://dss.esig.europa.eu/validation/simple-certificate-report}CertificateQualification" minOccurs="0"/>
        <element name="qualificationDetailsAtIssuance" type="{http://dss.esig.europa.eu/validation/simple-certificate-report}Details" minOccurs="0"/>
        <element name="qualificationAtValidation" type="{http://dss.esig.europa.eu/validation/simple-certificate-report}CertificateQualification" minOccurs="0"/>
        <element name="qualificationDetailsAtValidation" type="{http://dss.esig.europa.eu/validation/simple-certificate-report}Details" minOccurs="0"/>
        <element name="qwacProfile" type="{http://dss.esig.europa.eu/validation/simple-certificate-report}QWACProfile" minOccurs="0"/>
        <element name="qwacDetails" type="{http://dss.esig.europa.eu/validation/simple-certificate-report}Details" minOccurs="0"/>
        <element name="enactedMRA" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
        <element name="revocation" type="{http://dss.esig.europa.eu/validation/simple-certificate-report}Revocation" minOccurs="0"/>
        <element name="trustAnchors" type="{http://dss.esig.europa.eu/validation/simple-certificate-report}TrustAnchors" minOccurs="0"/>
        <element name="trustStartDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
        <element name="trustSunsetDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
        <element name="Indication" type="{http://dss.esig.europa.eu/validation/simple-certificate-report}Indication"/>
        <element name="SubIndication" type="{http://dss.esig.europa.eu/validation/simple-certificate-report}SubIndication" minOccurs="0"/>
        <element name="X509ValidationDetails" type="{http://dss.esig.europa.eu/validation/simple-certificate-report}Details" minOccurs="0"/>
        <element name="Chain" type="{http://dss.esig.europa.eu/validation/simple-certificate-report}Chain" minOccurs="0"/>
        <element name="TLSBindingSignature" type="{http://dss.esig.europa.eu/validation/simple-certificate-report}Signature" minOccurs="0"/>
      </sequence>
      <attribute name="Id" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
    </restriction>
  </complexContent>
</complexType>
See Also:
  • Field Details

  • Constructor Details

    • XmlChainItem

      public XmlChainItem()
  • Method Details

    • getSubject

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

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

      public String getIssuerId()
      Gets the value of the issuerId property.
      Returns:
      possible object is String
    • setIssuerId

      public void setIssuerId(String value)
      Sets the value of the issuerId property.
      Parameters:
      value - allowed object is String
    • getNotBefore

      public Date getNotBefore()
      Gets the value of the notBefore property.
      Returns:
      possible object is String
    • setNotBefore

      public void setNotBefore(Date value)
      Sets the value of the notBefore property.
      Parameters:
      value - allowed object is String
    • getNotAfter

      public Date getNotAfter()
      Gets the value of the notAfter property.
      Returns:
      possible object is String
    • setNotAfter

      public void setNotAfter(Date value)
      Sets the value of the notAfter property.
      Parameters:
      value - allowed object is String
    • getQualificationAtIssuance

      public CertificateQualification getQualificationAtIssuance()
      Gets the value of the qualificationAtIssuance property.
      Returns:
      possible object is String
    • setQualificationAtIssuance

      public void setQualificationAtIssuance(CertificateQualification value)
      Sets the value of the qualificationAtIssuance property.
      Parameters:
      value - allowed object is String
    • getQualificationDetailsAtIssuance

      public XmlDetails getQualificationDetailsAtIssuance()
      Gets the value of the qualificationDetailsAtIssuance property.
      Returns:
      possible object is XmlDetails
    • setQualificationDetailsAtIssuance

      public void setQualificationDetailsAtIssuance(XmlDetails value)
      Sets the value of the qualificationDetailsAtIssuance property.
      Parameters:
      value - allowed object is XmlDetails
    • getQualificationAtValidation

      public CertificateQualification getQualificationAtValidation()
      Gets the value of the qualificationAtValidation property.
      Returns:
      possible object is String
    • setQualificationAtValidation

      public void setQualificationAtValidation(CertificateQualification value)
      Sets the value of the qualificationAtValidation property.
      Parameters:
      value - allowed object is String
    • getQualificationDetailsAtValidation

      public XmlDetails getQualificationDetailsAtValidation()
      Gets the value of the qualificationDetailsAtValidation property.
      Returns:
      possible object is XmlDetails
    • setQualificationDetailsAtValidation

      public void setQualificationDetailsAtValidation(XmlDetails value)
      Sets the value of the qualificationDetailsAtValidation property.
      Parameters:
      value - allowed object is XmlDetails
    • getQwacProfile

      public QWACProfile getQwacProfile()
      Gets the value of the qwacProfile property.
      Returns:
      possible object is String
    • setQwacProfile

      public void setQwacProfile(QWACProfile value)
      Sets the value of the qwacProfile property.
      Parameters:
      value - allowed object is String
    • getQwacDetails

      public XmlDetails getQwacDetails()
      Gets the value of the qwacDetails property.
      Returns:
      possible object is XmlDetails
    • setQwacDetails

      public void setQwacDetails(XmlDetails value)
      Sets the value of the qwacDetails property.
      Parameters:
      value - allowed object is XmlDetails
    • isEnactedMRA

      public Boolean isEnactedMRA()
      Gets the value of the enactedMRA property.
      Returns:
      possible object is Boolean
    • setEnactedMRA

      public void setEnactedMRA(Boolean value)
      Sets the value of the enactedMRA property.
      Parameters:
      value - allowed object is Boolean
    • getRevocation

      public XmlRevocation getRevocation()
      Gets the value of the revocation property.
      Returns:
      possible object is XmlRevocation
    • setRevocation

      public void setRevocation(XmlRevocation value)
      Sets the value of the revocation property.
      Parameters:
      value - allowed object is XmlRevocation
    • getTrustStartDate

      public Date getTrustStartDate()
      Gets the value of the trustStartDate property.
      Returns:
      possible object is String
    • setTrustStartDate

      public void setTrustStartDate(Date value)
      Sets the value of the trustStartDate property.
      Parameters:
      value - allowed object is String
    • getTrustSunsetDate

      public Date getTrustSunsetDate()
      Gets the value of the trustSunsetDate property.
      Returns:
      possible object is String
    • setTrustSunsetDate

      public void setTrustSunsetDate(Date value)
      Sets the value of the trustSunsetDate property.
      Parameters:
      value - allowed object is String
    • getIndication

      public Indication getIndication()
      Gets the value of the indication property.
      Returns:
      possible object is String
    • setIndication

      public void setIndication(Indication value)
      Sets the value of the indication property.
      Parameters:
      value - allowed object is String
    • getSubIndication

      public SubIndication getSubIndication()
      Gets the value of the subIndication property.
      Returns:
      possible object is String
    • setSubIndication

      public void setSubIndication(SubIndication value)
      Sets the value of the subIndication property.
      Parameters:
      value - allowed object is String
    • getX509ValidationDetails

      public XmlDetails getX509ValidationDetails()
      Gets the value of the x509ValidationDetails property.
      Returns:
      possible object is XmlDetails
    • setX509ValidationDetails

      public void setX509ValidationDetails(XmlDetails value)
      Sets the value of the x509ValidationDetails property.
      Parameters:
      value - allowed object is XmlDetails
    • getTLSBindingSignature

      public XmlSignature getTLSBindingSignature()
      Gets the value of the tlsBindingSignature property.
      Returns:
      possible object is XmlSignature
    • setTLSBindingSignature

      public void setTLSBindingSignature(XmlSignature value)
      Sets the value of the tlsBindingSignature property.
      Parameters:
      value - allowed object is XmlSignature
    • 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
    • getKeyUsages

      public List<KeyUsageBit> getKeyUsages()
    • setKeyUsages

      public void setKeyUsages(List<KeyUsageBit> keyUsages)
    • getExtendedKeyUsages

      public List<String> getExtendedKeyUsages()
    • setExtendedKeyUsages

      public void setExtendedKeyUsages(List<String> extendedKeyUsages)
    • getOcspUrls

      public List<String> getOcspUrls()
    • setOcspUrls

      public void setOcspUrls(List<String> ocspUrls)
    • getCrlUrls

      public List<String> getCrlUrls()
    • setCrlUrls

      public void setCrlUrls(List<String> crlUrls)
    • getAiaUrls

      public List<String> getAiaUrls()
    • setAiaUrls

      public void setAiaUrls(List<String> aiaUrls)
    • getCpsUrls

      public List<String> getCpsUrls()
    • setCpsUrls

      public void setCpsUrls(List<String> cpsUrls)
    • getPdsUrls

      public List<String> getPdsUrls()
    • setPdsUrls

      public void setPdsUrls(List<String> pdsUrls)
    • getTrustAnchors

      public List<XmlTrustAnchor> getTrustAnchors()
    • setTrustAnchors

      public void setTrustAnchors(List<XmlTrustAnchor> trustAnchors)
    • getChain

      public List<XmlChainItem> getChain()
    • setChain

      public void setChain(List<XmlChainItem> chain)