Class 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:
    Serialized Form
    • Field Detail

      • cpsUrl

        protected String cpsUrl
    • Constructor Detail

      • XmlCertificatePolicy

        public XmlCertificatePolicy()
    • Method Detail

      • 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