Class XmlCertificateContentEquivalence

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

public class XmlCertificateContentEquivalence extends Object implements Serializable

Java class for CertificateContentEquivalence complex type.

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

 <complexType name="CertificateContentEquivalence">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <attribute name="uri" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="enacted" use="required" type="{http://www.w3.org/2001/XMLSchema}boolean" />
     </restriction>
   </complexContent>
 </complexType>
 
See Also:
  • Field Details

    • uri

      protected String uri
    • enacted

      protected boolean enacted
  • Constructor Details

    • XmlCertificateContentEquivalence

      public XmlCertificateContentEquivalence()
  • Method Details

    • getUri

      public String getUri()
      Gets the value of the uri property.
      Returns:
      possible object is String
    • setUri

      public void setUri(String value)
      Sets the value of the uri property.
      Parameters:
      value - allowed object is String
    • isEnacted

      public boolean isEnacted()
      Gets the value of the enacted property.
    • setEnacted

      public void setEnacted(boolean value)
      Sets the value of the enacted property.