Class XmlCertificateContentEquivalence
java.lang.Object
eu.europa.esig.dss.diagnostic.jaxb.XmlCertificateContentEquivalence
- All Implemented Interfaces:
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 Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
uri
-
enacted
protected boolean enacted
-
-
Constructor Details
-
XmlCertificateContentEquivalence
public XmlCertificateContentEquivalence()
-
-
Method Details
-
getUri
-
setUri
-
isEnacted
public boolean isEnacted()Gets the value of the enacted property. -
setEnacted
public void setEnacted(boolean value) Sets the value of the enacted property.
-