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: