Class XmlCertificatePolicy

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

public class XmlCertificatePolicy extends XmlOID implements Serializable

Java class for CertificatePolicy complex type.

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

<complexType name="CertificatePolicy">
  <simpleContent>
    <extension base="<http://dss.esig.europa.eu/validation/diagnostic>OID">
      <attribute name="cpsUrl" type="{http://www.w3.org/2001/XMLSchema}string" />
    </extension>
  </simpleContent>
</complexType>
See Also:
  • Field Details

    • cpsUrl

      protected String cpsUrl
  • Constructor Details

    • XmlCertificatePolicy

      public XmlCertificatePolicy()
  • Method Details

    • getCpsUrl

      public String getCpsUrl()
      Gets the value of the cpsUrl property.
      Returns:
      possible object is String
    • setCpsUrl

      public void setCpsUrl(String value)
      Sets the value of the cpsUrl property.
      Parameters:
      value - allowed object is String